twinaphex
d6c027be31
(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings
2021-02-01 09:38:01 +01:00
Autechre
94beed5a46
Merge pull request #11960 from jdgleaver/filter-upscale-320x240
...
Add 'Upscale_256x-320x240' video filter
2021-01-31 21:34:42 +01:00
jdgleaver
ebfe32db3e
Add 'Upscale_256x-320x240' video filter
2021-01-31 13:38:40 +00:00
Autechre
1f58cebcd0
Merge pull request #11958 from liushuyu/master
...
Use Fontconfig for FreeType font loading
2021-01-31 05:05:15 +01:00
liushuyu
6b044e742b
(FontRenderer/FreeType): use C-style block comments
2021-01-30 20:05:15 -07:00
liushuyu
8132303d4f
(FontRenderer/FreeType) Use fontconfig to select fonts if available
2021-01-30 18:49:47 -07:00
liushuyu
5a028d79f5
(msg_hash) Use different locale names for ...
...
... Chinese Simplified/Traditional
2021-01-30 18:46:16 -07:00
Autechre
20b1549fe4
Merge pull request #11955 from sonninnos/key-dupe-block
...
Prevent duplicate key events with hotkeys + keyboard device type
2021-01-31 00:56:27 +01:00
Autechre
231082bd84
Merge pull request #11956 from fjtrujy/ps2/warnings
...
Clean all the warnings in PS2
2021-01-30 16:59:31 +01:00
Francisco Javier Trujillo Mata
082fa22b05
Clean all the warnings in PS2
2021-01-30 15:47:52 +01:00
sonninnos
d78f321d33
Prevent duplicate key events with hotkeys + keyboard device type
2021-01-30 11:41:44 +02:00
Autechre
b83d0495d5
Merge pull request #11953 from Sanaki/patch-1
...
Add /media/shaders_slang/ to .gitignore
2021-01-29 20:59:18 +01:00
Sanaki
9448147259
Add /media/shaders_slang/ to .gitignore
2021-01-29 19:46:07 +00:00
Autechre
1eb45fdf9b
Merge pull request #11942 from barbudreadmon/patch-1
...
fix slang shaders with rotation
2021-01-28 15:54:27 +01:00
Guo Yunhe
8eb335a814
Fetch translations from Crowdin ( #11951 )
2021-01-28 07:35:03 +01:00
Autechre
43611b6b10
(libretro-common) Fix libco for arm64 Mac ( #11946 )
2021-01-27 11:15:19 +01:00
twinaphex
9e2ff36d4a
(macOS) Silence warning
2021-01-27 03:44:11 +01:00
twinaphex
d5c23fc7c6
(Apple/ARM64) Set __aarch64__ for Core Updater URL
2021-01-26 22:58:45 +01:00
Daniel De Matteis
1ece33337c
(Mac) More warning fixes
2021-01-26 21:21:51 +01:00
Daniel De Matteis
59952c520b
(Mac) Silence more warnings
2021-01-26 20:39:36 +01:00
Autechre
39e8225c82
(clang/MacOS) Silence warning 'Possible misuse of comma operator here' ( #11945 )
...
warnings
2021-01-26 19:43:53 +01:00
Autechre
e282cfe2fe
(IOHIDManager) Fix enumeration value 'kIOHIDElementTypeInput_NULL' ( #11944 )
...
not handled in switch warning
2021-01-26 19:39:36 +01:00
Autechre
082ccc167e
Fix slang_process string to C char regressions ( #11943 )
2021-01-26 18:17:37 +01:00
barbudreadmon
7cb250f827
(GLCORE) fix slang shaders with rotation
2021-01-26 10:13:57 +01:00
barbudreadmon
af6bb016cb
(VULKAN) fix slang shaders with rotation
2021-01-26 10:09:45 +01:00
Jean-André Santoni
9a51de833d
Build OSX Metal using Makefile ( #11941 )
2021-01-26 09:48:15 +01:00
jdgleaver
b9691597d1
Add 'L2 + R2' menu toggle gamepad combo ( #11935 )
2021-01-24 16:33:13 +01:00
twinaphex
dbbf557954
(Metal/WindowListener) Fix duplicate symbol errors by
...
moving implementation of WindowListener to cocoa_common.m
2021-01-24 03:56:17 +01:00
Autechre
7ea1d7d0da
Revert "Mac buildfixes ( #11933 )" ( #11934 )
...
This reverts commit 18a6880900637cac7ebd26ca810c2b9f2382a5db.
2021-01-24 03:56:05 +01:00
Autechre
18a6880900
Mac buildfixes ( #11933 )
...
* (Metal/WindowListener) Fix duplicate symbol errors by
moving implementation of WindowListener to cocoa_common.m
* (Apple) Cleanup some conditionals
* (Cocoa) Cut down on OSX ifdefs in Cocoa-specific code
2021-01-24 03:53:10 +01:00
AKuHAK
3c0633839f
(PS2) added Multitap support (up to 8 players) ( #11928 )
...
* (PS2) added Multitap support (up to 8 players)
* (PS2) revert some identation changes
* (PS2) fix for non-analog controllers
* fix for not recognized digital and other non-standart controllers
* fixed ps2_joypad_destroy
2021-01-24 00:04:04 +01:00
Braden Farmer
6167f8c980
Android: Clean up old symlinks before creating new ones ( #11931 )
2021-01-23 19:49:32 +01:00
jdgleaver
0068dfd963
Fix 'Power Management' menu ( #11930 )
2021-01-23 17:08:46 +01:00
Autechre
a49b02c44b
(Mac) Makefile changes for supporting Metal build ( #11929 )
...
* (QB) Add rule for Metal - define HAVE_COCOA_METAL for now
when building for Metal, and HAVE_COCOA for non-Metal build
* Make necessary changes to Makefile.common and qb/config.libs.sh:
- Disable OpenGL for now for Metal build
- Take Metal conditional out of OpenGL block in Makefile.common
* (Metal) Header fixes for compiling without Xcode/Griffin
* (Mac) Some buildfixes for non-Xcode building
* (cocoa_common.h) Restructure to no longer use -DOSX
* (Apple) More buildfixes
* (Apple) Cleanups
2021-01-22 22:20:38 +01:00
Autechre
a213c2dcdf
Merge pull request #11927 from Jamiras/sse2_msc_find_change
...
fix rewind crash on MSVC build when using SSE2
2021-01-22 18:43:30 +01:00
Jamiras
98ea2b6a47
improve granularity of custom compat_ctz
2021-01-21 23:29:58 -07:00
Jamiras
78ab9853a7
fix SSE2 implementation of find_change
2021-01-21 22:26:45 -07:00
Ryunam
4b0502b896
Enable configuration of directory for Favorites, History, Images, Music and Video playlists
2021-01-21 21:28:10 +01:00
Keith Bowes
125154e831
Get the SDL2 video driver to work in Wayland/KMS
2021-01-21 09:42:06 -05:00
jdgleaver
2520337ddc
(.gitlab-ci.yml) Set expiry time to 10 minutes for all artefacts
2021-01-21 11:53:30 +01:00
Autechre
90c438d370
(retroarch-apple-packaging) Remove dependence on gsed
2021-01-21 09:22:44 +01:00
Autechre
746101010f
(Apple/Clang/ARC) ARC (Automatic Reference Counting) only available ( #11920 )
...
since Clang. PowerPC Mac is stuck with GCC and predates the use of ARC,
__has_feature() also is a Clang extension, so wrap around this with a
conditional so that GCC PowerPC on Mac can still work
2021-01-21 08:53:16 +01:00
Autechre
7d56bf2b0a
(Apple) Packaging update - will now package it into DMG as well ( #11919 )
2021-01-21 08:36:10 +01:00
Autechre
92774aa431
(Apple) Improve packaging script - icon should now be correct ( #11918 )
2021-01-21 07:16:13 +01:00
Autechre
21a1275966
(QB) MacOS X 10.5's toolchain does not support extra languages, ( #11917 )
...
so disable HAVE_LANGEXTRA. We can later make this more generic
by checking for specific GCC versions as a cutoff point for
HAVE_LANGEXTRA support, but this will do for now
2021-01-21 06:50:35 +01:00
Jamiras
015576b2ba
improve error handling for achievement unlocks ( #11916 )
2021-01-21 04:07:48 +01:00
Autechre
cff0a4e202
MSVC2003 buildfix - ( #11915 )
...
* MIIM_STRING and MIIM_FTYPE only available if WINVER is higher than
or equal to 0x0500
2021-01-21 03:07:46 +01:00
Autechre
39e84fd5b2
Refactor Win32 menubar code - ( #11914 )
...
* Get rid of camelCase notation
* Turn functions into static functions if not used outside
* Rewrite while (true) as for (;;)
* Some general cleanups
2021-01-21 02:59:30 +01:00
Autechre
47784c66f0
MSVC Buildfix - ( #11913 )
...
* Declare variables at the top of a function in C code
2021-01-21 02:59:14 +01:00
Autechre
630dbdd85c
Update AndroidManifest.xml
2021-01-21 01:16:00 +01:00