Allow unimplemented HLE functions detection by bot

This commit is contained in:
Eladash 2019-12-30 19:40:38 +02:00 committed by Ivan
parent b59a825e48
commit 3e80727f8e

View File

@ -293,4 +293,4 @@ inline RT ppu_execute(ppu_thread& ppu, Args... args)
#define REG_VAR(module, var) REG_VNID(module, #var, var)
#define UNIMPLEMENTED_FUNC(module) module.todo("%s", __func__)
#define UNIMPLEMENTED_FUNC(module) module.todo("%s()", __func__)