rpcs3/rpcs3/Loader
Megamouse ff992a67c8
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux-aarch64.sh, gcc, rpcs3/rpcs3-ci-jammy-aarch64:1.8, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.8, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1, rpcs3/rpcs3-binaries-linux-arm64, /rpcs3/.ci/build-linux-aarch64.sh, clang, rpcs3/rpcs3-ci-jammy-aarch64:1.8, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (d812f1254a1157c80fd402f94446310560f54e5f, rpcs3/rpcs3-binaries-linux, /rpcs3/.ci/build-linux.sh, clang, rpcs3/rpcs3-ci-jammy:1.8, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (0, 51ae32f468089a8169aaf1567de355ff4a3e0842, rpcs3/rpcs3-binaries-mac, Intel) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (1, 8e21bdbc40711a3fccd18fbf17b742348b0f4281, rpcs3/rpcs3-binaries-mac-arm64, Apple Silicon) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (aarch64, clang, clangarm64, ARM64, windows-11-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (x86_64, clang, clang64, X64, windows-2025) (push) Waiting to run
Build RPCS3 / RPCS3 FreeBSD (push) Waiting to run
win/fs: check file handle with GetFileInformationByHandle when creating fs::file
On empty mounted drives CreateFileW may return a valid handle even if the drive is not usable.
We have to check the file handle early. Otherwise other functions may fail later as a result.
2026-02-20 11:25:39 +02:00
..
disc.cpp fmt: add more string_view versions of string functions 2025-12-08 19:49:42 +01:00
disc.h Qt: Replace QMap with std::map 2024-11-06 09:34:32 +01:00
ELF.cpp Allow emulation to work without firmware (#9367) 2020-12-07 20:10:34 +03:00
ELF.h SPU Image Finder Fixes 2025-04-25 19:52:38 +03:00
ISO.cpp ISO: optimize byteswap and utf16 string conversion 2026-01-10 15:22:41 +01:00
ISO.h win/fs: check file handle with GetFileInformationByHandle when creating fs::file 2026-02-20 11:25:39 +02:00
mself.cpp Remove whitespace 2023-02-15 08:58:02 +01:00
mself.hpp GUI: Implement MSELF extraction tool (#9909) 2021-03-07 17:59:37 +01:00
PSF.cpp PSF.cpp: Fixup 2025-11-02 17:23:46 +02:00
PSF.h Replace src_loc with std::soource_location 2024-05-21 14:19:12 +03:00
PUP.cpp rsx: Fix exceptions 2022-12-17 14:27:20 +01:00
PUP.h fs::file: implement release_handle 2025-03-10 21:09:27 +01:00
TAR.cpp Savestates/TAR: Extract files asynchronously 2025-11-10 13:04:43 +02:00
TAR.h Qt: Replace QMap with std::map 2024-11-06 09:34:32 +01:00
TROPUSR.cpp Trophy Manager: allow to lock/unlock trophies 2023-12-15 00:31:49 +01:00
TROPUSR.h Trophy Manager: allow to lock/unlock trophies 2023-12-15 00:31:49 +01:00
TRP.cpp Trophies: log more specific errors on install failure 2023-03-17 15:50:05 +01:00
TRP.h TRPLoader: Use std::string_view 2022-04-25 20:15:10 +02:00