Browse Source

🐛 Correct saving the render size

pull/1104/head
Anders Jenbo 5 years ago
parent
commit
ab72e74645
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

@ -406,7 +406,7 @@ static void SaveOptions()
setIniInt("Audio", "Music Volume", sgOptions.nMusicVolume);
setIniInt("Audio", "Walking Sound", sgOptions.bWalkingSound);
#ifdef __vita__
#ifndef __vita__
setIniInt("Graphics", "Width", sgOptions.nWidth);
setIniInt("Graphics", "Height", sgOptions.nHeight);
#endif

Loading…
Cancel
Save