Commit Graph

7365 Commits

Author SHA1 Message Date
Henrik Rydgard
5037568af3 Delete the bulk of the old UI. 2013-08-18 20:22:30 +02:00
Henrik Rydgard
db575d559f Delete the NewUI setting, effectively forcing it on 2013-08-18 20:14:33 +02:00
Henrik Rydgard
b0e72f5200 I don't understand why this fixed the encoding of the language list on Windows... 2013-08-18 20:08:28 +02:00
Henrik Rydgard
e9e5e3ae17 Another feature that was missing in newui (see #3226 ) 2013-08-18 19:57:50 +02:00
Henrik Rydgard
a942395506 Add more missing features to NewUI, see #3226 2013-08-18 19:51:54 +02: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
Sacha
f0242a2adc Update native. 2013-08-19 00:29:54 +10:00
Henrik Rydgård
392ca895a4 Merge pull request #3225 from jimmyw/master
Fix linkingproblem on OSX missing -framework CoreFundation
2013-08-18 07:07:07 -07:00
Sacha
ba030da663 Enable controllers and change keymapping for Blackberry. 2013-08-19 00:03:02 +10:00
Jimmy Wennlund
ad43de1188 Fix linkingproblem on OSX missing -framework CoreFundation 2013-08-18 15:58:43 +02:00
Henrik Rydgard
f4c05392e2 GLES: Disable logic op while alpha blend is enabled. Having them both enabled at the same time makes no sense, and this seems like the safest possible fix for #3220 as logic op usage is rare. 2013-08-18 13:00:14 +02:00
Henrik Rydgard
e6ad305545 360 controller: Update default mapping. Put speed toggle on THUMBR instead of a trigger as the triggers are bouncy. 2013-08-18 11:47:11 +02:00
Henrik Rydgard
d7000ef1a4 Yet another feature that was missing in newui 2013-08-18 11:45:21 +02:00
Sacha
92f0678f2f Introduce 'lowmem' fonts for Symbian.
Right now it is for all Symbian devices. Although, high mem devices should continue to use the old fonts.
2013-08-18 19:07:18 +10:00
Henrik Rydgård
0f1d8f82df Merge pull request #3217 from unknownbrackets/softgpu
Fix softgpu's 4444 color conversion
2013-08-18 01:34:03 -07:00
Sacha
8908ec22a8 Small changes. Symbian buildfix. 2013-08-18 18:17:23 +10:00
Sacha
e7cf9361ff Symbian can't compile Software GPU (internal compiler error). Probably can't run it well either. So, disabled. 2013-08-18 18:07:15 +10:00
Sacha
959c9b2dd8 Update native. 2013-08-18 17:33:11 +10:00
Unknown W. Brackets
ff9cff08ed Fix softgpu's 4444 color conversion.
And use the standard 4->8 swizzling funcs (more self documenting.)
2013-08-17 17:33:10 -07:00
Henrik Rydgard
8516b562e2 Typo/buildfix 2013-08-18 01:41:41 +02:00
Henrik Rydgard
2b1777d4a7 Transfer some features from oldUI to newUI 2013-08-18 01:24:53 +02:00
Henrik Rydgard
1fabe1f78e Fix loading of non-mapped keys 2013-08-18 01:04:49 +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 Rydgard
96572a3226 Misc UI stuff, back button should now work as expected. 2013-08-17 23:50:15 +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
Henrik Rydgård
52940abf31 Merge pull request #3212 from unknownbrackets/softgpu
Software GPU width tweak
2013-08-17 10:58:54 -07:00
Unknown W. Brackets
92dbfd177a Render the display width properly in softgpu. 2013-08-17 10:57:08 -07:00
Henrik Rydgård
b98bb90777 Merge pull request #3206 from thedax/UIImprovements
Improve the Win32 UI
2013-08-17 10:36:15 -07:00
Henrik Rydgård
0c31a986d7 Merge pull request #3210 from raven02/patch-3
softgpu : fix v_color0 to use MaterialAmbient
2013-08-17 10:00:08 -07:00
Henrik Rydgård
e19e71254a Merge pull request #3211 from unknownbrackets/sysmem
Stop lying about free memory in HLE
2013-08-17 09:54:20 -07:00
Unknown W. Brackets
90affa2203 Remove very questionable DrawSync override. 2013-08-17 09:53:10 -07:00
Unknown W. Brackets
a4bea9c878 Add support for multithreading in softgpu. 2013-08-17 09:52:35 -07:00
Unknown W. Brackets
f501c98a5d Report "Software" for sw GPU engine. 2013-08-17 09:48:06 -07:00
Unknown W. Brackets
8191ea4d76 Stop lying about free memory in HLE. 2013-08-17 09:28:44 -07:00
raven02
758cc878fb softgpu : should be vreader.ReadColor1 2013-08-17 22:21:14 +08:00
raven02
8ff2a1bb35 softgpu : fix v_color0 to use MaterialAmbient 2013-08-17 22:05:50 +08: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 Rydgard
47ac6c02fc Disable accelerometer as axis, fix some omissions in KeyMap (doesn't actually autoload all those maps yet) 2013-08-17 13:41:29 +02:00
Henrik Rydgard
8028ff7f12 Android buildfix 2013-08-17 13:26:19 +02:00
Henrik Rydgard
dd07665814 Update native, add checkbox for sw renderer to developer settings 2013-08-17 13:22:44 +02:00
Henrik Rydgard
b89af62143 Fix the settings screen layout so the back button is always visible 2013-08-17 13:08:32 +02:00
Henrik Rydgard
0d048edb5e NewUI on by default. Not changing the name of the setting yet by choice. 2013-08-17 13:04:08 +02:00
Henrik Rydgard
9f3848b49c swrast warning fixes 2013-08-17 12:37:47 +02: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
f990df6af8 Let the user escape the controls dialog with the global back button (Esc on PC) 2013-08-17 12:09:50 +02:00