Commit Graph

53314 Commits

Author SHA1 Message Date
Vladimir Serbinenko
2ff9bfb24d qnx: support analog sticks 2020-04-01 16:49:44 +02:00
Vladimir Serbinenko
ab34a0a34f Handle errors in qnx_input
I had errors with null driver. While this setup is not really usable,
we shouldn't crash on it
2020-04-01 16:49:44 +02:00
Vladimir Serbinenko
c5e2099dd9 Add makefile for qnx
Usage:
make -f Makefile.griffin platform=qnx clean all
2020-04-01 16:49:44 +02:00
Vladimir Serbinenko
5a2e4237c4 Fix qnx compilation 2020-04-01 16:49:44 +02:00
Autechre
9d0585a280
Update CHANGES.md 2020-03-31 20:17:09 +02:00
Autechre
f0ef3904d5
Merge pull request #10376 from Jamiras/bad_chd_header
don't ignore errors from decompress_v5_map
2020-03-31 20:16:35 +02:00
Jamiras
7fe952ddeb don't ignore errors from decompress_v5_map 2020-03-31 11:08:35 -06:00
Autechre
316c07c226
Merge pull request #10372 from WeedyWeedSmoker/French-translation-update
French: Add drm_go2_ctx for odroidgo2
2020-03-30 19:01:48 +02:00
Weedy Weed Smoker
2a579f4418
French: Add drm_go2_ctx for odroidgo2 2020-03-30 22:00:25 +07:00
Autechre
8f8fbab4f9
Update CHANGES.md 2020-03-30 08:43:19 +02:00
Autechre
411ff301c7
Merge pull request #10370 from phcoder/psl1ght_s2
PSL1GHT port
2020-03-30 08:42:21 +02:00
Vladimir Serbinenko
2fb7ba22e5 PSL1GHT port
Working:

* packaging
* running cores
* switching cores
* gamepad including axis
* rgui
* audio
* video

Not working:

* OSD
* menus other than rgui
* shaders
* Graphical acceleration
* Proper signing
* ODE build
* rumble
* keyboard
* mouse

Not tested:

* A lot
2020-03-30 05:39:22 +02:00
Autechre
761a17ccd8
Merge pull request #10365 from trioan/fixes
msvc 2017 -- HAVE_ODROIDGO2 compile fixes
2020-03-29 06:00:18 +02:00
trioan
f466cc5143 msvc 2017 -- HAVE_ODROIDGO2 compile fixes 2020-03-29 03:20:34 +00:00
Autechre
47067b691e
Update CHANGES.md 2020-03-29 04:42:21 +02:00
Autechre
83a262ceae
Update CHANGES.md 2020-03-29 04:41:54 +02:00
Autechre
15c661a374
Merge pull request #10262 from valadaa48/odroidgo2_drm_ctx_hw_scaling
Add drm_go2_ctx for odroidgo2
2020-03-29 04:40:57 +02:00
Autechre
43d24114b3
Merge pull request #10362 from WeedyWeedSmoker/French-translation-update
French: Add "Cheat File (Append)"
2020-03-28 15:17:58 +01:00
Autechre
e4a3946998
Merge pull request #10361 from valadaa48/oga_signal_handler
Register signal handler for oga video driver
2020-03-28 15:17:36 +01:00
Weedy Weed Smoker
0087928aa5
French: Add "Cheat File (Append)" 2020-03-28 17:58:16 +07:00
valadaa48
2d2bd625c6 Register signal handler for oga video driver 2020-03-28 04:54:33 +00:00
valadaa48
6e4228b054 Add drm_go2_ctx for odroidgo2
- Revert odroidgo changes to drm_ctx
- Introduce new drm_go2_ctx specifically for odroidgo2 (and libgo2)
- Add hw_scaling option to mitigate builtin gl scaling/filtering and to
use libgo2 and rga's hw scaling and bicubic filtering via librga. The
quality of the image is improved by this and should be a bit faster.

