Themaister
925a55c9e1
Start reworking settings menus into Java Phoenix.
...
Fix style according to Eclipse Ctrl+F.
Let frontend find default config.
Start adding popup menu for different settings.
Do not autodetect config on Android in native code.
2012-12-31 15:00:12 +01:00
Themaister
cce0d9379a
Fix warning in manifest.
2012-12-31 12:21:33 +01:00
Themaister
bb95313175
Add boolean support to Java config file.
2012-12-31 12:18:47 +01:00
twinaphex
71fe22f8ba
(Android) Add some more alternative name detection rules for
...
PS3 pad
2012-12-31 04:19:45 +01:00
twinaphex
f375f550af
(Android) Add Saturn USB pad / Toodles Champ / Mayflash Wii Classic
...
USB pad binds
2012-12-31 04:06:43 +01:00
Themaister
69491ea284
Add Java config file code.
2012-12-31 02:43:13 +01:00
twinaphex
6240fb0076
(Android) Add PS Move Navi binds
2012-12-31 01:06:33 +01:00
ToadKing
44dbdf7b02
(GX) skip launching salamander if we're switching core, one less point of failure
2012-12-30 18:06:17 -05:00
ToadKing
02db5ccd90
(Console) save sram_dir_enabled and savestate_dir_enabled to config file
2012-12-30 17:42:05 -05:00
twinaphex
1bc1b61938
(Android) Autoconfigures MOGA pad now
2012-12-30 23:37:49 +01:00
ToadKing
1fccba40d5
(GX) add ability to change default save location
...
fix save/load/screenshot/reset options not showing up in in-game menu
2012-12-30 17:30:43 -05:00
twinaphex
30bb3a150a
(Android) Add 'unbound' message for pads which are not autoconfigured
2012-12-30 22:06:52 +01:00
twinaphex
74f8845ac3
(Android) onSaveInstanceState callback- don't point to anything
2012-12-30 21:56:57 +01:00
twinaphex
acefa9bfc4
(Android) Maps PS3 pad correctly now
2012-12-30 21:43:58 +01:00
Themaister
8a58858d84
Refactor out save stating and reentrancy.
...
It's not really needed.
2012-12-30 18:25:49 +01:00
twinaphex
45fa3d7ba7
(Android) PS3 pad detection - still need to sort out D-pad
2012-12-30 17:03:10 +01:00
Themaister
35e17e5017
Fix CPU hogging issue on Android when paused.
2012-12-30 16:54:16 +01:00
twinaphex
813a659f8a
(Android) Detects Dual Strike now
2012-12-30 16:53:24 +01:00
twinaphex
b264700eaf
(Android) First stab at autodetection code
2012-12-30 16:33:13 +01:00
Themaister
c91e0e23f4
Add JNI device name query.
2012-12-30 15:04:02 +01:00
ToadKing
91bd77f695
Add title updating to VG driver
2012-12-28 22:30:37 -05:00
Themaister
e3a0668f55
Fix segfault when samples < 8 on NEON.
2012-12-28 21:25:41 +01:00
Themaister
3d9bacd536
Don't log viewport calls.
2012-12-28 00:14:19 +01:00
Themaister
9fbd888566
Handle orientation without explict calls.
...
Appears to fix some kind of "race condition" in EGL.
2012-12-28 00:12:18 +01:00
Themaister
71505ccb87
Improve resize handling on Android.
2012-12-27 23:30:27 +01:00
Themaister
2ceb46cd02
Clarify multi-touch functionality for _POINTER.
2012-12-27 23:16:21 +01:00
Themaister
4651dd935a
Improve multitouch.
2012-12-27 23:03:35 +01:00
twinaphex
9f80f36c16
(Android) Small refinement to input
2012-12-27 21:10:18 +01:00
twinaphex
16ab406a1a
(Android) First stab at multitouch - far from satisfactory
2012-12-27 17:08:46 +01:00
twinaphex
ad7a8cd468
(Android) Include native/jni/Android.mk file in phoenix/jni/Android.mk
...
file
2012-12-27 14:55:40 +01:00
Themaister
4786f6dd94
Fix useless code.
2012-12-27 12:33:23 +01:00
Themaister
7458f7888f
Set up multitouch querying.
2012-12-27 12:26:13 +01:00
Themaister
d74c49f4cd
Style nit.
2012-12-26 09:56:54 +01:00
twinaphex
60f6727034
Fix GL build - gl_set_nonblock_state and gl_focus use a local
...
pointer to video data in their wrapper macro functions
2012-12-26 09:32:15 +01:00
twinaphex
7a9293b8c9
(Android) Remove gfx_ctx_get_aspect_ratio as well
2012-12-26 07:56:29 +01:00
twinaphex
0c3f9a854a
(Android) Remove HAVE_RMENU code from Android EGL context file -
...
we aren't going to use RMenu after all
2012-12-26 07:20:31 +01:00
Squarepusher
17bd018cde
Merge pull request #107 from notaz/android
...
Android fixes
2012-12-25 21:49:34 -08:00
notaz
b1e8c84f55
(Android) Enable and fix warnings.
2012-12-26 03:11:33 +02:00
notaz
fff846d579
(Android) Remove unused variables.
...
width/height is read by gfx_ctx_get_video_size() later.
2012-12-26 03:11:33 +02:00
notaz
df2466c5ed
(Android) Fix crash on orientation update.
2012-12-26 03:11:32 +02:00
notaz
bbc898400d
(Android) Remove unneeded include.
...
Also fixes build on older NDK (r6b).
2012-12-26 03:11:32 +02:00
notaz
729bf464c5
(Android) Enable logger and overlay for phoenix.
...
Doesn't build otherwise for me.
2012-12-26 03:11:08 +02:00
Themaister
e3378c219c
Use crude ref-counting for driver handles.
2012-12-25 23:18:19 +01:00
twinaphex
4e61543203
(360) ) Add HAVE_RMENU to 'Release' target
2012-12-25 21:44:29 +01:00
Themaister
35a591809d
Fix console warning.
2012-12-25 20:47:49 +01:00
twinaphex
d114095447
(RARCH_CONSOLE) Don't compile in input_common.c for consoles
2012-12-25 20:46:58 +01:00
Themaister
0b7bfc872b
Allow rewind to be inited/deinited better.
2012-12-25 19:46:19 +01:00
Themaister
57d7643b86
Fix compiler warnings.
2012-12-25 19:05:30 +01:00
Themaister
82f2bba8f2
Accept CONFIGFILE argument over JNI.
2012-12-25 15:21:01 +01:00
Themaister
efef75342b
Rework open_default_config_file().
2012-12-25 14:51:08 +01:00