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