Commit Graph

464 Commits

Author SHA1 Message Date
TwistedUmbrella 8469baa39e Clean up the FPS view to support variable text size change 2014-02-14 21:30:04 -05:00
TwistedUmbrella 3ab88a71ab Updated Chinese - https://github.com/reicast/reicast-emulator/issues/275 2014-02-14 21:04:47 -05:00
TwistedUmbrella 8a48d95370 Integrate a semi-accurate FPS display option into settings 2014-02-14 20:54:04 -05:00
TwistedUmbrella 30f06e699c Merge pull request #276 from Karaulov/patch-2
Update RU strings.xml #3
2014-02-14 12:13:32 -05:00
Karaulov 875bd15750 Update RU strings.xml #3 2014-02-14 15:44:06 +03:00
TwistedUmbrella fad989a19a Merge pull request #274 from ppsspp213/patch-1
Update strings.xml
2014-02-14 01:54:42 -05:00
ppsspp213 98eec3e49f Update strings.xml
Typo's
2014-02-14 06:39:39 +00:00
TwistedUmbrella 10b9df33ea Merge pull request #272 from LoungeKatt/master
A very solid collaborative menu implementation
2014-02-14 01:13:04 -05:00
TwistedUmbrella 3595152cc4 Center the VMU display, Subclass the "other" popup menus 2014-02-14 01:11:38 -05:00
Bryan Barnes 208aa20c18 vmu lcd toggle working 2014-02-14 01:11:30 -05:00
TwistedUmbrella ecc122f0c4 This is as close as it'll get to toggling from the menu for now 2014-02-13 21:40:08 -05:00
TwistedUmbrella 6b5c041725 Add the option to "pop out" the VMU, Check popUp for null 2014-02-13 20:30:55 -05:00
TwistedUmbrella da9faf7efb Enable free-floating VMU to allow for bigger size parameters 2014-02-13 15:57:35 -05:00
TwistedUmbrella bf5f59833a Add a category for peripherals to support growing numbers 2014-02-13 05:56:03 -05:00
TwistedUmbrella 734f03bfcd Tag all the garbage collection with the relevant API direction 2014-02-13 05:55:52 -05:00
TwistedUmbrella df50719777 Add an option to enable ongoing VMU display, First in menu 2014-02-13 05:54:19 -05:00
TwistedUmbrella b98b087435 Merge pull request #270 from hooby3dfx/vmu_support
on screen vmu :)
2014-02-13 05:52:15 -05:00
TwistedUmbrella ee254ea23d Merge pull request #271 from NoblesseOblige/master
Handle the core popUp directly, but pass others to handler
2014-02-13 03:19:35 -05:00
TwistedUmbrella fd69686f78 Handle the core popUp directly, but pass others to handler 2014-02-13 03:19:10 -05:00
TwistedUmbrella b8335773d3 Merge pull request #269 from NoblesseOblige/master
@hooby3dfx has issues, but @LoungeKatt has pull requests. I win!
2014-02-13 02:42:58 -05:00
TwistedUmbrella c3a7260dc1 Moving the dismissal call to prevent an inevitable merge fail 2014-02-13 02:42:41 -05:00
Bryan Barnes 52199df953 vmu :)
Conflicts:
	shell/android/jni/src/Android.cpp
	shell/android/src/com/reicast/emulator/emu/GL2JNIActivity.java
	shell/android/src/com/reicast/emulator/emu/JNIdc.java
2014-02-13 02:17:13 -05:00
TwistedUmbrella 60d3521d47 Rename the file to avoid confusion with proprietary app files 2014-02-13 01:21:35 -05:00
TwistedUmbrella 9281d2f2ad Append the memory allocation table to error log submission 2014-02-13 00:52:13 -05:00
TwistedUmbrella 4d322feacc In case of a memory allocation failure, print current readout 2014-02-13 00:45:17 -05:00
TwistedUmbrella d9233b3440 Account for devices with small screens and stock DPI sets 2014-02-12 22:13:00 -05:00
TwistedUmbrella 89ab2420c9 Fix an issue with popup definition coming after vector calls 2014-02-12 20:08:24 -05:00
TwistedUmbrella 5485f2f16e Handle irrational decision to run screaming from file listing 2014-02-12 19:42:56 -05:00
TwistedUmbrella 188d7cbe4f Handle the popup navigation through buttons for the lazy 2014-02-12 19:34:37 -05:00
TwistedUmbrella 3f62290596 Merge pull request #268 from NoblesseOblige/master
More optimizations and stability stuff (Yah!!)
2014-02-12 18:19:52 -05:00
TwistedUmbrella bf6fd5fd09 Don't know about you, but I keep accidentally closing emu
This also removes the debug preference, since this menu is no longer
visible until pressed. If someone presses it by accident, they would
have probably enabled it by accident as well. Nothing dangerous is in
there anyway.
2014-02-12 17:56:54 -05:00
TwistedUmbrella dd78ed1c88 Stop redrawing the popup, Change enable state dynamically 2014-02-12 17:42:58 -05:00
TwistedUmbrella a28c50a13d Only use reflection method when API is unavailable for call 2014-02-12 17:21:25 -05:00
TwistedUmbrella 4782c144f0 Add the thread priority to prevent unused sound thread use 2014-02-12 16:40:40 -05:00
TwistedUmbrella e4c0e8ec61 Merge pull request #267 from NoblesseOblige/master
Massive cleanup and organization of processes by function
2014-02-12 16:18:12 -05:00
TwistedUmbrella 4368f327ae Add permanent sound option, Split debug into menu, Clean 2014-02-12 16:17:45 -05:00
TwistedUmbrella 24c4c04945 Allow menu interaction before immersive overlay recedes 2014-02-12 02:32:49 -05:00
TwistedUmbrella 1e798727d3 Reduce the number of packages, Input is really emu stuff 2014-02-11 23:41:56 -05:00
TwistedUmbrella eb1772ec2c Realign the native interface with the Java app counterpart 2014-02-11 23:38:46 -05:00
TwistedUmbrella 87e409b3cc Massive cleanup and organization of processes by function 2014-02-11 23:25:46 -05:00
TwistedUmbrella 853db5110e Merge pull request #266 from NoblesseOblige/master
If you can't combine the activity, share the static functions
2014-02-11 22:58:24 -05:00
TwistedUmbrella ec57499863 Account for the default value of unset boolean being false 2014-02-11 22:55:55 -05:00
TwistedUmbrella 1e6c050d3d Finish subclassing VJoy, EGL, OSD, Add runtime muting 2014-02-11 22:30:51 -05:00
TwistedUmbrella 858bd2c40b If you can't combine the activity, share the static functions 2014-02-11 21:22:25 -05:00
TwistedUmbrella f59da370b5 Merge pull request #260 from hooby3dfx/master
push the input data from java to c on each event
2014-02-11 21:22:16 -05:00
TwistedUmbrella d68e72b37b Merge pull request #261 from NoblesseOblige/master
Added support for immersive mode on KitKat devices [Rehash]
2014-02-11 10:24:47 -05:00
TwistedUmbrella 147e948b37 Move the non-dynamic popup back to the hosting activity 2014-02-11 10:23:09 -05:00
TwistedUmbrella e668e8068c Begin setting up generic iPhone shell configuration for emu 2014-02-10 21:14:06 -05:00
Matteo Hausner 20fb9db652 Added support for immersive mode on KitKat devices [Rehash] 2014-02-10 21:11:03 -05:00
TwistedUmbrella 9af23e0276 Merge pull request #257 from NoblesseOblige/master
Add reicast to the Sony Xperia Play games launcher menu
2014-02-10 13:25:26 -05:00