diff options
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r-- | src/emu/debug/debugcmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h index 09e4b7ed7a1..0f85e80e705 100644 --- a/src/emu/debug/debugcmd.h +++ b/src/emu/debug/debugcmd.h @@ -99,6 +99,8 @@ private: void global_set(global_entry *global, u64 value); int mini_printf(char *buffer, const char *format, int params, u64 *param); + template <typename T> + void execute_index_command(std::vector<std::string> const ¶ms, T &&apply, char const *unused_message); void execute_help(const std::vector<std::string> ¶ms); void execute_print(const std::vector<std::string> ¶ms); |