mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 19:00:23 +00:00
Merge pull request #2378 from raven02/patch-6
Remove Wireframe option in windows
This commit is contained in:
commit
c103be89a2
@ -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.
Loading…
Reference in New Issue
Block a user