Skip to content

Commit

Permalink
Change copyToRDRAM default when building with M64P_GLIDENUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 authored and gonetz committed May 1, 2024
1 parent 408e1da commit 576ad87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ void Config::resetToDefaults()
frameBufferEmulation.copyDepthToRDRAM = cdSoftwareRender;
frameBufferEmulation.copyFromRDRAM = 0;
frameBufferEmulation.copyAuxToRDRAM = 0;
#ifdef M64P_GLIDENUI
frameBufferEmulation.copyToRDRAM = ctSync;
#else
frameBufferEmulation.copyToRDRAM = ctDoubleBuffer;
#endif
frameBufferEmulation.N64DepthCompare = dcDisable;
frameBufferEmulation.forceDepthBufferClear = 0;
frameBufferEmulation.aspect = a43;
Expand Down

0 comments on commit 576ad87

Please sign in to comment.