Commit graph

8477 commits

Author SHA1 Message Date
Jean-Philip Desjardins
a256a16539 Add MC test for Black Hawn Down. 2024-11-21 12:18:01 -05:00
Jean-Philip Desjardins
f21c882971 Add easy way to enable some logging. 2024-11-20 18:59:05 -05:00
Jean-Philip Desjardins
8837c103d2 Add workaround for case where game pass buffer = 0 in SifRegisterRpc. 2024-11-19 12:24:36 -05:00
Jean-Philip Desjardins
49d5021f28 Implement PABSH. 2024-11-19 12:24:36 -05:00
Jean-Philip Desjardins
2b1d851342 Update CodeGen submodule. 2024-11-19 12:23:46 -05:00
Jean-Philip Desjardins
c3cba5418b Update Framework submodule. 2024-11-14 10:13:59 -05:00
Jean-Philip Desjardins
88caaf21af Cleanup. 2024-11-14 09:12:05 -05:00
Jean-Philip Desjardins
b70567a98d Adjust assert condition. 2024-11-14 09:11:37 -05:00
Jean-Philip Desjardins
2857e91995 Hide preset that should be hidden. 2024-11-13 15:42:25 -05:00
Jean-Philip Desjardins
aad9ef7f5a Implement AllocateVpl. 2024-11-11 12:17:33 -05:00
Jean-Philip Desjardins
11faba0797 Update SifSendCmd's return value. 2024-11-06 17:43:33 -05:00
Jean-Philip Desjardins
e16f5e74b8 Add iOS CMake preset. 2024-11-06 17:42:55 -05:00
Jean-Philip Desjardins
4d9f583386 Remove unused definition. 2024-11-06 08:25:48 -05:00
Jean-Philip Desjardins
89213a4505 Update Framework submodule. 2024-11-06 08:21:32 -05:00
Jean-Philip Desjardins
b3be9d4840 Update submodules. 2024-11-01 17:01:05 -04:00
Jean-Philip Desjardins
336f70d5ee Add macOS CMake presets. 2024-11-01 13:37:16 -04:00
Jean-Philip Desjardins
6ce05c4d6b Report a successful registration of cdrom_stm IOMAN driver.
Allows proper initialization of CDVD ST module.
2024-10-29 15:02:22 -04:00
Jean-Philip Desjardins
e5cc210ed4 Don't delay stat when using SifSetDmaCallback. 2024-10-29 14:55:00 -04:00
Jean-Philip Desjardins
7f5573063b Update CMake presets. 2024-10-26 13:30:32 -04:00
Jean-Philip Desjardins
b45744cc43 Update Framework submodule. 2024-10-26 12:22:25 -04:00
Jean-Philip Desjardins
0757c5baa2 Remove references to VC redist install script. 2024-10-26 11:03:54 -04:00
Jean-Philip Desjardins
5304353afb Add links to download VC redistributable packages. 2024-10-26 11:03:54 -04:00
Jean-Philip Desjardins
50d274adb6 Remove old VS redist download and install code. 2024-10-26 11:03:54 -04:00
Zer0xFF
f7117c32d7
Cleanup/Fix: Fix list order list to reflect new ordering, use new pref name for sorting (#1421) 2024-10-25 21:09:59 -04:00
Jean-Philip Desjardins
32d6e06d3e
Merge pull request #1419 from Zer0xFF/upstream_qt_addons
Qt & build system improvements
2024-10-25 17:21:37 -04:00
Mahmood - Zer0xFF
c618861c0e update BootablesInterop.java and preference name to reflect recent enum changes 2024-10-25 21:21:52 +01:00
Jean-Philip Desjardins
7fdf2f421c
Merge pull request #1420 from alarixnia/posix
Build on more Unix-like OSes (BSD, illumos, etc)
2024-10-25 14:34:47 -04:00
nia
e33c207043 Build on more Unix-like OSes (BSD, illumos, etc)
Signed-off-by: Nia Alarie <nia@NetBSD.org>
2024-10-25 10:39:25 +02:00
Mahmood - Zer0xFF
aee660d361 Add CMakePresets.json 2024-10-24 20:43:48 +01:00
Mahmood - Zer0xFF
b8ff417987 Fix build: be more explicit with which varient of string_cast we want to use 2024-10-24 20:43:48 +01:00
Mahmood - Zer0xFF
087b025a3e Simplify QBootablesView::BootCallback 2024-10-24 20:43:48 +01:00
Mahmood - Zer0xFF
c3f138a424 Split DiskUtils into BootableUtils 2024-10-24 20:43:37 +01:00
Mahmood - Zer0xFF
9eaf97ae4d Move IsBootableExecutablePath && IsBootableDiscImagePath to DiskUtils namespace 2024-10-24 18:13:18 +01:00
Mahmood - Zer0xFF
7d7717f633 Add Resolution toggle option 2024-10-24 18:13:06 +01:00
Jean-Philip Desjardins
b9c5c4d8d3
Merge pull request #1417 from alarixnia/strrchr
Fix a compilation error on some platforms.
2024-10-22 08:17:19 -04:00
nia
2a3c4eaf95 Fix a compilation error on some platforms.
std::max expects both arguments to be the same type (in this
case const char *), while the C version of strrchr returns
non-const char *, which results in a type error with some C
libraries.

Signed-off-by: Nia Alarie <nia@NetBSD.org>
2024-10-22 12:43:09 +02:00
Jean-Philip Desjardins
fd396283e2
Merge pull request #1411 from alarixnia/noevdev
qt: Allow compiling on Unix-likes without EVDEV
2024-10-21 08:40:35 -04:00
Mahmood - Zer0xFF
f8dc926c45 More Cleanup 2024-10-20 14:44:10 +01:00
Mahmood - Zer0xFF
ba0e3001ba Cleanup 2024-10-20 14:43:31 +01:00
Mahmood - Zer0xFF
d14a6e4652 Toggle FPS limit with label right click 2024-10-20 14:22:04 +01:00
Mahmood - Zer0xFF
ee5ea0cb92 Initalise vars 2024-10-20 14:21:02 +01:00
Mahmood - Zer0xFF
ae835d7fa5 Hide Homebrew/Arcade sort option 2024-10-20 14:21:02 +01:00
Mahmood - Zer0xFF
0d43ab4767 Add bootable type filter 2024-10-20 14:20:50 +01:00
nia
478e490134 qt: Allow compiling on Unix-likes without EVDEV
This is needed to compile on NetBSD, OpenBSD, illumos, etc.

Signed-off-by: Nia Alarie <nia@NetBSD.org>
2024-10-20 13:09:57 +02:00
Jean-Philip Desjardins
e70ee1608f Report error if HDD image file doesn't have the proper sector size. 2024-09-23 16:10:35 -04:00
Jean-Philip Desjardins
0621599628 Improve the way we track command delays in CDVDFSV. 2024-09-19 17:44:16 -04:00
Jean-Philip Desjardins
3fd5b7a56c Only honor T and D bits if E bit has not been encountered.
Fixes Silent Hill 2 hanging at movies.
2024-09-19 17:43:54 -04:00
Jean-Philip Desjardins
f5bcb8bb1d Add some delay to SIF transfers from IOP. 2024-09-19 17:43:54 -04:00
Jean-Philip Desjardins
1f56371fcf Improve MC file scanning code. 2024-09-19 17:43:33 -04:00
Jean-Philip Desjardins
1988803004 Add another missing ACCDVD function. 2024-09-17 16:45:15 -04:00