twinaphex
4d8db1a091
Small cleanups
2021-02-20 10:05:41 +01:00
twinaphex
ffaa7fcd40
Small cleanups/refactors
2021-02-20 09:34:45 +01:00
twinaphex
a73de886fc
Cleanups - should be no functional changes
2021-02-20 09:02:32 +01:00
Autechre
3406648b63
Merge pull request #12053 from jdgleaver/ctr-scummvm
...
(3DS) Add ScummVM assets
2021-02-19 18:38:57 +01:00
jdgleaver
74faccd158
(3DS) Add ScummVM assets
2021-02-19 16:30:58 +00:00
twinaphex
43c0d8aaa3
(MSVC2019) Add missing assets
2021-02-19 03:38:49 +01:00
Autechre
16e36e0ae9
Update RetroArch-msvc2019-UWP.sln
2021-02-19 03:06:42 +01:00
Autechre
07f9c994b6
Merge pull request #12049 from Jamiras/cheevos_rewind_threaded
...
(cheevos) also call REWIND_DEINIT on main thread
2021-02-19 03:00:58 +01:00
twinaphex
f41e5b0483
Add MSVC2019 UWP
2021-02-19 02:57:19 +01:00
Jamiras
6612c38070
also call REWIND_DEINIT on main thread
2021-02-18 18:41:25 -07:00
Autechre
515b2035ef
Merge pull request #12048 from sonninnos/override-path
...
Fix empty override paths when launching without content
2021-02-19 01:29:47 +01:00
sonninnos
c5abb09182
Fix empty override paths when launching without content
2021-02-18 22:00:34 +02:00
Autechre
f333b8ebf6
Merge pull request #12047 from sonninnos/log-levels
...
Logging level adjustments
2021-02-18 19:24:07 +01:00
sonninnos
f333cd0df8
Logging level adjustments
2021-02-18 19:28:08 +02:00
Autechre
c377516db2
Merge pull request #12045 from sonninnos/log-cleanups
...
Logging cleanups
2021-02-18 18:03:40 +01:00
sonninnos
6c3c2bea5f
Logging cleanups
2021-02-18 18:35:31 +02:00
Autechre
e7f8adf18f
Merge pull request #12043 from Jamiras/cheevos_state
...
(cheevos) include achievement runtime state in save states
2021-02-18 16:27:11 +01:00
Jamiras
2280d126f3
address feedback
2021-02-18 07:44:52 -07:00
Autechre
b8097455ef
Merge pull request #12044 from jdgleaver/input-crash-fix
...
input_keyboard_event(): Add NULL check (prevents potential segfault when input remaps are disabled)
2021-02-18 13:49:45 +01:00
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