mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Merge pull request #2378 from raven02/patch-6
Remove Wireframe option in windows
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user