603 Commits

Author SHA1 Message Date
The Dax
ad2368001b Use the correct "Frame Skipping" translation string. 2013-08-21 13:47:21 -04:00
The Dax
3e081f170c Keep it simple, stupid..heh. 2013-08-21 13:35:26 -04:00
The Dax
b642ceea9a Check frameskipStr too. 2013-08-21 13:22:13 -04:00
The Dax
be5e250ca2 Avoid possible crashes with 0 delimiters, more than 2 delimiters, or any delimiters that aren't for integers or strings. 2013-08-21 12:25:30 -04:00
The Dax
27fb798bf4 Make Win32 Frameskipping OSMs more translator-friendly. 2013-08-21 11:48:14 -04:00
The Dax
6150c6157d Fix minor bug in NewUI and make frameskipping strings translatable. 2013-08-21 08:32:06 -04: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
Henrik Rydgard
ab872d2266 PgUp/PgDn/Home/End in scrollviews 2013-08-20 18:58:22 +02:00
Henrik Rydgård
dc161b1937 Merge pull request #3270 from thedax/prepareResourceForNextRelease
Win32: Prepare ppsspp.rc for 0.9 release.
2013-08-20 09:34:49 -07:00
The Dax
9cf8094448 Prepare ppsspp.rc for 0.9 release. 2013-08-20 11:22:17 -04:00
Henrik Rydgard
87e51a5c04 Fix some window title issues, etc. 2013-08-20 17:21:25 +02:00
Henrik Rydgard
e5c6cea6f1 Disable Run/Stop/Pause in windows menu when in pausemenu 2013-08-20 17:07:01 +02:00
Henrik Rydgard
a902146d7d Remove wrong OSM message 2013-08-20 01:14:17 +02:00
Henrik Rydgard
b186294132 UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
The Dax
fa31951ca2 Fix C4800 warnings. 2013-08-19 07:37:49 -04:00
The Dax
01e84df852 Don't spam KEY_UP messages. 2013-08-19 07:28:31 -04:00
The Dax
72c9887fc6 Small bug fix. 2013-08-19 07:17:11 -04:00
The Dax
4f76c3f4fb Win32: Allow right mouse button to be bound to anything. 2013-08-19 07:05:32 -04:00
Unknown W. Brackets
342bad8402 Fix audio crash on shutdown, log thread names more. 2013-08-18 23:25:14 -07: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
Henrik Rydgard
71404c3d13 Fix checkmark for multithreaded I/O, fixes #3216 2013-08-18 00:45:10 +02:00
Henrik Rydgard
47f2efb0e5 Fixes to default key mappings, add default button, fix saving of mapped controls on Android, fixes #3213 2013-08-18 00:41:19 +02:00
Henrik Rydgård
7cb6dcaf5d Merge pull request #3214 from Kingcom/Debug
Assemble opcode by typing
2013-08-17 13:15:57 -07:00
Kingcom
c7c826b7b6 Assemble opcode by typing 2013-08-17 21:20:24 +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
Henrik Rydgård
d83a6e74a6 Merge pull request #3202 from hrydgard/better-controlmap
Better control mapping
2013-08-17 03:11:52 -07:00
Henrik Rydgard
edb0614a59 Fix analog axis names. Make L2/R2 on x360 controllers analog.
Also slightly nicer behaviour - don't create empty mapping, instead ask for mappings immediately.
2013-08-17 11:18:45 +02: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
Henrik Rydgard
94096976ff Revert "Windows: Work around audio crash on exit."
This reverts commit 273b7126a8e39a7f74e55115f7c5a568f69f26a2.
2013-08-16 00:57:04 +02:00
Henrik Rydgard
273b7126a8 Windows: Work around audio crash on exit. 2013-08-15 22:55:11 +02:00
Kingcom
bfbea62ce3 Send messages to the debugger 2013-08-14 23:46:59 +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
Henrik Rydgård
2f39c8ca41 Merge pull request #3141 from Kingcom/StackFramesDisplay
Stack frames display
2013-08-13 08:29:29 -07:00
Unknown W. Brackets
b54c0c2f1b Clean up some comments / minor in EmuThread.cpp. 2013-08-13 08:09:36 -07:00
Unknown W. Brackets
6e8cbd19cc Fix some NULL handle usage. 2013-08-13 08:03:13 -07:00
Henrik Rydgard
22a05c5e38 Preliminary relative mouse mapping. Disabled because it breaks the control mapping UI currently.
Needs tweaking.
2013-08-12 23:27:41 +02:00
Kingcom
be680c8c67 Rename Stack Size column to Frame Size 2013-08-12 23:00:47 +02:00
Kingcom
07f279096f Add stack frames display 2013-08-12 22:11:00 +02:00
Unknown W. Brackets
152f28aeac Clean up the immediate MIPS table, mostly flags. 2013-08-11 18:01:48 -07: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