Henrik Rydgard
|
8e01af3476
|
UI tweaks
|
2013-08-16 09:28:23 +02:00 |
|
Henrik Rydgard
|
b0c0911dca
|
More UI tweaks (better title font for popups for example)
|
2013-08-14 23:29:57 +02:00 |
|
Henrik Rydgard
|
8b99d999ed
|
UI tweaks, move a couple old screens to keep out of MenuScreens.cpp
|
2013-08-14 23:06:14 +02:00 |
|
Henrik Rydgård
|
b2b4c92333
|
Merge pull request #3169 from thedax/soundInitFix
Overhaul the sound fix.
|
2013-08-14 12:10:57 -07: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 Rydgard
|
df3a1d5e1c
|
Make play button focused on game screen.
|
2013-08-14 17:38:41 +02:00 |
|
Henrik Rydgård
|
ebb2aba2e0
|
Merge pull request #3164 from unknownbrackets/savestates
Fix savestate difference on 64/32 bit + warnings/minor
|
2013-08-14 08:12:44 -07:00 |
|
The Dax
|
75f03b4d8a
|
NewUI: Don't init audio if sound is disabled. And remove some stray newlines.
|
2013-08-14 09:05:24 -04:00 |
|
The Dax
|
5b2483ee73
|
Fix a bug where sound would never be initialised if a game is started with it off, then later enabled.
|
2013-08-14 08:47:10 -04:00 |
|
Unknown W. Brackets
|
8ab67b1674
|
Fix some warnings.
|
2013-08-13 21:05:54 -07:00 |
|
GuardianSoul
|
9f32e03bc6
|
Update MenuScreens.cpp
Make some more strings translatable.
|
2013-08-13 16:44:15 +02:00 |
|
Yaroslav
|
bfd6a6579f
|
More strings to translate
|
2013-08-13 18:18:01 +07:00 |
|
raven02
|
4d9f859f2c
|
NewUI : Add 'Button Scaling'
|
2013-08-13 14:24:26 +08:00 |
|
Henrik Rydgard
|
32218256d7
|
More UI tweaks
|
2013-08-13 00:06:48 +02:00 |
|
Yaroslav
|
62835aad40
|
Make more strings translatable.
|
2013-08-11 22:25:50 +07:00 |
|
Henrik Rydgard
|
0dac2b4783
|
Update native, minor UI stuff and cleanups
|
2013-08-10 23:04:23 +02:00 |
|
Henrik Rydgard
|
d32e10ff0b
|
Error handling improvements
|
2013-08-10 19:56:47 +02:00 |
|
Henrik Rydgard
|
1da49273b5
|
Address some complaints about touch button opacity
|
2013-08-10 19:23:50 +02:00 |
|
Henrik Rydgard
|
cd53dfdc9c
|
Mark multithreading as experimental in the UI
|
2013-08-10 11:53:55 +02:00 |
|
Henrik Rydgard
|
360210876c
|
Add multithread checkboxes to gl UI as well
|
2013-08-10 11:34:27 +02:00 |
|
The Dax
|
8b6790187d
|
Fix some translation issues and change a variable name(it was supposed to be iSFXVolume, but for some reason it never got changed over).
|
2013-08-09 08:04:13 -04:00 |
|
The Dax
|
19001edd4d
|
Change the Atrac3+ download buttons slightly to avoid confusion. It's fine to always show the button, but change it when we have it downloaded already.
|
2013-08-09 06:57:03 -04:00 |
|
The Dax
|
01e9111ac5
|
Remove Stream VBO option.
|
2013-08-09 05:18:24 -04:00 |
|
The Dax
|
f9067e15c9
|
Remove old comment, change another one, and change MenuScreens.cpp to use the new class Host's InputBoxGetString.
|
2013-08-06 19:36:51 -04:00 |
|
Henrik Rydgård
|
f203997c6e
|
Merge pull request #3063 from thedax/win32OSKBypass
Win32: Allow user to change emulated PSP nickname, and add an OSK "bypass"
|
2013-08-06 09:04:34 -07:00 |
|
Henrik Rydgard
|
2f0cdc6988
|
ARMJIT: disable vi2f, it seems buggy. preliminary disabled impl of vcrsp.t.
|
2013-08-06 11:10:26 +02:00 |
|
The Dax
|
1da0454508
|
Add support for changing the InputBox's title to the description text provided by the game(or the emulator itself). If none is provided(empty string), fall back to a default string.
|
2013-08-05 23:17:26 -04:00 |
|
The Dax
|
4570d83c05
|
Fix crash in InputBox.cpp by offering an overloaded func which takes a size, and use it in MenuScreens.cpp / PSPOskDialog.cpp.
|
2013-08-05 22:45:51 -04:00 |
|
The Dax
|
4adacdf375
|
Fix includes.
|
2013-08-05 21:39:37 -04:00 |
|
The Dax
|
80953ac56d
|
Win32: Enable user to change emulated PSP nickname from the menu screens by popping a dialog box.
Win32: Enable user to bypass the in-game OSK by using the same dialog box. It doesn't support non-Roman characters yet.
|
2013-08-05 21:39:06 -04:00 |
|
Unknown W. Brackets
|
b17b23f1f2
|
Add a function to run the CPU core.
|
2013-08-04 15:23:38 -07:00 |
|
Sacha
|
8b4280b297
|
Rename KEYCODE to NKCODE (native key code) to stop name collision. Implement Blackberry keymapping.
|
2013-08-05 03:31:40 +10:00 |
|
Henrik Rydgård
|
53336e55ad
|
Merge pull request #3050 from thedax/newUIBugFix
Win32/NewUI: Address debug log bug and placement in menu.
|
2013-08-04 02:07:16 -07:00 |
|
The Dax
|
c8a675863e
|
Move debug logging toggle to Developer Options in NewUI. It was supposed to be here in the first place.
|
2013-08-04 04:45:09 -04:00 |
|
raven02
|
e0d68e4768
|
Add game direct load support for new UI
|
2013-08-04 15:49:51 +08:00 |
|
The Dax
|
f94ae2f10c
|
Fix NewUI bug involving the debug console on Win32. Also change the behaviour of WM_USER_LOG_STATUS_CHANGED to open and close the log window when enabled/disabled as appropriate.
|
2013-08-04 03:39:49 -04:00 |
|
Henrik Rydgård
|
ec9c464057
|
Merge pull request #3002 from raven02/aa
Anrdoid : Add option 'Anti-Aliasing' to new UI
|
2013-07-31 09:22:31 -07:00 |
|
Henrik Rydgard
|
7fc5ce56de
|
Fix viim for x86, implement for ARM.
|
2013-07-31 18:21:23 +02:00 |
|
Henrik Rydgard
|
8972bf0d12
|
Fix stickiness of NV Shield d-pad (and other digital pads that are mapped to axises)
|
2013-07-31 18:08:31 +02:00 |
|
raven02
|
b938313501
|
Revert size to fit Nexus S
|
2013-07-31 23:47:52 +08:00 |
|
The Dax
|
ac1d8e8181
|
Fix typo in NewUI.
|
2013-07-30 17:34:10 -04:00 |
|
Henrik Rydgard
|
9ac511f191
|
Don't check vector size in vfim (nonsense). implement for arm. minor fix.
|
2013-07-30 22:34:12 +02:00 |
|
Henrik Rydgard
|
7e373c206d
|
Fix NewUI bug where returning to menu and starting a new game started the wrong game somehow.
|
2013-07-30 21:39:37 +02:00 |
|
raven02
|
766770a755
|
Anrdoid : Add option 'Anti-Aliasing'
|
2013-07-30 23:32:55 +08:00 |
|
raven02
|
08569eafa1
|
Add GameSettingsScreen::DrawBackground()
|
2013-07-30 23:29:48 +08:00 |
|
raven02
|
d88f4dfe09
|
Centralize control mapping to in-game control section #2
|
2013-07-29 08:16:06 +08:00 |
|
raven02
|
89b97436a6
|
Centralize control mapping to in-game control section #1
|
2013-07-29 08:15:30 +08:00 |
|
Henrik Rydgård
|
fe282f946a
|
Merge pull request #2963 from raven02/patch-4
Better fix the YES/OK/No button sizing and code cleanup
|
2013-07-28 13:49:00 -07:00 |
|
Unknown W. Brackets
|
256394b2bf
|
Move VirtualDiscFileSystem to its own file.
|
2013-07-28 12:31:48 -07:00 |
|
raven02
|
176abf2ad7
|
Add "Enable logging" to new UI
|
2013-07-29 00:56:59 +08:00 |
|