Update Windows/ppsspp.rc

This commit is contained in:
jacky400 2012-12-05 14:40:13 +08:00
parent 284597582c
commit 7c70a2048a

View file

@ -55,7 +55,7 @@ BEGIN
DEFPUSHBUTTON "OK",IDOK,243,141,50,14 DEFPUSHBUTTON "OK",IDOK,243,141,50,14
ICON IDI_PPSSPP,IDC_STATIC,10,9,20,20 ICON IDI_PPSSPP,IDC_STATIC,10,9,20,20
LTEXT "PPSSPP",IDC_STATIC,40,8,127,9 LTEXT "PPSSPP",IDC_STATIC,40,8,127,9
LTEXT "Copyright (c) by Henrik Rydgård 2012",IDC_STATIC,40,33,253,8 LTEXT "Copyright (c) by Henrik Rydg<EFBFBD>rd 2012",IDC_STATIC,40,33,253,8
LTEXT "All trademarks are property of their respective owners.\nThe emulator is for educational and development purposes only and it may not be used to play games you do not legally own.",IDC_STATIC,40,102,253,24 LTEXT "All trademarks are property of their respective owners.\nThe emulator is for educational and development purposes only and it may not be used to play games you do not legally own.",IDC_STATIC,40,102,253,24
LTEXT "PSP emulator and debugger",IDC_STATIC,40,19,253,8 LTEXT "PSP emulator and debugger",IDC_STATIC,40,19,253,8
LTEXT "CISO decompression code by BOOSTER",IDC_STATIC,48,73,240,8 LTEXT "CISO decompression code by BOOSTER",IDC_STATIC,48,73,240,8
@ -211,7 +211,7 @@ BEGIN
END END
POPUP "&Options" POPUP "&Options"
BEGIN BEGIN
MENUITEM "&Toggle Full Screen\tAlt+Enter", ID_OPTIONS_FULLSCREEN, GRAYED MENUITEM "&Toggle Full Screen\tAlt+Enter", ID_OPTIONS_FULLSCREEN
MENUITEM "&Display raw framebuffer", ID_OPTIONS_DISPLAYRAWFRAMEBUFFER MENUITEM "&Display raw framebuffer", ID_OPTIONS_DISPLAYRAWFRAMEBUFFER
MENUITEM "&Buffered rendering", ID_OPTIONS_BUFFEREDRENDERING MENUITEM "&Buffered rendering", ID_OPTIONS_BUFFEREDRENDERING
MENUITEM "&Show debug statistics", ID_OPTIONS_SHOWDEBUGSTATISTICS MENUITEM "&Show debug statistics", ID_OPTIONS_SHOWDEBUGSTATISTICS
@ -317,7 +317,7 @@ BEGIN
VK_F5, ID_FILE_REFRESHGAMELIST, VIRTKEY, NOINVERT VK_F5, ID_FILE_REFRESHGAMELIST, VIRTKEY, NOINVERT
VK_F2, ID_FILE_SAVESTATE, VIRTKEY, NOINVERT VK_F2, ID_FILE_SAVESTATE, VIRTKEY, NOINVERT
"W", ID_FILE_UNLOAD, VIRTKEY, CONTROL, NOINVERT "W", ID_FILE_UNLOAD, VIRTKEY, CONTROL, NOINVERT
VK_RETURN, ID_OPTIONS_FULLSCREEN, VIRTKEY, ALT, NOINVERT VK_F12, ID_OPTIONS_FULLSCREEN, VIRTKEY, NOINVERT
END END
@ -344,11 +344,11 @@ BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "Comments", "PPSSPP PSP emulator" VALUE "Comments", "PPSSPP PSP emulator"
VALUE "CompanyName", "Henrik Rydgård Inc." VALUE "CompanyName", "Henrik Rydg<EFBFBD>rd Inc."
VALUE "FileDescription", "PPSSPP" VALUE "FileDescription", "PPSSPP"
VALUE "FileVersion", "1, 0, 0, 0" VALUE "FileVersion", "1, 0, 0, 0"
VALUE "InternalName", "s" VALUE "InternalName", "s"
VALUE "LegalCopyright", "Copyright (C) 2006-2012 by Henrik Rydgård" VALUE "LegalCopyright", "Copyright (C) 2006-2012 by Henrik Rydg<EFBFBD>rd"
VALUE "LegalTrademarks", "All product names are trademarks of their respective owners." VALUE "LegalTrademarks", "All product names are trademarks of their respective owners."
VALUE "OriginalFilename", "PPSSPP.exe" VALUE "OriginalFilename", "PPSSPP.exe"
VALUE "ProductName", "PPSSPP" VALUE "ProductName", "PPSSPP"