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

Change copyDepthToRDRAM default to SoftwareRender.

This commit is contained in:
Sergey Lipskiy 2016-11-04 14:06:46 +07:00
parent 2656436217
commit ae61e926c9

View File

@ -52,7 +52,7 @@ void Config::resetToDefaults()
#endif
frameBufferEmulation.enable = 1;
frameBufferEmulation.copyDepthToRDRAM = cdDisable;
frameBufferEmulation.copyDepthToRDRAM = cdSoftwareRender;
frameBufferEmulation.copyFromRDRAM = 0;
frameBufferEmulation.copyAuxToRDRAM = 0;
frameBufferEmulation.copyToRDRAM = ctAsync;