TwistedUmbrella
f536c67f26
Force the keys to be mapped, even if the system already is
2014-02-24 20:39:42 -05:00
TwistedUmbrella
d53fb51d25
Update the label to prevent attempting to continue mapping
2014-02-24 20:39:42 -05:00
TwistedUmbrella
a2b8aba035
Add a notice about the OUYA R3 being the onscreen menu
2014-02-24 20:39:42 -05:00
TwistedUmbrella
985297183a
Remove the handler for the logging function as is unneeded
2014-02-24 20:39:35 -05:00
TwistedUmbrella
11cc6e6ccf
Attempt to preserve EGL context when an activity is paused
2014-02-24 20:39:35 -05:00
TwistedUmbrella
5c0601dd2e
Add support to use the right joystick as A / B, L1 / R2 trigger
2014-02-24 20:39:35 -05:00
Bryan Barnes
02193e2441
ouya fixes, no more menu toast, got rid of spanish in polish
2014-02-24 20:13:28 -05:00
hooby3dfx
04617a9b0c
Merge pull request #321 from Elwood89/patch-1
...
Update strings.xml (polish translation)
2014-02-24 20:09:42 -05:00
Claus Østergaard
a9dc01de57
Update strings.xml
...
Should probably not have been translated.
2014-02-25 00:10:00 +01:00
Claus Østergaard
51e5db0d50
Update strings.xml
2014-02-25 00:03:47 +01:00
Claus Østergaard
5e53dba12c
Create danish translation
2014-02-24 23:12:41 +01:00
Elwood89
47d8e667e7
Update strings.xml
...
There are many special letters in PL, are these supported?
2014-02-24 16:08:47 +01:00
TwistedUmbrella
c9a10451b7
Throw in some labels as an added bonus just in case
2014-02-22 18:40:23 -05:00
TwistedUmbrella
eaac86808f
LOGS HERE! GET YOUR LOGS HERE, PEOPLE!
2014-02-22 18:34:00 -05:00
Bryan Barnes
0a45f17839
fixed editvjoy crash
2014-02-22 18:19:17 -05:00
Bryan Barnes
948118b8de
initialize conroller codes so they work on first push and first game boot doesnt drop to bios!
2014-02-22 12:21:29 -05:00
Bryan Barnes
31bd0f5742
fixed the bios crash plague, it was a jni issue with the vmu lcd. the way we cache jnienv is messy/lucky.
2014-02-22 11:30:03 -05:00
Bryan Barnes
7ecf7d5727
moved push cgf to before init (was screwing up dynarec option), also changed depth back to 24 bit
2014-02-21 23:31:40 -05:00
Bryan Barnes
be3ce5492d
moved push of emu cfg settings to where it normally is in the init process; fixes rtc. minor cfg load/save cleanup.
2014-02-21 23:31:39 -05:00
TwistedUmbrella
85367467d6
Allow Ant to use the existing NDK path variable inline
...
“ndk.dir” has to be manually set in the local.properties file
“android update project” only covers auto-import of the sdk
2014-02-21 23:22:27 -05:00
TwistedUmbrella
faa14cdfec
Let's build everything with a single magical command
2014-02-21 23:12:23 -05:00
TwistedUmbrella
a39eff8bd0
Prevent a possible break in controller layouts
2014-02-21 22:31:00 -05:00
TwistedUmbrella
93f2ea362d
Remove unused functions, Use Xperia Play gamepad menu
2014-02-21 19:28:32 -05:00
TwistedUmbrella
f68fbef987
Simplify and subclass the controller mapping
2014-02-21 19:24:55 -05:00
TwistedUmbrella
052fd88b32
Fix custom mapping for L and R triggers
2014-02-21 19:19:49 -05:00
TwistedUmbrella
b82b965a96
Fix epoch calculation, verified by @ppsspp213
2014-02-20 16:40:58 -05:00
TwistedUmbrella
8655cae995
Removing the beta link to allow relocation [Part 2]
2014-02-19 01:48:46 -05:00
TwistedUmbrella
da4b94f787
Removing the beta link to allow relocation [Part 1]
2014-02-19 01:48:11 -05:00
TwistedUmbrella
7f1f97c68f
Let the system display all stack trace indexes and sort itself
2014-02-18 18:47:42 -05:00
Karaulov
93bbffadb6
Update strings.xml
2014-02-19 00:03:41 +03:00
TwistedUmbrella
e5b9a879f5
Begin the process of documenting using the Eclipse dialogs
2014-02-18 13:51:47 -05:00
TwistedUmbrella
ba6b83e824
Implement a hander to display toast messages on UI thread
2014-02-17 21:03:32 -05:00
TwistedUmbrella
b92d826284
Check internet and notify user of log location if unavailable
2014-02-17 18:11:31 -05:00
TwistedUmbrella
f599fcf2f4
Xperia Play - Simplify button check but don't convert for GB
...
In Gingerbread, the difference between back and O was whether or not
the Alt key was pressed at the same time in code. Until GB is supported
for the Xperia Play, there is no real purpose in adding the custom key
quite yet.
2014-02-17 12:23:16 -05:00
TwistedUmbrella
be1c4374fa
Verify the FPS display reads as null to prevent misfired view
2014-02-17 12:12:40 -05:00
TwistedUmbrella
ccd4157aff
Add basic parameters from the emulator to the edit screen
2014-02-17 12:12:40 -05:00
TwistedUmbrella
65c1b947a4
Add render depth to available options to provide fps boost
2014-02-17 12:12:40 -05:00
TwistedUmbrella
da7c82c02d
Temporarily map start button for PS3 and Xbox360 [Testing]
2014-02-17 12:12:09 -05:00
TwistedUmbrella
88f0b8b6c2
Add low-level OUYA detection, Handle menu with R3 button
2014-02-17 12:12:09 -05:00
TwistedUmbrella
aa9f842110
Add a text outline to allow visibility when view matches text
2014-02-17 12:12:09 -05:00
Bryan Barnes
c45eb4e8d0
fraps style fps
2014-02-16 16:43:29 -05:00
Bryan Barnes
a3d1a2a16e
fix for galaxy tab back button crash
2014-02-16 15:01:16 -05:00
Bryan Barnes
f8e23a2b1c
fixed gb crash, print out full stack trace, explicitly transparent backgrounds in popups
2014-02-16 15:01:16 -05:00
TwistedUmbrella
f5586ba47f
This will allow error reporting before attempting to load GUI
2014-02-16 14:03:23 -05:00
TwistedUmbrella
7321808090
Because the Droid X can't live up to the Xperia Play for ctx
2014-02-16 12:07:54 -05:00
TwistedUmbrella
e7a0e78803
Updated for JVM 1.6 as per discussion on StackOverflow
...
http://stackoverflow.com/questions/115008/how-can-we-print-line-numbers-
to-the-log-in-java
2014-02-16 11:52:21 -05:00
TwistedUmbrella
39ad0ac92d
Yeah, the GPU has nothing to do with sound. Nice try, tho!
2014-02-16 01:48:55 -05:00
TwistedUmbrella
ffdf036684
Update the logs to include the trace line number [hopefully]
2014-02-16 01:47:06 -05:00
TwistedUmbrella
10a8a15cd3
Clean up the layouts and separate paths sections cleanly
...
See ya when r6 hits Google Play ;)
2014-02-15 22:29:24 -05:00
TwistedUmbrella
b5004bc5b5
Eclipse pretends it is fixing an unclosed layout with excess
2014-02-15 21:31:31 -05:00
TwistedUmbrella
14b4ed6bdf
Remove deprecated call to load unused configuration files
2014-02-15 16:07:26 -05:00
TwistedUmbrella
e700972350
Fix a sneaky layout trying to avoid being part of the tables
2014-02-15 16:05:54 -05:00
TwistedUmbrella
6bc6328a25
I could have sworn there was a negative AND a positive...
2014-02-15 16:05:54 -05:00
TwistedUmbrella
b546e7a75d
Handle crashes more gracefully and allow opting out report
2014-02-15 16:05:54 -05:00
TwistedUmbrella
16702f9c38
Fix the formatting on the configuration page to reduce size
2014-02-15 16:05:54 -05:00
Bryan Barnes
90db7054a4
idleskip should default to true
2014-02-15 15:22:27 -05:00
TwistedUmbrella
5a741af03d
Enable unstable optimization by default to prevent crackling
2014-02-15 11:46:47 -05:00
TwistedUmbrella
e308c0b5c7
Update all language translations with new revision text item
2014-02-15 10:53:13 -05:00
TwistedUmbrella
b31297e452
Update the about display to handle beta versions correctly
2014-02-15 10:46:50 -05:00
TwistedUmbrella
c318eb8bda
Update the region values to specify the game region codes
...
@ppsspp213 change adjusted to work with the way the application
displays and uses the array values.
2014-02-15 10:46:20 -05:00
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
Karaulov
875bd15750
Update RU strings.xml #3
2014-02-14 15:44:06 +03:00
ppsspp213
98eec3e49f
Update strings.xml
...
Typo's
2014-02-14 06:39:39 +00: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
fd69686f78
Handle the core popUp directly, but pass others to handler
2014-02-13 03:19:10 -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
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
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
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
147e948b37
Move the non-dynamic popup back to the hosting activity
2014-02-11 10:23:09 -05:00
Matteo Hausner
20fb9db652
Added support for immersive mode on KitKat devices [Rehash]
2014-02-10 21:11:03 -05:00
TwistedUmbrella
4c6bc0349f
Add reicast to the Sony Xperia Play games launcher menu
2014-02-10 13:25:00 -05:00