chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -107,9 +107,7 @@ int64_t System::currentTimeMillis() {
// 4J Stu - Added this so that we can use real-world timestamps in PSVita saves.
// Particularly required for the save transfers to be smooth
int64_t System::currentRealTimeMillis() {
return currentTimeMillis();
}
int64_t System::currentRealTimeMillis() { return currentTimeMillis(); }
void System::ReverseUSHORT(unsigned short* pusVal) {
unsigned short usValue = *pusVal;