Credits to CrashOverride for the initial libgo2 port and
commit to RA. And to natinusala for the initial cleanup/commit in the original
drm_ctx driver. NOirBRight for finding this setting and testing.
2020-03-28 03:30:28 +00:00
twinaphex
5972ed9cc6 (gfx_widgets) Cleanups 2020-03-28 03:53:51 +01:00
twinaphex
2dc0fdcfee (gfx drivers_display) Cleanups 2020-03-28 03:47:05 +01:00
twinaphex
4fd3cac319 (Menu) remove ident 2020-03-28 01:59:15 +01:00
twinaphex
66eed86ccf Get rid of the hash generation in menu_cbs.c 2020-03-27 19:09:50 +01:00
twinaphex
79dc998a7b Get rid of the remaining hashes 2020-03-27 19:05:54 +01:00
twinaphex
75a33b3662 (Menu cbs OK) Get rid of label hashes 2020-03-27 18:35:10 +01:00
twinaphex
ac72d19f5c Update msg_hash_us.h 2020-03-27 18:04:36 +01:00
twinaphex
49e584c6f6 (Deferred push) Remove hashes 2020-03-27 18:00:26 +01:00
twinaphex
d30d2abe10 Fix title regression with playlist entries 2020-03-27 16:41:10 +01:00
Autechre
637266be03
Merge pull request #10357 from jdgleaver/runtime-file-config-cleanup
(runtime_file) Remove settings pointer dependency
2020-03-27 14:57:48 +01:00
jdgleaver
05744bb69f (runtime_file) Remove settings pointer dependency 2020-03-27 11:12:32 +00:00
twinaphex
7531223846 (Menu) Fix ELSPA label 2020-03-27 05:43:44 +01:00
twinaphex
7ba551864b Fix input overlay title label 2020-03-27 04:43:42 +01:00
Autechre
0988f7fb8a
Merge pull request #10356 from justinweiss/always-define-rgui-reset
Always define rgui_context_reset and rgui_context_destroy
2020-03-27 02:34:44 +01:00
Justin Weiss
d016a0929b Always define rgui_context_reset and rgui_context_destroy
RetroArch will log an error if `menu_driver_ctx->context_reset` isn't
defined. The function should always be defined, and should skip the
platform-specific code inside the function instead.
2020-03-26 17:22:45 -07:00
Autechre
b01ae6b366
Update CHANGES.md 2020-03-27 00:15:45 +01:00
Autechre
309af5d526
Merge pull request #10354 from johanbcn/bugfix/android-chd-scanning
Include WANT_SUBCODE and WANT_RAW_DATA_SECTOR defines on Android's JNI makefile
2020-03-27 00:15:00 +01:00
Joan Coll Cerdán
66d98af48b Include WANT_SUBCODE and WANT_RAW_DATA_SECTOR defines on Android's JNI
makefile in order to properly support CHD scanning.
2020-03-26 23:37:46 +01:00
twinaphex
97ee822f35 Fix some titles 2020-03-26 17:47:31 +01:00
twinaphex
4646da6df8 Get rid of label hashes in menu_cbs_title.c 2020-03-26 17:36:05 +01:00
twinaphex
6f6a4e59df (Title) Cleanup more hashes 2020-03-26 17:22:36 +01:00
twinaphex
4a95cb7b54 Cleanups 2020-03-26 16:46:49 +01:00
twinaphex
e81e53bdf6 (Menu cbs OK) Rewrite this into a loop 2020-03-26 16:44:16 +01:00
twinaphex
ae48da5ebf Cleanups 2020-03-26 14:57:02 +01:00
twinaphex
3d24439276 (Menu cbs ok) Get rid of unused hashes 2020-03-26 14:54:09 +01:00
Autechre
6b0a46d5d2
Update CHANGES.md 2020-03-26 14:06:57 +01:00
Autechre
456346e0c6
Merge pull request #10352 from jdgleaver/texture-slice-fix
Fix 'gfx_display_draw_texture_slice()' (i.e. prevent glitches when rendering Ozone's selection cursor)
2020-03-26 14:06:01 +01:00
jdgleaver
1440b46eb0 Fix 'gfx_display_draw_texture_slice()' (i.e. prevent glitches when rendering Ozone's selection cursor) 2020-03-26 11:45:28 +00:00