1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Enable copy color buffer to RDRAM by default.

This commit is contained in:
Sergey Lipskiy 2015-03-28 15:42:27 +06:00
parent a2a21932a4
commit 6910278fbe

View File

@ -33,7 +33,7 @@ void Config::resetToDefaults()
frameBufferEmulation.enable = 1;
frameBufferEmulation.copyDepthToRDRAM = 1;
frameBufferEmulation.copyFromRDRAM = 0;
frameBufferEmulation.copyToRDRAM = 0;
frameBufferEmulation.copyToRDRAM = 1;
frameBufferEmulation.detectCFB = 0;
frameBufferEmulation.N64DepthCompare = 0;