From 8e951f6dd5be8742c450315a67e4c5e2e792dc92 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 12 Jul 2024 14:17:14 -0400 Subject: [PATCH] comments --- mods/Windows/OnlineCTR/Network_PC/Client/CL_main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mods/Windows/OnlineCTR/Network_PC/Client/CL_main.c b/mods/Windows/OnlineCTR/Network_PC/Client/CL_main.c index d9dc86b6c..e11666744 100644 --- a/mods/Windows/OnlineCTR/Network_PC/Client/CL_main.c +++ b/mods/Windows/OnlineCTR/Network_PC/Client/CL_main.c @@ -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); }