51756 Commits

Author SHA1 Message Date
Rémi
ba183cf7a6 Refactoring (get_rotation) 2019-11-16 23:03:15 +01:00
Rémi
9df755bdb4 Fixing 1:1 PAR aspect ratio when video rotated 2019-11-16 22:13:12 +01:00
Huw Pascoe
4eebfa237b Fixed xml parsing 2019-11-16 20:56:12 +00:00
Rémi
cc99b9f949 Merge branch 'rotation_fixing' of https://github.com/Aethyrion/RetroArch into rotation_fixing 2019-11-16 19:52:52 +01:00
Rémi
6c47f02bdf Fixing OpenGL shader rotation 2019-11-16 19:52:47 +01:00
Rémi
30f36a30f2 Remove empty line 2019-11-16 19:50:35 +01:00
Rémi
b6dc887d52 Fixing OpenGL shader rotation 2019-11-16 19:45:04 +01:00
Twinaphex
9b192dc3c1
Update CHANGES.md 2019-11-16 17:28:09 +01:00
Twinaphex
686a0ce199
Update CHANGES.md 2019-11-16 17:27:01 +01:00
Twinaphex
27f88abb02
Merge pull request #9733 from Jamiras/psx_exe_hash
(cheevos) use PSX.EXE if SYSTEM.CNF cannot be found
2019-11-16 17:26:35 +01:00
Jamiras
3b0cbc1e41 use PSX.EXE if SYSTEM.CNF cannot be found 2019-11-16 08:36:13 -07:00
Twinaphex
0d284c42bc
Merge pull request #9714 from rz5/master
Refactor RetroArch input polling settings
2019-11-15 17:18:30 +01:00
Twinaphex
11f054e646
Merge pull request #9725 from guoyunhe/patch-1
Fix comment in freetype.c
2019-11-15 17:16:26 +01:00
Twinaphex
6ec7eddfc9
Merge pull request #9728 from jdgleaver/glui-navigation
(GLUI) Navigation improvements
2019-11-15 16:31:19 +01:00
jdgleaver
7eefec6945 (GLUI) Navigation improvements 2019-11-15 14:53:00 +00:00
Guo Yunhe
95dede9039
Fix comment in freetype.c 2019-11-15 10:18:05 +02:00
rz5
82898ea194 Cast arg to rarch_set_in_put from what it is to enum rarch_poll_type.
Might fix building under clang 6.0
2019-11-15 00:47:46 +00:00
Twinaphex
666ebb0ae1
Update CHANGES.md 2019-11-15 00:59:17 +01:00
Twinaphex
8548771025
Merge pull request #9682 from fpscan/turkish-translation
Update msg_hash_tr.h
2019-11-15 00:58:51 +01:00
Twinaphex
6adfff6995
Update CHANGES.md 2019-11-15 00:56:51 +01:00
Twinaphex
724865a8fc
Update freetype.c 2019-11-15 00:53:17 +01:00
Twinaphex
eab80384ab
Update CHANGES.md 2019-11-15 00:52:11 +01:00
Twinaphex
cbf0bc9cfc
Merge pull request #9721 from guoyunhe/fix-chinese-font-linux
Correct Droid Sans Fallback font path in Linux
2019-11-15 00:51:07 +01:00
Twinaphex
474110b818
Merge pull request #9720 from Rinnegatamante/master
Some improvements to Italian translation.
2019-11-15 00:50:27 +01:00
Guo Yunhe
52b3a4fe17 Correct Droid Sans Fallback font path 2019-11-14 18:01:46 +02:00
Rinnegatamante
2f7a6fa394 Some improvements to Italian translation. 2019-11-14 13:14:46 +01:00
Rinnegatamante
2a77dc5600 Make code C89 compliant. 2019-11-13 21:44:59 +01:00
Twinaphex
d84dfee044
Merge pull request #9711 from WeedyWeedSmoker/French-update
Update french language with the latest additions
2019-11-13 18:31:23 +01:00
Rinnegatamante
616759ed8c [VITA] Implement check_window. 2019-11-13 11:19:51 +01:00
Rinnegatamante
637319c938 [VITA] Implement swap_interval in vita video driver context. 2019-11-13 09:57:03 +01:00
Rinnegatamante
d7572399cc [VITA] Make (for now) vita2d renderer the default one. 2019-11-13 09:05:57 +01:00
rz5
2678789bd8 Refactor RetroArch input polling settings
* Refactored the way RetroArch sets the input state/poll callbacks, hopefully it's clearer now.

