mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 08:10:34 +00:00
using librw GS alpha test emulation
This commit is contained in:
parent
05bba73225
commit
f15a5ac0f9
5 changed files with 36 additions and 22 deletions
|
@ -80,3 +80,7 @@ inline DebugMenuEntry *DebugMenuAddVarBool8(const char *path, const char *name,
|
|||
DebugMenuEntrySetWrap(e, true);
|
||||
return e;
|
||||
}
|
||||
inline DebugMenuEntry *DebugMenuAddVarBool8(const char *path, const char *name, bool *ptr, TriggerFunc triggerFunc)
|
||||
{
|
||||
return DebugMenuAddVarBool8(path, name, (int8_t*)ptr, triggerFunc);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue