mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
|
||||
namespace SystemTimers
|
||||
{
|
||||
|
||||
/*
|
||||
GameCube MHz
|
||||
flipper <-> ARAM bus: 81 (DSP)
|
||||
@ -31,7 +30,7 @@ broadway: 729
|
||||
|
||||
enum
|
||||
{
|
||||
TIMER_RATIO = 12
|
||||
TIMER_RATIO = 12
|
||||
};
|
||||
|
||||
u32 GetTicksPerSecond();
|
||||
@ -45,5 +44,4 @@ u32 GetFakeDecrementer();
|
||||
|
||||
void TimeBaseSet();
|
||||
u64 GetFakeTimeBase();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user