* The unnamed enum of poll type behaviors in core.h was moved to retroarch.h and is now named rarch_poll_type.
It represents polling behaviors implemented specifically by RetroArch.
First element starts at 1 to match the data encoding of RETRO_ENVIRONMENT_POLL_TYPE_OVERRIDE.

* Created rarch_set_input_cbs - sets different input state/poll callbacks based on a
rarch_poll_type parameter.

* Replaced the static variable core_poll_type_override in retroarch.c with a poll_type_lock flag
inside global_t's menu struct;
RETRO_ENVIRONMENT_POLL_TYPE_OVERRIDE will now call rarch_set_input_cbs and set poll_type_lock,
which blocks the user from changing behaviors from the menu.

* To follow the RETRO_ENVIRONMENT_POLL_TYPE_OVERRIDE spec, we now set poll_type_lock and call
rarch_set_input_cbs after calling unload_game.

* core_set/unset_netplay_callbacks will now set/unset poll_type_lock, preventing the
poll type from being changed by the user;

* The MENU_ENUM_LABEL_INPUT_POLL_TYPE_BEHAVIOR action will now call rarch_set_input_cbs if poll_type_lock
isn't set, which means poll type is changed on-the-fly.
2019-11-13 00:11:05 +00:00
Rinnegatamante
96845f4a7e [VITA] Removing a no more used ifndef. 2019-11-13 00:45:48 +01:00
Twinaphex
baaf27c268
Merge pull request #9712 from julianaito/master
OpenBSD/powerpc: fix "undefined reference to __mftb"
2019-11-12 23:11:17 +01:00
Charlène
3038e9e1ce OpenBSD/powerpc: fix "undefined reference to __mftb" 2019-11-12 22:24:35 +01:00
Rinnegatamante
a30f7dc79f [VITA/PSP] Fix logging to file not working. 2019-11-12 19:46:37 +01:00
Rinnegatamante
2b20c8d350 [GL1] Fixed core frame renderer. 2019-11-12 19:46:37 +01:00
radius
3f88a49bdc linux frontend: add proper drives 2019-11-12 19:11:51 +01:00
Rinnegatamante
bed9847b48 [VITA] Hijacking wrong positioning for UI elements. 2019-11-12 19:06:18 +01:00
Rinnegatamante
66bdf711f4 [VITA] Back to GL_LUMINANCE_ALPHA usage. 2019-11-12 16:33:47 +01:00
Rinnegatamante
f3ca57e6f0 [VITA] Add vita video driver context. 2019-11-12 16:33:36 +01:00
Rinnegatamante
6b7673f806 [VITA] Fixing gl1 video driver crashes. 2019-11-12 15:37:37 +01:00
twinaphex
312f143253 Update dist-cores.sh 2019-11-12 14:55:37 +01:00
twinaphex
3a552e08ff Fix dist-cores.sh 2019-11-12 14:54:21 +01:00
Rinnegatamante
1533d618e5 [VITA] Allow usage of null context with gl1. 2019-11-12 13:50:14 +01:00
Rinnegatamante
6394342b9c [VITA] Add gl1 video driver support through vitaGL. 2019-11-12 11:54:00 +01:00
Weedy Weed Smoker
9c27f0e7c3
Update french language with the latest additions 2019-11-12 12:06:25 +07:00
twinaphex
a0486c3cd7 Revert "Simplify slang_process.cpp"
This reverts commit 25a417cdd728d7a7ce39f96dbbf9c8d282529e5a.
2019-11-12 01:34:03 +01:00
Twinaphex
4cca0c1eb7
Merge pull request #9709 from Tatsuya79/patch-1
French translation fix
2019-11-11 19:58:40 +01:00
Tatsuya79
a75491375c
French translation fix 2019-11-11 19:34:36 +01:00