Abandoned Cart
e19ec5a531
README: Add a link for iOS build information
2018-08-25 14:50:20 -04:00
Stefanos Kornilios Mitsis Poiitidis
ba8b9014a2
Merge pull request #1326 from reicast/EvdevControllerMapping_string2
...
evdev: Mapping name as string
2018-08-25 21:25:32 +03:00
Stefanos Kornilios Mitsis Poiitidis
d4f12fae64
Merge pull request #1327 from gameblabla/voidlinuxmusl
...
WIP: Fixes for Musl
2018-08-25 21:25:02 +03:00
Stefanos Kornilios Mitsis Poiitidis
11f76f5fbe
Merge pull request #1321 from gameblabla/libaosound
...
Add support for libao
2018-08-25 21:24:29 +03:00
gameblabla
a40d8bc74b
add libao support
2018-08-25 21:24:30 +02:00
Abandoned Cart
05b700b227
Merge pull request #1329 from reicast/lk/abandoned
...
Mac: Reference "official" preprocessor directives
2018-08-25 14:13:47 -04:00
Ender's Games
14b1e66ed4
Mac: Reference / implement preprocessor directives
2018-08-25 13:03:29 -04:00
Abandoned Cart
5702ade82f
Merge pull request #1328 from reicast/lk/vs-2015
...
vs: Upgrade vcxproj to visual studio 2015
2018-08-25 10:51:34 -04:00
Ender's Games
cb5c0327eb
vs: Upgrade vcxproj to visual studio 2015
...
See 3579c9aabf
2018-08-25 10:26:44 -04:00
Abandoned Cart
0a92ad3be2
Merge pull request #1325 from reicast/lk/abandoned
...
Android: Separate key events to avoid overrides
2018-08-25 08:25:51 -04:00
Christoph "baka0815" Schwerdtfeger
8593c209d9
Fixed type of formatting argument
2018-08-25 10:55:52 +02:00
Christoph
6fa2716cb9
Merge pull request #1320 from gameblabla/evdevfixes
...
Fixes compiling if evdev is disabled
2018-08-25 10:47:51 +02:00
Christoph "baka0815" Schwerdtfeger
80af04421a
evdev: Mapping name as string
...
That way we don't need to reserve memory and the output (on the command line) is correct.
2018-08-25 10:17:10 +02:00
Ender's Games
e3a57223af
Android: Separate key events to avoid overrides
2018-08-25 02:28:14 -04:00
Abandoned Cart
c926f264c3
Merge pull request #1324 from reicast/lk/abandoned
...
Android: Reimplement TheGamesDB w/ legacy API
2018-08-25 02:19:03 -04:00
Ender's Games
1c85799876
Android: Reimplement TheGamesDB w/ legacy API
2018-08-25 01:54:08 -04:00
gameblabla
55645a6fb7
Fixes for Musl
2018-08-24 23:34:03 +02:00
gameblabla
5f964de1fe
Fixes compiling if evdev is disabled
2018-08-24 23:13:41 +02:00
Abandoned Cart
40624ad77d
Merge pull request #1319 from reicast/lk/abandoned
...
Android: Input modification enhancements (analog)
2018-08-24 12:51:12 -04:00
Ender's Games
eb9d455338
Android: Optimization and layout improvements
...
Android: Add missing spacing to input mod layout
Android: Account for awkward select button icon
2018-08-24 10:18:52 -04:00
Ender's Games
dae71628a5
Android: Support no right stick function, Fix L / R
2018-08-24 09:42:03 -04:00
Ender's Games
e4f934c581
Android: Add OUYA support to joystick config
2018-08-23 23:08:12 -04:00
Ender's Games
15615693c5
Android: Support configuring x and y axis sources
2018-08-23 19:51:07 -04:00
Ender's Games
0a0c5643a3
Travis: Only build required module components
2018-08-23 13:42:03 -04:00
Ender's Games
1bd546c708
Android: Clean input mod, Begin joystick settings
2018-08-23 09:33:29 -04:00
Abandoned Cart
31852cde96
Merge pull request #1318 from reicast/lk/abandoned
...
Android: Optimize per-game config workflow
2018-08-23 08:28:53 -04:00
Ender's Games
3e7dea537a
Android: Optimize per-game config workflow
2018-08-23 07:36:33 -04:00
Abandoned Cart
df2d4fadee
Merge pull request #1317 from reicast/lk/fix-ports
...
Android: Pass microphone setup through controller
2018-08-22 22:47:32 -04:00
Abandoned Cart
d98f674ac5
Merge pull request #1315 from reicast/lk/abandoned
...
Porting libretro features back to mainstream reicast
2018-08-22 22:44:16 -04:00
Ender's Games
31738f462a
Android: Pass microphone setup through controller
2018-08-22 22:34:40 -04:00
Ender's Games
69bf54ac15
Android: Retrieve disk info ASAP, not after boot
2018-08-22 21:14:59 -04:00
Ender's Games
9ed9f460e9
Invert QueueRender to allow better explanation
...
Have the setting porform the action rather than having a value that, when disabled, did what the name implies it enables.
2018-08-22 21:14:49 -04:00
Ender's Games
d8226c7b5d
Fix: "Functions should be declared at file scope"
2018-08-22 21:14:42 -04:00
Ender's Games
e81f43ff20
Android: UI configuration for QueueRender setting
2018-08-22 21:14:34 -04:00
Ender's Games
eebf3fc57c
Android: UI configuration for InterruptHack setting
2018-08-22 21:14:27 -04:00
Ender's Games
2c517896b2
PVR: Add a QueueRender flag to force usage
...
Originally implemented with libretro-reicast commit:
38186045d9aebc8ff2b6118de70f4c2596914914
Modified for use w/ reicast per-game configuration
2018-08-22 21:14:19 -04:00
Ender's Games
f76df2da62
GDROM: Increase dma buffer cache sectors
...
4e956d9ef8
2018-08-22 21:14:11 -04:00
Ender's Games
e5c0f0ee71
https://code.google.com/p/nulldc/source/detail?r=108
...
Originally ported from nullDC to libretro in commits:
2fa562db1b46c52b663b3dd4bb33a64907357458
f8eb58ac16a9e5adf662b99be5d00729264808e0
Modified for use w/ reicast per-game configuration
2018-08-22 21:14:02 -04:00
Abandoned Cart
97c5b9e490
Merge pull request #1282 from reicast/baka/evdev_warnnotconfigured
...
evdev: Print a warning if a key is not configured
2018-08-22 18:14:18 -04:00
Abandoned Cart
fda672d66b
Merge pull request #1316 from reicast/lk/semen
...
Android: Configure peripherals independently
2018-08-22 18:02:55 -04:00
Ender's Games
fa3c3cd94d
Android: Force first mic to always be port A-2
2018-08-22 17:25:49 -04:00
Ender's Games
c922d5b6a6
Android: Configure peripherals independently
2018-08-22 16:31:48 -04:00
Ender's Games
b1afd40d34
Travis: Increase number of processors for build
...
The build is absurdly slow for what is actually processed
2018-08-22 12:29:58 -04:00
Abandoned Cart
91dda19c49
Merge pull request #1314 from reicast/lk/abandoned
...
Android: General updates and improvements
2018-08-22 08:04:18 -04:00
Ender's Games
1a352d4933
Travis: Set depth to a reasonable changeset max
2018-08-22 07:24:25 -04:00
Ender's Games
b56d0f09c9
Android: Discard TheGamesDB, Fix disk images
2018-08-22 06:51:58 -04:00
Ender's Games
5b66f1de42
Android: More accurate labels for app-side options
...
Some of the labels may be giving the impression that they perform magical tasks on the native side, but only help to configure the GLView.
2018-08-21 23:15:44 -04:00
Abandoned Cart
d7b5533210
Merge pull request #1304 from gameblabla/glesfix
...
Fixes compiling with GLES and X11
2018-08-21 14:02:06 -04:00
Abandoned Cart
6447127390
Merge pull request #1312 from reicast/lk/android-vmu
...
Android: Add support for dynamic peripherals
2018-08-21 13:33:03 -04:00
Ender's Games
fc8e36ff9f
Android: Simplify the way peripheral views are set
2018-08-21 13:13:09 -04:00