mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-26 19:46:19 +00:00
win32 UI tweaks
This commit is contained in:
parent
60732924f8
commit
fdb9de2f86
@ -249,9 +249,6 @@ namespace MainWindow
|
||||
// Update();
|
||||
break;
|
||||
|
||||
case WM_LBUTTONDBLCLK:
|
||||
MessageBox(0,"Fullscreen isn't implemented yet","Sorry",0);
|
||||
break;
|
||||
case WM_PAINT:
|
||||
return DefWindowProc(hWnd, message, wParam, lParam);
|
||||
default:
|
||||
@ -747,6 +744,7 @@ namespace MainWindow
|
||||
}
|
||||
|
||||
const char *controllist[] = {
|
||||
"TURBO MODE\tHold TAB",
|
||||
"Start\tSpace",
|
||||
"Select\tV",
|
||||
"Square\tA",
|
||||
|
@ -223,7 +223,7 @@ BEGIN
|
||||
MENUITEM "&Run on load", ID_EMULATION_RUNONLOAD
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Interpreter", ID_CPU_INTERPRETER
|
||||
MENUITEM "&Dynarec", ID_CPU_DYNAREC, CHECKED
|
||||
MENUITEM "&Dynarec (JIT)", ID_CPU_DYNAREC, CHECKED
|
||||
END
|
||||
POPUP "Debu&g"
|
||||
BEGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user