Unknown W. Brackets
18b70c89ef
Add an initial GE debugger interface on Windows.
2013-09-22 10:27:09 -07:00
danyalzia
7c0292f466
Update ppsspp.rc
2013-09-17 13:07:24 +05:00
wuspring
85baa92504
Make new keys in "Window Size" translatable and fix Ctrl+1, thanks to @thedax
2013-09-11 11:41:30 +08:00
Henrik Rydgard
2745744d99
Split the resolution setting into Window Size and Rendering Resolution (internal resolution).
...
Gets rid of our "antialiasing" (simply crank up internal resolution to 2x your window size).
Proper MSAA is coming later.
2013-09-11 00:19:34 +02:00
The Dax
f594157374
Overhaul the Win32 UI. New things include:
...
-File -> Savestate Slot: Lets the user pick the savestate slot to be used.
-Game Settings -> More Settings...: Opens the main settings screen from anywhere.
-Game Settings -> Control Mapping...: Opens the key mapping screen from anywhere.
-Infrequently changed options were removed.
-Organised menus; nothing is out of place anymore.
-Simplified menus: as some options were removed or moved, it's easier to find what you're looking for, now.
2013-09-07 17:05:23 -04:00
papel
942cf9a57f
Change encoding of ppsspp.rc
2013-09-05 21:48:32 -03:00
papel
2e48f5d32b
Fix frameskip in Windows UI
2013-09-04 21:37:41 -03:00
The Dax
802cb7d194
Win32 UI: Create Help menu dynamically.
...
Allows for menu items to be added easily at run-time(for things like the Chinese forum, etc.).
2013-09-04 11:03:13 -04:00
The Dax
19f33b9404
Win32: Fix rc file by correcting Henrik's surname, and properly setting PPSSPP's version to 0, 0, 9, 1.
2013-09-02 15:22:51 -04:00
Kingcom
e1b23dacfb
Fix ppsspp.rc encoding
2013-09-02 18:51:27 +02:00
danyalzia
05a6c48069
Update ppsspp.rc
2013-09-02 18:36:48 +05:00
Unknown W. Brackets
c23e904a1b
Use consistent conventions on default menu names.
2013-08-30 22:44:36 -07:00
The Dax
6f213b3bfc
Reinstate some ampersand shortcuts in the RC file, and move TranslateMenuItemByText up with the other translation stuff. A lang pullrq will follow shortly to re-instate the rest.
2013-08-30 17:29:22 -04:00
Kingcom
faf28a17a2
Merge branch 'master' of https://github.com/hrydgard/ppsspp
...
Conflicts:
Windows/ppsspp.rc
2013-08-30 20:57:52 +02:00
Kingcom
42c30d521c
-new accelerators for the Debugger
...
-copy address on right click in memory view
-don't change status bar text after activating the breakpoint window
2013-08-30 20:55:58 +02:00
kaienfr
a29464f451
add s to "Read Framebuffer To Memory (CPU)", "Read Framebuffer To Memory (GPU)" in rc
...
Unified two keys:
"Read Framebuffer To Memory (CPU)", "Read Framebuffer To Memory (GPU)"
as "Read Framebuffers To Memory (CPU)" and "Read Framebuffers To Memory
(GPU)"
used in ini file.
2013-08-30 20:19:40 +02:00
The Dax
272598fbf5
Fix Read Framebuffer To Memory (CPU)/(GPU).
2013-08-30 09:45:57 -04:00
The Dax
a42b780141
Change a few menu texts so that they don't need to be translated.
2013-08-30 09:01:50 -04:00
The Dax
64984c5991
Use a timer to translate PPSSPP, then turn it off.
2013-08-30 09:01:50 -04:00
The Dax
a6e21bd85a
Make submenus(Rendering Mode, Rendering Resolution, etc.) translatable.
2013-08-30 09:01:50 -04:00
The Dax
2f2c313b54
Make Win32 UI translatable. Remove all ampersand accelerators; they're not really needed, however, some can of course be added back in.
2013-08-30 09:01:50 -04:00
wuspring
bda50e4401
About "Read Framebuffers To Memory (CPU) "
...
make sure the source and ini have the same keyword
2013-08-30 17:22:29 +08:00
Henrik Rydgard
55aa3d13c7
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
2013-08-26 19:00:16 +02:00
The Dax
e843f3955f
Fix Windows build.
2013-08-24 06:00:50 -04:00
Henrik Rydgard
70f7443453
Restore F11 keyboard shortcut for fullscreen (in addition to alt+enter)
...
Now that the debugger has its own keymap, this should be okay.
2013-08-24 11:56:40 +02:00
The Dax
c9447fbe67
Win32: Fix frameskip menu and reinstate removed frameskip strings. They're all correct, now.
2013-08-21 08:19:25 -04:00
The Dax
9cf8094448
Prepare ppsspp.rc for 0.9 release.
2013-08-20 11:22:17 -04:00
Henrik Rydgard
0265ab874f
Change FPS limit to "alternate speed", expressed in a percentage.
...
Fix it so it works correctly for 30fps games.
Some menu tweaks.
2013-08-18 18:55:42 +02:00
The Dax
7f26d17cc6
Adjust rendering options position slightly.
2013-08-17 08:08:39 -04:00
The Dax
66641f2891
Fix some text.
2013-08-17 07:52:17 -04:00
The Dax
229c0f16ab
Eliminate most of the popup menus as per Henrik's request, and fix a minor bug with AT3+ in NewUI.
2013-08-17 07:52:17 -04:00
The Dax
ef88f78aab
Win32 UI improvements: Improve the Emulation menu by consolidating down the sound, threading, CPU modes, and GPU modes into pop-out menus.
2013-08-17 07:52:17 -04:00
Kingcom
e308ef59f5
Add step out feature and button
2013-08-17 11:18:03 +02:00
Kingcom
b3cd95ec68
Remove Skip button
2013-08-17 10:59:43 +02:00
Kingcom
984a038b36
Merge stop and go buttons
2013-08-17 10:57:29 +02:00
Kingcom
4e8bca7549
Move step into, step out and run to line into accelerators
2013-08-17 10:49:07 +02:00
Kingcom
537ab396e7
Change the bottom control of the disassembly with Ctrl+1-4
2013-08-16 14:19:04 +02:00
Henrik Rydgard
8e01af3476
UI tweaks
2013-08-16 09:28:23 +02:00
Kingcom
177b9fa6b1
Separate accelerator table when the debugger is active
2013-08-14 23:30:50 +02:00
The Dax
0ead143013
Overhaul the sound fix. It was rooted deeper than I thought. This should cover all complaints now(except pressing escape which discards any settings changed: is this by design? :\). Also add new menu option to Win32 UI under Emulation to control whether Atrac 3 should be on/off.
2013-08-14 15:00:54 -04:00
Kingcom
07f279096f
Add stack frames display
2013-08-12 22:11:00 +02:00
Henrik Rydgard
cd53dfdc9c
Mark multithreading as experimental in the UI
2013-08-10 11:53:55 +02:00
Unknown W. Brackets
4803f72b36
Add a "multithreaded" UI option on Windows.
...
Not on other platforms since not yet tested.
2013-08-09 22:57:50 -07:00
The Dax
01e9111ac5
Remove Stream VBO option.
2013-08-09 05:18:24 -04:00
The Dax
a391974037
Fix conflict and save as UTF-16 again.
2013-08-07 04:32:24 -04:00
The Dax
64f7a9a6ea
Change a couple last-minute things.
2013-08-07 04:30:13 -04:00
The Dax
b80b08921b
Fix typo in Henrik's name in about dialog box.
2013-08-07 04:29:38 -04:00
The Dax
ed74d4cfdd
Correct Henrik's name in ppsspp.rc. For some reason, his surname's "å" was swapped with a question mark. Probably an encoding issue?
2013-08-07 04:29:38 -04:00
Kingcom
deb66921d7
Add "Add new" option to right click menu when clicking on a breakpoint
2013-07-31 20:36:58 +02:00
Kingcom
0767abd1d0
Edit breakpoints
2013-07-31 20:33:50 +02:00