twinaphex
63e437d58f
Rename get_rotation to retroarch_get_rotation
2019-11-17 22:58:52 +01:00
Twinaphex
ddd9fbf6ae
Merge pull request #9734 from Aethyrion/rotation_fixing
...
Rotation fixing
2019-11-17 22:53:12 +01:00
Twinaphex
68719ac8d4
Merge pull request #9741 from Jamiras/cheevos_lbl_cleanup
...
(cheevos) remove unused menu labels
2019-11-17 22:44:36 +01:00
twinaphex
934697b0da
Buildfix for no menu
2019-11-17 22:42:15 +01:00
twinaphex
cbe68cbf88
Turn the find_handle/find_ident functions static
2019-11-17 22:31:57 +01:00
Jamiras
9e547699c6
remove CHEEVOS_UNLOCKED_ACHIEVEMENTS, CHEEVOS_LOCKED_ACHIEVEMENTS, and CHEEVOS_OLD_ENABLE menu labels
2019-11-17 13:09:55 -07:00
twinaphex
f9bc57bcf8
Merge list_special.c into retroarch.c
2019-11-17 21:07:56 +01:00
twinaphex
09b7202c54
Do a fall-through here
2019-11-17 21:01:46 +01:00
twinaphex
8c799f978b
Merge paths.c - this is one of the last file we merge - not long after this
...
we can start splitting up retroarch.c into several files
2019-11-17 21:00:15 +01:00
Rémi
34125a6d14
Remove // comments
2019-11-17 20:46:51 +01:00
twinaphex
c252cbe9e0
Strip out rxml and yxml if HAVE_VIDEO_LAYOUT is not defined
2019-11-17 20:43:26 +01:00
Twinaphex
8e6e30370d
Merge pull request #9729 from huwpascoe/rxml-fix
...
Fixed xml parsing
2019-11-17 20:23:07 +01:00
Rémi
154c2d388d
Fix CI compilation issues
2019-11-17 20:18:42 +01:00
Nikos Chantziaras
e8c027cbc3
Do not reinit video driver on SET_SYSTEM_AV_INFO unless needed
...
Video reinit causes the core to freeze momentarily, freezing audio and
flashing the window. Cores like dosbox-svn need to change fps quite often
(some DOS games even change fps mid-gameplay) and the video reinit becomes
very annoying.
Change this to not reinit the video driver unless CRT SwitchRes is enabled
or a max width/height change was requested.
2019-11-17 20:29:42 +02:00
Rémi
e3a8e28edc
Using MAX macro.
2019-11-17 18:34:19 +01:00
Rémi
1c9d0dbf48
Refactoring (still trying to fix CI compilation issue)
2019-11-17 18:03:57 +01:00
Jamiras
939770929f
hardcore mode is not dependent on having achievement data
2019-11-17 09:36:39 -07:00
Rémi
756b4636f6
Update Aspect Ratio (1:1 PAR and Custom) when rotating from menu
2019-11-17 17:22:10 +01:00
Twinaphex
80e49531b1
Merge pull request #9738 from libretro/revert-9714-master
...
Revert "Refactor RetroArch input polling settings"
2019-11-17 16:45:54 +01:00
Twinaphex
b6aa9f2fd1
Revert "Refactor RetroArch input polling settings"
2019-11-17 16:45:40 +01:00
Rémi
09a9b7d254
CI compilation issue
2019-11-17 16:26:29 +01:00
Rémi
f804e0738f
Fix Integer Scaling when rotating
2019-11-17 13:52:28 +01:00
Rémi
a28e57e42d
Fixing Integer Scaling for Custom Viewport (when rotating)
2019-11-17 13:21:50 +01:00
Rémi
7088281b52
Fixing 1:1 PAR for 270 degree rotation
2019-11-16 23:18:56 +01:00
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