Stefanos Kornilios Mitsis Poiitidis
12b29f003a
Fix MOGA detection, change options to paths
2014-01-03 18:55:25 +01:00
ptitSeb
3c410e687e
PANDORA: Added options for Mouse as keys
2014-01-02 23:07:06 +01:00
ptitSeb
fa238c399d
PANDORA: Removed VMU option, it's default now
2014-01-02 23:06:18 +01:00
ptitSeb
79e9c61eef
DYNAREC: More work on some opcodes
2014-01-02 23:05:42 +01:00
Stefanos Kornilios Mitsis Poiitidis
b13ed8eb3a
Merge pull request #61 from bwRavencl/master
...
Added Xbox 360 controller support
2014-01-02 10:28:50 -08:00
Matteo Hausner
7a4d44c2df
Added Xbox 360 controller support
2014-01-02 19:02:42 +01:00
Stefanos Kornilios Mitsis Poiitidis
629b9e0a79
android: do not require touchscreen (fix for stb devices)
2014-01-02 17:12:02 +01:00
ptitSeb
ae9439711d
DYNAREC: more opcodes to dynarec
2014-01-01 11:19:24 +01:00
MrPsyMan
d70617f9dc
Enable VMU support by default.
...
Fake Bump Mapping handling until we take the time to do it fast+properly.
2014-01-01 11:19:23 +01:00
ptitSeb
9b939b9b14
PANDORA: Makefile adapted to new naming scheme
2014-01-01 11:19:23 +01:00
ptitSeb
3ff594093d
slight improvement to setpeq opcode
2014-01-01 11:19:22 +01:00
Stefanos Kornilios Mitsis Poiitidis
54983d1975
Cleaning up abit, some more moga work :)
2014-01-01 11:19:22 +01:00
LoungeKatt
999f15907c
Cleanup formatting lost during merge of controller changes
2014-01-01 11:15:03 +01:00
LoungeKatt
c5527aeb3b
Stop double polling Moga controllers, Hide OSD for Shield
2014-01-01 11:15:03 +01:00
Stefanos Kornilios Mitsis Poiitidis
ea7c6758d9
Cleaning up abit, some more moga work :)
2014-01-01 11:15:02 +01:00
Stefanos Kornilios Mitsis Poiitidis
fab5bc28e3
Fix fullscreen flag
2014-01-01 11:15:02 +01:00
Stefanos Kornilios Mitsis Poiitidis
f65333ea01
dejcond breaks shenmue, disabled. Hrfm. This (might) reduce speed a tiny bit.
2014-01-01 11:15:02 +01:00
MrPsyMan
183d08a922
Enable VMU support by default.
...
Fake Bump Mapping handling until we take the time to do it fast+properly.
2014-01-01 07:42:49 +02:00
Stefanos Kornilios Mitsis Poiitidis
1a4801b569
Merge pull request #46 from ThePlayground/master
...
Stop double polling Moga controllers, Hide OSD for Shield
2013-12-31 05:32:23 -08:00
LoungeKatt
8a1076f9fd
Cleanup formatting lost during merge of controller changes
2013-12-29 22:40:42 -05:00
LoungeKatt
db78a741d0
Stop double polling Moga controllers, Hide OSD for Shield
2013-12-29 22:32:35 -05:00
Stefanos Kornilios Mitsis Poiitidis
9512d37c7c
Cleaning up abit, some more moga work :)
2013-12-30 00:55:17 +01:00
Stefanos Kornilios Mitsis Poiitidis
258b8cf7f6
Fix fullscreen flag
2013-12-30 00:53:00 +01:00
Stefanos Kornilios Mitsis Poiitidis
8653e5e0f8
dejcond breaks shenmue, disabled. Hrfm. This (might) reduce speed a tiny bit.
2013-12-30 00:52:14 +01:00
ptitSeb
6a4db0f4c7
Merge branch 'pandora' of https://github.com/reicast/emulator into pandora
2013-12-29 15:05:34 +01:00
ptitSeb
ba74b69f74
PANDORA: Force 1 frameskip (seems useless)
2013-12-29 13:43:54 +01:00
ptitSeb
077d029bfc
PANDORA: Try to improve sound handling
2013-12-29 13:43:20 +01:00
ptitSeb
320d99b280
use Defined value for SH4 speed
2013-12-29 13:43:19 +01:00
ptitSeb
f6a64f74be
DYNAREC: Attempt to add a few more opcode to dynarec
2013-12-29 13:43:00 +01:00
ptitSeb
c74f91d429
PANDORA: Force 1 frameskip (seems useless)
2013-12-29 13:37:22 +01:00
ptitSeb
94feac643a
PANDORA: Try to improve sound handling
2013-12-29 13:36:38 +01:00
ptitSeb
4c6f238980
use Defined value for SH4 speed
2013-12-29 13:35:31 +01:00
ptitSeb
a604988944
DYNAREC: Attempt to add a few more opcode to dynarec
2013-12-29 13:29:33 +01:00
Stefanos Kornilios Mitsis Poiitidis
f7a39783f6
MOGA support
2013-12-29 00:14:45 +01:00
Stefanos Kornilios Mitsis Poiitidis
f5d29677b3
Merge branch 'androidui'
...
Conflicts:
core/hw/pvr/spg.cpp
core/hw/sh4/interpr/sh4_interpreter.cpp
reicast/android/src/com/reicast/emulator/MainActivity.java
2013-12-28 22:28:50 +01:00
Stefanos Kornilios Mitsis Poiitidis
7ef9de3cae
Moving code around, cleanups
2013-12-28 22:20:08 +01:00
Stefanos Kornilios Mitsis Poiitidis
880b851d5b
Merge pull request #43 from ThePlayground/androidui
...
Overhaul config menu to make code easier to expand upon
2013-12-28 05:30:05 -08:00
Carlos Estrague
fca4e616bf
Fix compilation in the lastest ndk r9 and after
...
LOCAL_DISABLE_FORMAT_STRING_CHECKS=true in the module Android.mk compile fine in the lastest ndk .
2013-12-28 07:53:19 -05:00
LoungeKatt
684c07c5ce
Overhaul config menu to make code easier to expand upon
...
This also fixes a few minor syntax errors that were the reault of
duplication code across individual menu options.
2013-12-28 07:43:28 -05:00
Stefanos Kornilios Mitsis Poiitidis
d6cfbf3ad1
Merge pull request #40 from ThePlayground/androidui
...
Revised controller mapping and enhanced UI
2013-12-28 03:42:26 -08:00
Stefanos Kornilios Mitsis Poiitidis
8f694405ff
Merge pull request #42 from maximu/patch-1
...
Fix compilation in the lastest ndk r9 and after
2013-12-27 15:03:46 -08:00
Carlos Estrague
15e5b4c2e5
Fix compilation in the lastest ndk r9 and after
...
LOCAL_DISABLE_FORMAT_STRING_CHECKS=true in the module Android.mk compile fine in the lastest ndk .
2013-12-27 21:58:38 +01:00
LoungeKatt
acef71f184
Add a configuration option for emulator specific GUI config
2013-12-26 23:27:11 -05:00
LoungeKatt
39d88ccbb6
Minimal gitignore to remove compilation garbase commits
...
Also fixes the project configuration for Eclipse of libnewdc
2013-12-26 02:36:03 -05:00
LoungeKatt
d0f171f37e
Preliminary phabletUI for Honeycomb (API 12) and newer
2013-12-26 02:23:51 -05:00
LoungeKatt
2299c35ccd
Controller layout revision 3 - OUYA baseline for addresses
...
The PS3 controller may need to be re-aligned. This configuration uses
the OUYA controller as a baseline to configure the key memory
addresses, as Shield has no configuration capability and uses the same
layout as OUYA.
2013-12-26 02:18:03 -05:00
Stefanos Kornilios Mitsis Poiitidis
a8f2a9bb24
Update license on the shell
2013-12-26 03:43:42 +02:00
Stefanos Kornilios Mitsis Poiitidis
e5d1a81eb1
Merge pull request #38 from ThePlayground/androidui
...
Update controller mapping for Moga (Bluetooth) controllers
2013-12-25 17:38:20 -08:00
LoungeKatt
767b2c0685
Update controller mapping for Moga (Bluetooth) controllers
2013-12-25 20:37:12 -05:00
Stefanos Kornilios Mitsis Poiitidis
829eb84778
Fix android 2.3 compat -> no 2nd param on Bundle.getString supported
2013-12-26 01:51:07 +02:00