1104 Commits

Author SHA1 Message Date
LibretroAdmin
de05588fcb Merge pull request #38 from cscd98/webos-cli
libretro: add webOS to CI
2026-04-20 19:41:16 +02:00
Craig Carnell
8d58276fb2 libretro: add webOS to CI 2026-04-02 22:07:59 +01:00
LibretroAdmin
6594c8f3e2 Merge pull request #37 from warmenhoven/warmenhoven/pr/linux-aarch64
add linux-aarch64 build
2026-03-31 02:48:09 +02:00
Eric Warmenhoven
72b0b00619 add linux-aarch64 build
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 17:26:59 -04:00
Stephanie Gawroriski
d9766f139e Use the correct alloca for MSVC. 2025-08-14 18:46:21 -04:00
Stephanie Gawroriski
b7f7715e75 When loading content when there is no pre-existing SRAM do not indicate that there is SRAM as otherwise the device will not be able to handle data that gets injected into the RAM directly accordingly, thanks to natanprog for the bisect!; Add a bouncing pixel indicator for when the LCD is off but the device is still on in sleep mode. 2025-08-11 18:53:12 -04:00
Stephanie Gawroriski
acc21071c6 Merge pull request #36 from natanprog/fix/qt-update-paths
qt: update Mu.pro paths following project reorganization
2025-08-11 17:41:24 -04:00
Natan Lopes
427b59b1b6 qt: update Mu.pro paths following project reorganization
The Qt project file qtBuildSystem/Mu/Mu.pro referenced many files using the previous layout (../../src/...). Commit 5a86c5c re-organized the repository, adding CMake and splitting headers into an include/ tree, so the old paths no longer resolve. This commit updates the file references in Mu.pro to match the new layout (e.g. ../../include/...), restoring qmake/make functionality for the Qt frontend.

No source code logic was changed — only path references in the project file were adjusted (~65 entries updated).

