jdgleaver
4b70fbcd86
input_keyboard_event(): Add NULL check (prevents potential segfault when input remaps are disabled)
2021-02-18 11:01:27 +00:00
Jamiras
2d841715cb
include achievement runtime state in save states
2021-02-17 19:44:39 -07:00
Autechre
06b77bab18
Merge pull request #12042 from jdgleaver/osx-repackaging
...
(.gitlab-ci.yml) OSX targets: Defer DMG generation to packaging pipeline
2021-02-17 18:15:09 +01:00
jdgleaver
f496290326
(.gitlab-ci.yml) OSX targets: Defer DMG generation to packaging pipeline
2021-02-17 16:29:50 +00:00
twinaphex
6809655338
(OSX) Set audio_filters/video_filters for RELEASE_BUILD
2021-02-17 07:46:15 +01:00
twinaphex
e8cd332b78
Refactor away driver_ctl_find_index
2021-02-17 06:54:37 +01:00
twinaphex
b70217b7fc
(Mac) Add CoreAudio3 for Metal x64 and ARM64 builds on buildbot
2021-02-17 05:20:51 +01:00
Autechre
54e20e2708
Update .gitlab-ci.yml
2021-02-17 01:23:43 +01:00
twinaphex
39cf159e98
Should build valid ARM64 binaries now
2021-02-17 01:11:21 +01:00
twinaphex
91365098f7
-arch arm64 works, using that
2021-02-16 23:12:25 +01:00
twinaphex
e6643f7815
(MacOS ARM) Set -DDWONT_WANT_ARM_OPTIMIZATIONS for now since this won't compile on Mac for now
2021-02-16 23:05:50 +01:00
twinaphex
c01df07f3d
Fix ARM NEON detection
2021-02-16 23:02:06 +01:00
Autechre
dea73a5595
Merge pull request #12011 from sonninnos/video-resolution
...
Screen Resolution option fixes
2021-02-16 22:15:55 +01:00
twinaphex
22f436128c
Set arch arm64 to arch arm
2021-02-16 22:14:00 +01:00
sonninnos
371453623b
Screen Resolution option fixes
2021-02-16 22:59:24 +02:00
twinaphex
93c2f3e4e9
Fix warnings
2021-02-16 21:38:39 +01:00
twinaphex
97239894a1
(Apple) Set min osx version correctly too when specifying ARCH
2021-02-16 21:36:24 +01:00
twinaphex
e26f7ec8f6
(Gitlab) Try to build explicitly for ARM64 by passing -arch arm64
2021-02-16 21:28:38 +01:00
twinaphex
4b0f344024
Silence some warnings
2021-02-16 20:57:54 +01:00
Autechre
9c37cc948a
Merge pull request #12038 from jdgleaver/last-file-path
...
Start auto-selecting last used path for more file browser menu entires
2021-02-16 20:51:07 +01:00
twinaphex
219f7ac689
Simplify command_event_init_controllers:
...
- Take variables out of loop that are not changing per iteration
- Early return in function if info is NULL
- Rearrange some code so it's better readable
Should have no functional changes
2021-02-16 20:29:10 +01:00
jdgleaver
537432cb8e
Start auto-selecting last used path for more file browser menu entires
2021-02-16 16:20:41 +00:00
Autechre
c7392c8135
Merge pull request #12036 from jdgleaver/msvc-icon
...
(.gitlab-ci.yml) Add icon to MSVC Windows binaries
2021-02-16 15:46:06 +01:00
jdgleaver
c53543db7e
(.gitlab-ci.yml) windows-x64/windows-i686/linux-x64/linux-i686/dingux-mips32: Strip generated RA binaries by default
2021-02-16 11:56:15 +01:00
jdgleaver
3fc31c1afa
(.gitlab-ci.yml) Add icon to MSVC Windows binaries
2021-02-16 10:02:14 +00:00
Autechre
03a051d5bb
Update Makefile.common
2021-02-16 02:49:52 +01:00
twinaphex
cebd46a803
(Gitlab) Add ARM64 build
2021-02-16 02:48:21 +01:00
twinaphex
13e8d48732
Add RetroArch_Metal to .gitlab-ci.yml
2021-02-16 01:18:05 +01:00
twinaphex
e6d8816d35
(OSX) Try to append minversion for LDFLAGS too
2021-02-15 22:58:29 +01:00
Autechre
cdba3e149d
Merge pull request #12035 from ToadKing/fix-emscripten-overlay-lockup
...
emscripten: only report back one screen pointer for rwebinput
2021-02-15 22:29:53 +01:00
Toad King
c29241ec9e
emscripten: only report back one screen pointer for rwebinput
...
fixes lockup when clicking on an overlay
2021-02-15 15:09:37 -06:00
twinaphex
2e35a2928a
Specify -stdlib=libc++ for Clang-based macOSX SDKs
2021-02-15 21:49:24 +01:00
twinaphex
ef4d9b88bf
Specify -mmacosx-version-min when compiling from commandline - set
...
the right level based on architecture and/or whether HAVE_METAL is
defined
2021-02-15 21:44:41 +01:00
Autechre
dad7f372bf
Update .gitlab-ci.yml
2021-02-15 21:33:26 +01:00
Autechre
605af28dd3
Update .gitlab-ci.yml
2021-02-15 18:12:37 +01:00
Autechre
84815acda4
Update .gitlab-ci.yml
...
Try and see if this works now with OSX 10.7 deployment target
2021-02-15 18:11:05 +01:00
Autechre
5eb4ebb8e3
Update .gitlab-ci.yml
2021-02-15 17:09:58 +01:00
Autechre
c27f15a9f9
Merge pull request #12033 from SpiralBrad/patch-1
...
Allows hosting in a subfolder instead of only root
2021-02-15 03:30:31 +01:00
Brad
54a166a360
Allows hosting in a subfolder instead of only root
...
Paths starting with slashes look in the root of a site, and these asset folders should generally be beside this .js + index.html...
This simple change was all that was needed to allow hosting in a subfolder of a site, and is not a breaking change unless someone has the asset folders elsewhere, which would be a breaking change on their part anyway.
2021-02-14 19:47:01 -06:00
Autechre
518b043ae2
Merge pull request #12028 from fjtrujy/ps2/fixDoubleSlash
...
Fix double slash in PS2
2021-02-14 06:13:09 +01:00
Francisco Javier Trujillo Mata
c195fe696c
Remove not used bootDeviceID
2021-02-13 21:10:51 +01:00
Francisco Javier Trujillo Mata
7c4efa21c4
Fix double slash in PS2
2021-02-13 21:00:47 +01:00
Autechre
4d5b94fc15
Merge pull request #12025 from jdgleaver/gitlab-windows-msvc05
...
(.gitlab-ci.yml) Add windows-msvc05-i686 target
2021-02-12 13:43:11 +01:00
jdgleaver
f862dc8b14
(.gitlab-ci.yml) Add windows-msvc05-i686 target
2021-02-12 12:05:40 +00:00
Autechre
b339554e47
Merge pull request #12023 from Tatsuya79/master
...
qt: remove retroarch nightly updater
2021-02-11 19:06:40 +01:00
Tatsuya79
1f07c884de
remove from makefile.common
2021-02-11 18:07:51 +01:00
Tatsuya79
b1f6fa4a2a
remove updateretroarch.cpp
2021-02-11 17:49:21 +01:00
Autechre
269523d42b
Update .gitlab-ci.yml
2021-02-10 23:23:56 +01:00
Autechre
ddbb1bef26
Merge pull request #12019 from davidgfnet/master
...
Memalign audio buffers to 64 bytes
2021-02-10 23:04:26 +01:00
David Guillen Fandos
9313b10467
Memalign audio buffers to 64 bytes
...
This is the most common cache line size, helps with performance.
Also fixes issues with platforms like PSP that wrongly assume that
malloc returns aligned buffers (to 16bytes). This recently broke the PSP
builds.
2021-02-10 21:35:04 +01:00