mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
JitArm64: Implement timer SPRs
This commit is contained in:
@ -28,9 +28,9 @@ namespace CoreTiming
|
||||
struct Globals
|
||||
{
|
||||
s64 global_timer;
|
||||
int slice_length;
|
||||
u64 fake_TB_start_value;
|
||||
u64 fake_TB_start_ticks;
|
||||
int slice_length;
|
||||
float last_OC_factor_inverted;
|
||||
};
|
||||
extern Globals g;
|
||||
|
Reference in New Issue
Block a user