Vicki Pfau
|
916fa1dba0
|
CMake: Fix compile flags for docgen
|
2024-07-01 01:06:36 -07:00 |
Vicki Pfau
|
8106fbf51c
|
Libretro: Fix build
|
2024-05-07 22:05:27 -07:00 |
Vicki Pfau
|
ff2dfeb516
|
Util: Clean up VFileOpen backing a bit more
|
2024-05-07 22:02:49 -07:00 |
Vicki Pfau
|
d5e49a5981
|
All: Remove unmaintained RasPi and Pandora code
|
2024-04-22 03:34:55 -07:00 |
Vicki Pfau
|
267167a236
|
Libretro: Fix non-ENABLE_VFS build
|
2024-04-22 03:24:22 -07:00 |
Vicki Pfau
|
21d4f0f5fc
|
All: Split ENABLE_VFS out from MINIMAL_CORE=2
|
2024-04-22 03:07:54 -07:00 |
Vicki Pfau
|
d422cbe65d
|
OpenEmu: Remove upstream core
This is maintained downstream and not synchronized back upstream
|
2024-04-22 00:52:26 -07:00 |
Vicki Pfau
|
fa2fe8eed4
|
Third-Party: Remove blip_buf
|
2024-04-22 00:49:34 -07:00 |
Vicki Pfau
|
0e441527c8
|
CMake: Rename USE_DEBUGGERS and USE_GDB_STUB to ENABLE_DEBUGGERS and ENABLE_GDB_STUB
ENABLE flags are for optional features, USE flags are for optional dependencies
|
2024-04-08 03:08:10 -07:00 |
Vicki Pfau
|
47ec447dd0
|
CMakeLists: Fix strtof_l detection logic
|
2024-04-08 02:11:14 -07:00 |
Vicki Pfau
|
9320588e45
|
Qt: Switch SDL controller usage from Joystick to GameController
|
2024-04-03 04:41:54 -07:00 |
oltolm
|
cf54ddd864
|
CMake: make compile with mingw-w64 and Qt6
|
2024-02-27 00:43:00 -08:00 |
Vicki Pfau
|
b7284542bc
|
Debugger: Move CLIDebugerEditLine implementation into debugger/
|
2023-11-24 22:28:05 -08:00 |
Vicki Pfau
|
050c5da263
|
Tools: Move updater and docgen source into tools/
|
2023-11-24 22:28:05 -08:00 |
Vicki Pfau
|
978e7c94b2
|
Tools: Add SDF-generation tool and 4x font SDF
|
2023-11-24 22:28:05 -08:00 |
Vicki Pfau
|
dca568a0be
|
CMake: Fix DEFAULT_LTO
|
2023-10-15 19:19:02 -07:00 |
Vicki Pfau
|
51d5f4bfd1
|
Qt: Distribute shaders as zipped archives on supported builds
|
2023-07-16 01:45:04 -07:00 |
Vicki Pfau
|
d432ec34e1
|
CMake: Fix build on clang
|
2023-05-29 00:37:25 -07:00 |
Vicki Pfau
|
b80797a578
|
CMake: Add -Werror=incompatible-pointer-types
|
2023-05-29 00:23:38 -07:00 |
Vicki Pfau
|
5f6948351b
|
Feature: Move video-backend.c to a sensible place
|
2023-04-19 05:35:36 -07:00 |
Vicki Pfau
|
7337edb82a
|
Qt: Manually toggle swap interval as needed
|
2023-04-18 21:22:10 -07:00 |
Vicki Pfau
|
edc0828437
|
CMake: Actually bother using -fwrapv
|
2023-04-13 02:16:39 -07:00 |
Vicki Pfau
|
96d0193136
|
Merge branch 'feature/canvas'
|
2023-03-19 02:25:31 -07:00 |
Vicki Pfau
|
fc35395ab8
|
Core: Handle relative paths for saves, screenshots, etc consistently (fixes #2826)
|
2023-03-16 23:37:54 -07:00 |
Vicki Pfau
|
09a53abe99
|
OpenGL: Add basic border rendering to GL 1.x driver
|
2023-03-03 19:25:14 -08:00 |
Vicki Pfau
|
5f3ee83bcc
|
CMake: Fix configure issues on clang
|
2023-02-28 18:20:16 -08:00 |
Vicki Pfau
|
a64dcf8e43
|
All: Minor warning touching up
|
2023-02-24 22:35:52 -08:00 |
Vicki Pfau
|
e3e0957f14
|
Scripting: A slew of buildfixes
|
2023-02-08 02:37:35 -08:00 |
Vicki Pfau
|
c1e1843e5e
|
CMake: Add json-c optional dependency
|
2023-02-08 01:27:33 -08:00 |
Vicki Pfau
|
fec87062ca
|
CMake: Add another K&R warning to the -Werror list
|
2022-10-29 01:39:13 -07:00 |
Vicki Pfau
|
981d01134b
|
macOS: Fix modern build with libepoxy (fixes #2700)
|
2022-10-20 20:11:19 -07:00 |
Vicki Pfau
|
ded409f0da
|
CMake: Include zip/7z deps for updater
|
2022-10-11 19:52:02 -07:00 |
Vicki Pfau
|
e1c43b9287
|
macOS: Disable OpenGL 1.x on newer macOS
|
2022-10-10 00:11:40 -07:00 |
Vicki Pfau
|
a12a391fd1
|
CMake: Don't include scripting.c in libretro build
|
2022-09-26 00:16:14 -07:00 |
JakobDev
|
c6b25f14a3
|
Use reverse DNS for LInux data files (#2648)
|
2022-09-01 02:16:45 -07:00 |
Vicki Pfau
|
e2084b4a98
|
macOS: Fix very old Xcode build
|
2022-08-30 00:20:13 -07:00 |
Vicki Pfau
|
3602bb113e
|
Windows: MSVC is bad at C11
|
2022-08-08 14:02:54 -07:00 |
Vicki Pfau
|
9b07a63056
|
All: Preliminary shift to C11
|
2022-08-08 12:54:49 -07:00 |
Vicki Pfau
|
f4f5521b9b
|
CMake: Add liblua dependency on Debian
|
2022-07-07 17:48:43 -07:00 |
Vicki Pfau
|
a60bc18ad0
|
CMake: Cleanup and enhance FindFeature, fix static libedit
|
2022-06-16 16:12:32 -07:00 |
Vicki Pfau
|
542824e3c0
|
CMake: Minor fixes
|
2022-06-06 21:40:18 -07:00 |
Vicki Pfau
|
0a674dd377
|
Updater: Fix stub MSVC build
|
2022-06-01 20:18:49 -07:00 |
Vicki Pfau
|
61bc17953b
|
Updater: Add support for appimage
|
2022-05-30 21:46:08 -07:00 |
Vicki Pfau
|
ccbb44e95a
|
Updater: Don't link against libmgba
|
2022-05-30 21:46:08 -07:00 |
Vicki Pfau
|
3261799d92
|
CMake: Fix build when Lua fails to detect
|
2022-05-29 14:06:07 -07:00 |
Vicki Pfau
|
fc34b72741
|
Scripting: Add prototype documentation generator, outputs to YAML
|
2022-05-27 20:19:29 -07:00 |
Vicki Pfau
|
ce97d86906
|
Scripting: Start bringing up Lua bindings
|
2022-05-27 20:19:28 -07:00 |
Vicki Pfau
|
1a33a71771
|
Scripting: Initial runtime bringup work
|
2022-05-27 15:57:38 -07:00 |
Vicki Pfau
|
1d23aa2085
|
Qt: Fix DATADIR for icons
|
2022-04-20 18:53:53 -07:00 |
Vicki Pfau
|
4e9389eba6
|
Test: Add GB support to ROM tester; cleanup
|
2022-01-30 14:57:32 -08:00 |