Signed-off-by: Natan Lopes <natan10@ymail.com>
2025-08-11 14:12:14 -03:00
Stephanie Gawroriski
2b6c079ca8 Correct bug where prc/pdb and PRC/PDB were both required to be valid when only one should have been (OR to AND). 1.3.3 2025-05-20 19:48:16 -04:00
Stephanie Gawroriski
841cff206b Merge remote-tracking branch 'refs/remotes/origin/master' 2025-01-21 17:44:40 -05:00
Stephanie Gawroriski
effb09edf0 Check for uppercase PRC and PDB extensions as well in ZIP files. 2025-01-21 17:43:40 -05:00
Stephanie Gawroriski
e5829b6be0 Merge pull request #33 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2024-10-20 22:05:30 -04:00
Eric Warmenhoven
c8311b11e6 tvos: properly set min supported version 2024-10-16 21:18:04 -04:00
LibretroAdmin
a053b1f272 Merge pull request #32 from warmenhoven/warmenhoven/pr/osx
Fix osx build
2024-10-09 22:33:12 -05:00
Eric Warmenhoven
7ada4746df Fix osx build 2024-10-09 23:07:35 -04:00
Stephanie Gawroriski
d7dd7e2a33 Hopefully correct x86 macOS build. 2024-06-25 17:45:15 -04:00
Stephanie Gawroriski
50d6108b3e More build corrections. 2024-06-25 17:31:41 -04:00
Stephanie Gawroriski
85390f73b8 Move over tsc2101.c since that is for PXA260 (ARM) and not in the general build. 2024-06-25 17:27:22 -04:00
Stephanie Gawroriski
448cc6505e Build fixes, hopefully, for RetroArch. 2024-06-25 17:18:28 -04:00
Stephanie Gawroriski
247d1d10a4 Include required header. 2024-06-25 17:13:37 -04:00
Stephanie Gawroriski
013f6e321a Update memmap.c, also include DJGPP as excluded. 2024-06-25 13:21:36 -04:00
Stephanie Gawroriski
84e6732fe9 Correct libretro output library name for targets. 2024-06-25 12:57:34 -04:00
Stephanie Gawroriski
c3562082b1 Remove some usages of constexpr. 2024-06-25 12:53:51 -04:00
Stephanie Gawroriski
784ef114a4 Do not include ARM core for PSP. 2024-06-25 12:51:30 -04:00
Stephanie Gawroriski
547d3ab65c All the Qt5 components are required, not optional. 2024-06-25 12:50:17 -04:00
Stephanie Gawroriski
5bd0d8760f Do not include experimental ARM core for DJGPP. 2024-06-25 12:47:43 -04:00
Stephanie Gawroriski
91af9cc623 Various build fixes. 2024-06-25 12:42:19 -04:00
Stephanie Gawroriski
f7fb30a074 Pipeline and README updates. 2024-06-18 23:04:08 -04:00
Stephanie Gawroriski
0fd1b56b6c Add additional infrastructure pipelines that were added over the past year. 2024-06-18 22:28:22 -04:00
Stephanie Gawroriski
45154c0c73 Bump version to 1.3.2. 1.3.2 2024-06-16 19:47:29 -04:00
Stephanie Gawroriski
5e5e21e302 Move up definition. 2024-06-14 19:13:52 -04:00
Stephanie Gawroriski
8223b6fd76 No longer crash the Qt interface if it could not initialize audio. 2024-06-14 18:56:56 -04:00
Stephanie Gawroriski
dee65d0d1a Fill initial RAM with garbage so PalmOS is much more likely to find it invalid; Add RetroArch run command if it exists in PATH. 2024-06-14 18:49:21 -04:00
LibretroAdmin
865acf3a28 Update Makefile.libretro 2023-11-01 19:20:58 -07:00
Stephanie Gawroriski
15bb26daa5 Merge pull request #29 from warmenhoven/dev/warmenhoven/tvos
Add tvos build
2023-05-27 18:38:29 -04:00
Eric Warmenhoven
dc854cef9e Add tvos build 2023-05-27 17:43:15 -04:00
Stephanie Gawroriski
91a46734dd Merge pull request #28 from libretro/wip-macosarmfix
Attempt fix of macOS ARM build (Fixes #27).
2023-01-23 08:55:17 -05:00
Stephanie Gawroriski
d0651a450d Attempt fix of macOS ARM build. 2023-01-22 17:01:37 -05:00
Stephanie Gawroriski
4a3fee96e7 README updates. 2022-10-02 17:58:21 -04:00
Stephanie Gawroriski
4d084a03d7 RetroArch CMake corrections; Implement loading from ZIP files which contain PRCs and PDBs. 2022-10-02 17:34:57 -04:00
Stephanie Gawroriski
aadb0a29ff Include miniz library; Make all CMake builds PIC. 2022-10-02 16:25:53 -04:00
Stephanie Gawroriski
90a9a94257 Update valid extensions to everything in the core info; Disallow libRetro from looking into ZIP files, we will be handling it ourself so that we can load all PRCs and PDBs. 2022-10-02 00:14:01 -04:00
Stephanie Gawroriski
679626b58f Add build for Mac OS ARM. 2022-10-01 23:41:38 -04:00
Stephanie Gawroriski
1361da0401 Merge pull request #19 from phcoder/patch-1
Fix dingux compilation name
2022-03-17 17:53:24 -04:00
Vladimir Serbinenko
c13324e9c7 Fix dingux compilation name 2022-03-16 06:53:55 +01:00
Stephanie Gawroriski
9d23f9bb67 Merge pull request #18 from crystalct/master
PS3/PSL1GHT build fix
2022-02-26 13:42:47 -05:00
CrystalCT
f16e54e879 PS3/PSL1GHT build fix 2022-02-21 13:47:56 +01:00
Stephanie Gawroriski
2954a42bba Merge pull request #17 from TyroneSlothrop/master
Add iOS ARM64 build
2022-01-25 18:16:49 -05:00
Tyrone Slothrop
b066eb856d Add iOS ARM64 build 2022-01-22 00:25:51 +00:00
Stephanie Gawroriski
be844bf74d Add pdb to the extensions list. 2021-11-27 10:53:45 -05:00