Abandoned Cart
f9b7274a9f
Merge pull request #1350 from reicast/lk/abandoned
...
Google Play: "The app crashed, so we violated some policies"
2018-08-27 22:28:40 -04:00
Ender's Games
068a798fc8
Android: Disable links on Android TV
...
Because Google claims the Android TV does not have a browser and fears that users may feel insecure about their inability to release a compatible version of Chrome.
2018-08-27 22:03:44 -04:00
Ender's Games
aceda2e0b8
Android: Stop supressing a hard crash
...
This allows Google Play and friends to retrieve it properly
2018-08-27 21:39:04 -04:00
Ender's Games
8715ed6e2e
Android: Update available SDKs, API 26
2018-08-27 21:38:56 -04:00
Ender's Games
352a319086
Android: Remove an otherwise unused parameter
2018-08-27 21:38:49 -04:00
Abandoned Cart
dfcb3334e8
Merge pull request #1349 from reicast/lk/abandoned
...
Android: Explicitly set debuggable configuration
2018-08-27 19:06:41 -04:00
Ender's Games
6578b1b7c4
Android: Explicitly set debuggable flag
2018-08-27 11:43:25 -04:00
Abandoned Cart
52788ea9fa
Merge pull request #1346 from reicast/lk/abandoned
...
Android: Update XMLParser for API 26 standards
2018-08-27 11:15:32 -04:00
Ender's Games
124273e48e
Android: Null check views, remove redundant
2018-08-27 10:48:33 -04:00
Ender's Games
227d27f34a
Android: Update XMLParser for API 26 standards
2018-08-27 10:41:17 -04:00
Abandoned Cart
6289c72a37
Merge pull request #1344 from reicast/baka/emptyvmu
...
Maple: Corrected creation of empty VMU
2018-08-27 09:11:24 -04:00
Christoph "baka0815" Schwerdtfeger
bc873cb228
Maple: Corrected creation of empty VMU
...
The VMU which was written to disk was never initialized and therefore consisted only of zeroes.
After saving for the first time the VMU was corrupted.
Changes:
* Not only initialize the VMU in memory but also write the correct contents to disk
* If an existing VMU consists only of zeroes overwrite it with the initial empty VMU
2018-08-27 13:50:59 +02:00
Abandoned Cart
2703c6574e
Merge pull request #1342 from reicast/lk/abandoned
...
Android: Avoiding faulty references to "things"
2018-08-27 06:37:29 -04:00
Ender's Games
25919cce78
PGC: Settings that should be per-game exclusive
2018-08-27 06:10:35 -04:00
Ender's Games
cbe7238986
PGC: Avoid an issue with extended IDs
...
Pro Pinball Trilogy is 9 characters, including spaces, which should not be truncated for accuracy.
2018-08-27 05:42:35 -04:00
Ender's Games
ecffc4f5b8
Android: Drop implied state prefixes to labels
2018-08-27 05:19:16 -04:00
Ender's Games
0564603933
Android: Don't attempt to store PGC for BIOS
...
There is no real need for a full configuration file for launching the BIOS individually.
2018-08-27 04:52:19 -04:00
Ender's Games
1408129f0e
Android: Use getDataDir for API 24+ (N)
2018-08-27 04:45:15 -04:00
Christoph "baka0815" Schwerdtfeger
81faa0935c
CDI: Only warn if CDI image was really loaded
...
If no image was loaded (or using ioctl) the CDI warning was always printed.
2018-08-27 10:40:08 +02:00
Christoph
14e1e4ded4
Merge pull request #1339 from reicast/baka/evdev_symlink
...
evdev: Search for libevdev.so.2 first
2018-08-27 10:25:40 +02:00
Christoph
6b7a299a55
Merge pull request #1340 from reicast/baka/memcards1335
...
evdev: Fix off by one error
2018-08-27 10:25:13 +02:00
Christoph "baka0815" Schwerdtfeger
0f228690ad
evdev: Fix off by one error
...
The port for player1 is 0, not 1 (we're zero based here).
2018-08-27 10:01:08 +02:00
Christoph "baka0815" Schwerdtfeger
1d66d1e2da
evdev: Search for libevdev.so.2 first
...
Many Linux distributions provide livevdev.so.2 only so check that first.
2018-08-27 09:53:54 +02:00
Abandoned Cart
fb4b5de863
Merge pull request #1338 from reicast/lk/abandoned
...
Core: Fix formatting of configuration options
2018-08-27 01:01:14 -04:00
Ender's Games
5bdc362da3
Remove QueueRender option (non-functional)
...
Reverts:
2c517896b2
e81f43ff20
9ed9f460e9
2018-08-27 00:42:21 -04:00
Ender's Games
bd6b0c003d
Core: Fix formatting of configuration options
...
Fix formatting using web editor to ensure accuracy
2018-08-27 00:12:16 -04:00
Abandoned Cart
e138241bce
Merge pull request #1337 from reicast/lk/abandoned
...
Android: Optimization, Cleanup, and Release Prep
2018-08-26 23:27:04 -04:00
Ender's Games
14fc7d910a
Convert Interrupt Hack to name w/ less stigma
2018-08-26 23:13:25 -04:00
Ender's Games
7e9d1697c2
Android: fullscreen and reios BIOS support
2018-08-26 22:46:54 -04:00
Abandoned Cart
38f9c58804
Merge pull request #1334 from reicast/lk/abandoned
...
Extend per-game configuration options
2018-08-26 14:31:29 -04:00
Ender's Games
dd88d7a8e9
Android: Add options to import / export PGC
2018-08-26 14:08:15 -04:00
Ender's Games
75ae974f68
Android: Align game name with other settings
2018-08-26 12:02:54 -04:00
Ender's Games
41cf6e957e
Android: Add option to clear per-game config
2018-08-26 11:22:10 -04:00
Ender's Games
ff81632578
Android: Support per-game joystick as Dpad
...
This resolves and issue with Psychic Force 2012 where the joystick is not supported, but should not force toggling this setting for a single game.
Currently only supports player 1
Android: Realign new options with existing
2018-08-26 11:05:54 -04:00
Ender's Games
96d06cb4a2
Android: Improve game detail view, Fix leaks
2018-08-26 10:35:50 -04:00
Ender's Games
2c66bf3b3a
Core / Android: Add dynarec to per-game config
2018-08-26 07:56:36 -04:00
Ender's Games
31fb575165
Core: Support retrieving disk info before full init
2018-08-26 07:56:28 -04:00
Abandoned Cart
757d1f7559
Merge pull request #1333 from reicast/lk/abandoned
...
Android: Restore processor count, Cleanup
2018-08-26 00:17:10 -04:00
Ender's Games
95fa701ac0
Android: Restore processor count, Cleanup
2018-08-25 17:16:56 -04:00
Stefanos Kornilios Mitsis Poiitidis
213f34e993
Merge pull request #1331 from reicast/lk/abandoned
...
README: Add a link for iOS build information
2018-08-25 21:58:32 +03:00
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