mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-26 12:17:32 +00:00
Allow unimplemented HLE functions detection by bot
This commit is contained in:
parent
b59a825e48
commit
3e80727f8e
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user