mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 10:54:39 -04:00
add a bunch of new cheat codes & re-do all pc cheat codes (#1770)
* redo cheat encodings * fix error * add no texture cheat * tiny cleanup + add sidekick stats button * crappy implementation of big/small head mode * more correct bone scaling * redo bone manip code a bit * jp text fixes * improved matrix math! * add big fist cheat, minor type cleanup, add some debug toggles * move all this mess to a new file * slightly rework joint scaling function * add big head npc cheat * subtitles typo * WIP mirror mode * fix mirrored hud sprites * fix mirror mode sound pan * add cheats to menu! * split some subtitles
This commit is contained in:
@@ -461,6 +461,14 @@ u32 get_collision_mask(GfxGlobalSettings::CollisionRendererMode mode, int mask)
|
||||
: s7.offset;
|
||||
}
|
||||
|
||||
void set_gfx_hack(u64 which, u32 symptr) {
|
||||
switch (which) {
|
||||
case 0: // no tex
|
||||
Gfx::g_global_settings.hack_no_tex = symptr != s7.offset;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
* PC PORT FUNCTIONS END
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user