Skip to content

Commit

Permalink
Merge branch 'CTR-tools:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfavarin authored Jul 14, 2024
2 parents 886a626 + 8e951f6 commit ddbf8ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mods/Windows/OnlineCTR/Network_PC/Client/CL_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,10 +1181,13 @@ int main()

if (octr->windowsClientSync == 0)
{
// On Niko's computer
// On Niko's computer with MAPPED MEMORY
// 30fps 1x resolution = 4500
// 30fps 9x resolution = 2500
// 60fps = 0

// With the new PINE system, always zero,
// We can not defer the GPU until the PC port is done :(
//printf("Debug: SleepCount=%d\n", sleepCount);
}

Expand Down

0 comments on commit ddbf8ff

Please sign in to comment.