rpcs3/rpcs3
Megamouse ff992a67c8
Some checks failed
Generate Translation Template / Generate Translation Template (push) Has been cancelled
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) Has been cancelled
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.8, ubuntu-24.04) (push) Has been cancelled
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) Has been cancelled
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) Has been cancelled
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (0, 51ae32f468089a8169aaf1567de355ff4a3e0842, rpcs3/rpcs3-binaries-mac, Intel) (push) Has been cancelled
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (1, 8e21bdbc40711a3fccd18fbf17b742348b0f4281, rpcs3/rpcs3-binaries-mac-arm64, Apple Silicon) (push) Has been cancelled
Build RPCS3 / RPCS3 Windows (push) Has been cancelled
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (aarch64, clang, clangarm64, ARM64, windows-11-arm) (push) Has been cancelled
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (x86_64, clang, clang64, X64, windows-2025) (push) Has been cancelled
Build RPCS3 / RPCS3 FreeBSD (push) Has been cancelled
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
..
Crypto fmt: add more string_view versions of string functions 2025-12-08 19:49:42 +01:00
Emu sys_net/P2P: Various fixes 2026-02-20 05:15:49 +02:00
Icons RPCN menu changes (#17936) 2025-12-29 07:12:21 +02:00
Input input: fix input guard button offsets for closing native overlays 2026-02-09 21:51:46 +01:00
Loader win/fs: check file handle with GetFileInformationByHandle when creating fs::file 2026-02-20 11:25:39 +02:00
qt/etc
rpcs3qt Qt: adjust ansi colors based on background color 2026-02-09 23:22:45 +01:00
tests Flatbuffers to Protobuf (#18082) 2026-01-24 09:37:47 +01:00
util Ignore gcc strict aliasing warnings on __sync_lock_test_and_set 2026-02-14 16:56:38 +02:00
CMakeLists.txt macOs: Deploy Qt translations 2026-01-03 00:28:41 +01:00
Cubeb.vcxproj
Cubeb.vcxproj.filters
display_sleep_control.cpp Move display sleep functions to emu callbacks 2025-02-25 19:45:43 +01:00
display_sleep_control.h Move display sleep functions to emu callbacks 2025-02-25 19:45:43 +01:00
emucore.vcxproj Flatbuffers to Protobuf (#18082) 2026-01-24 09:37:47 +01:00
emucore.vcxproj.filters Flatbuffers to Protobuf (#18082) 2026-01-24 09:37:47 +01:00
frame_icon.xpm
gamemode_control.cpp [Linux] Implement Feral Interactive's Gamemode for Potential Performance Increases (#17325) 2025-07-06 11:50:03 +02:00
gamemode_control.h [Linux] Implement Feral Interactive's Gamemode for Potential Performance Increases (#17325) 2025-07-06 11:50:03 +02:00
git-version.cmake [CI] FreeBSD build (#17293) 2025-06-12 09:33:40 +03:00
GLGSRender.vcxproj gl: Implement MSAA resolve/unresolve for color images 2025-02-11 02:28:31 +03:00
GLGSRender.vcxproj.filters gl: Implement MSAA resolve/unresolve for color images 2025-02-11 02:28:31 +03:00
headless_application.cpp Add SDL camera handler 2026-01-03 14:40:02 +01:00
headless_application.h
main_application.cpp ISO: Remove resolve_path hack 2026-01-09 14:40:51 +02:00
main_application.h RSX/Qt: Reuse gs_frame if possible 2025-01-06 15:49:09 +01:00
main.cpp Log RPCS3 exit code 2025-05-08 12:58:38 +02:00
module_verifier.cpp CI: build windows clang 2025-06-15 17:12:50 +02:00
module_verifier.hpp
resource.h
resources.qrc RPCN menu changes (#17936) 2025-12-29 07:12:21 +02:00
rpcs3_version.cpp [macOS] Specify plist version 2026-01-24 20:18:25 +01:00
rpcs3_version.h
rpcs3.cpp utils: Scale busy_wait according to arm timer frequency 2026-01-17 10:07:01 +02:00
rpcs3.desktop
rpcs3.h Move main to main.cpp 2025-04-29 18:42:20 +02:00
rpcs3.icns
rpcs3.ico
rpcs3.metainfo.xml
rpcs3.plist.in [macOS] Specify plist version 2026-01-24 20:18:25 +01:00
rpcs3.png
rpcs3.rc
rpcs3.svg
rpcs3.vcxproj Add mouse-based gyro emulation (#18113) 2026-02-02 09:21:02 +01:00
rpcs3.vcxproj.filters Add mouse-based gyro emulation (#18113) 2026-02-02 09:21:02 +01:00
stdafx.cpp
stdafx.h stdafx.h: fix clang warnings 2025-05-29 14:15:54 +02:00
update_helper.sh [macOS Updater] Cleanup remnants of the old app bundle post-update 2026-01-04 19:11:37 +01:00
VKGSRender.vcxproj vk: Rework the unique resource id system and apply it to buffer views 2025-10-17 23:22:22 +03:00
VKGSRender.vcxproj.filters vk: Rework the unique resource id system and apply it to buffer views 2025-10-17 23:22:22 +03:00
windows.qrc
XAudio.vcxproj
XAudio.vcxproj.filters