Merge pull request #2378 from raven02/patch-6

Remove Wireframe option in windows
This commit is contained in:
Henrik Rydgård 2013-06-21 01:23:04 -07:00
commit c103be89a2
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include "MIPS/MIPS.h"
#include "Core/Config.h"
const static std::string CHEATS_DIR = "Cheats";
const static std::string CHEATS_DIR = "cheats";
static std::string activeCheatFile;
static int CheatEvent = -1;

View File

@ -483,7 +483,7 @@ void PauseScreen::render() {
if (UIButton(GEN_ID, hlinear2, 40, 0, gs->T("+1"), ALIGN_LEFT))
if (g_Config.iFrameSkip < 9)
g_Config.iFrameSkip += 1;
y+=20;
} else
g_Config.iFrameSkip = 0;

Binary file not shown.