EkeEke
c9cf7954dc
[libretro] added core options for inverting MD Mouse Y-axis (needed by Populous II) & showing lightgun crosshair
2014-08-17 18:37:52 +02:00
EkeEke
bb1984a12d
[libretro] fixed MD Mouse Y-axis & added support for XE-1AP second stick (bi-directional)
2014-08-17 17:22:15 +02:00
EkeEke
c7f9ff9ffd
[libretro] improved LightGun, Terebi Oekaki & Pico pointer precision
2014-08-17 13:16:45 +02:00
EkeEke
27c4fda1d6
[libretro] added support for MD Mouse, lightguns (Menacer, Justifier, Light Phaser), analog devices (Paddle, Sports Pad, XE-1AP) & PICO tablet
2014-08-09 19:14:31 +02:00
EkeEke
7725820884
[libretro] fixed Android makefile
2014-08-09 19:04:05 +02:00
EkeEke
c85990f53b
[libretro] new RETRO_ENVIRONMENT_SET_GEOMETRY callback is now being used instead of RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO when screen width/height change
2014-07-20 23:10:29 +02:00
EkeEke
75d0baea86
[libretro] fixed new input controller & multitap support
2014-07-20 23:07:58 +02:00
twinaphex
296afb6607
Update libretro core
2014-07-19 04:53:20 +02:00
twinaphex
b264a22b53
Cleanups
2014-07-18 17:35:40 +02:00
twinaphex
b82a58cf8f
Revert "Define MSB_FIRST for Xbox 360"
...
This reverts commit 97d0e56650
.
2014-07-18 02:12:31 +02:00
twinaphex
7cfe8b4097
Set performance level
2014-06-23 15:03:17 +02:00
twinaphex
693ce4d78f
Do AV change only for vertical resolution changes - RETRO_SET_SYSTEM_AV_INFO
...
is way too expensive to be abused like this - this is causing flashing in
fullscreen mode for some video drivers
2014-05-08 02:32:39 +02:00
twinaphex
f0b1641809
Set RETRO_DEVICE_JOYPAD to "Joypad Auto"
2014-05-02 03:20:17 +02:00
twinaphex
f932017845
Reimplement multitap/controller settings - now implements
...
RETRO_SET_CONTROLLER_INFO
2014-05-02 03:13:37 +02:00
twinaphex
97d0e56650
Define MSB_FIRST for Xbox 360
2014-04-30 00:28:46 +02:00
twinaphex
c5cecd7870
(MSVC) Bake in libtremor support
2014-04-30 00:07:36 +02:00
twinaphex
26b50b3980
Bake in libtremor for regular Makefile and Android
2014-04-29 23:49:47 +02:00
twinaphex
ece1907480
Merge https://github.com/ekeeke/Genesis-Plus-GX
2014-04-13 17:06:34 +02:00
EkeEke
e31df22240
[libretro] added support for Master System homemade multitap
2014-04-05 14:27:09 +02:00
EkeEke
bc97224fef
[libretro] fixed core resolution changes detection
2014-04-05 00:46:30 +02:00
EkeEke
54210e8222
[Core/IO] added gamepad type auto-detection
2014-04-01 20:36:16 +02:00
Twinaphex
f4bf6aef18
(MSVC) Update solutions for libretro-super
2014-03-15 19:24:41 +01:00
Twinaphex
6e32d98903
(MSVC 2010) Update MSVC 2010 solution
2014-03-15 14:15:18 +01:00
twinaphex
4efaa4ab67
(Android) Don't do -O3 - unsafe
2014-03-12 12:25:38 +01:00
twinaphex
c60ce5c720
Fixup logging interface/Set min OS version to 10.6
2014-03-05 03:26:01 +01:00
EkeEke
7dbeddece1
[libretro]
...
- fixed framebuffer size for PAL interlaced mode
- added support for in-game resolution changes through RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO
2014-03-02 17:51:00 +01:00
ekeeke
b88f93f21e
Merge pull request #22 from libretro/master
...
(libretro) Use new logging interface, Emscripten port
2013-12-17 08:00:20 -08:00
twinaphex
1c95cbb498
Check if log_cb is not null before using log_cb callback
2013-12-16 12:50:46 +01:00
twinaphex
2c401c1ff7
Use new logging interface
2013-12-16 12:28:19 +01:00
EkeEke
67fedfa2f8
[libretro] fixed configurable YM2612 DAC quantization option
2013-12-01 13:33:14 +01:00
EkeEke
58c6506a7f
[libretro] improved libretro implementation
...
.added support for .mdx ROM files
.added missing core settings (system hardware, region, lock-on, multitap, master system FM,...)
.fixed viewport width when NTSC Filter is enabled with Mega Drive or Mega CD games using H-32 mode
.code cleanup
2013-11-27 23:09:54 +01:00
twinaphex
2a02554baa
Update JNI Makefile and MSVC solutions - new directory 'core'
...
instead of 'source'
2013-06-22 17:56:55 +02:00
EkeEke
4c46cc7833
[libretro] fixed compilation issues & removed unused code
2013-06-17 02:08:00 +02:00
Squarepusher
19a6996d42
Merge pull request #8 from CatalystG/bbfix
...
(BlackBerry) Add NDK project, fix inline, and a crash from using -O3
2013-05-18 18:10:46 -07:00
twinaphex
d7a1ff7cc2
Update extensions
2013-05-01 00:01:47 +02:00
CatalystG
3f6842b99d
(BlackBerry) Add NDK build project
2013-04-20 12:39:01 -04:00
twinaphex
60e0ba70e2
(XBOX) Build fix for C89 compliance
2013-04-12 16:30:44 +02:00
twinaphex
d8af16f193
Add more runtime options - blargg NTSC filter options - monochrome/composite/svideo/rgb -
...
gg_extra / overscan
2013-04-08 00:58:24 +02:00
twinaphex
fad92cea92
Add runtime blargg NTSC filter option
2013-04-08 00:28:25 +02:00
EkeEke
540985a068
[libretro] fixed retro_reset function: using soft-reset is not safe as it doesn't reset the whole system (RAM, VDP, etc)
2013-04-01 14:06:28 +02:00
twinaphex
df5d732617
(Playbook) Add Blackberry Playbook port
2013-02-27 21:11:34 +01:00
twinaphex
5328ea847c
(Xbox 1) Use devenv for Xbox 1 building
2013-02-17 06:19:29 +01:00
twinaphex
b275662991
(Xbox 1)Add msvc-2003-xbox1.bat for building
2013-02-10 15:23:14 +01:00
twinaphex
de12e8d1d5
(360) Add msvc-2010-360.bat for building
2013-02-09 08:21:19 +01:00
twinaphex
047781099d
(360 MSVC) Update target output filenames
2013-02-03 06:43:53 +01:00
twinaphex
7a66a50b93
(Libretro) Set sampling rate back to 44Khz after complaints
2013-02-03 04:57:58 +01:00
twinaphex
370e505af6
(360) Fix solution
2013-02-03 03:24:51 +01:00
twinaphex
53104c2a29
Update target names
2013-02-02 17:49:22 +01:00
twinaphex
18e61f4f29
(Libretro) Set samplerate to 48Khz
2013-02-01 02:31:07 +01:00
twinaphex
4cd46eb207
(360) Fix solution
2013-01-26 00:03:10 +01:00