rpcs3/rpcs3/Emu/Cell
Elad ba2518f862
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.7, 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.7, 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.7, 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.7, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (51ae32f468089a8169aaf1567de355ff4a3e0842, rpcs3/rpcs3-binaries-mac, .ci/build-mac.sh, Intel) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (8e21bdbc40711a3fccd18fbf17b742348b0f4281, rpcs3/rpcs3-binaries-mac-arm64, .ci/build-mac-arm64.sh, Apple Silicon) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang (win64, clang, clang64) (push) Waiting to run
Build RPCS3 / RPCS3 FreeBSD (push) Waiting to run
cellGame: Fix cellHddGameCheck dataVersion parameter
2025-10-30 21:34:54 +02:00
..
lv2 Qt/Input: Adjust pad settings dialog based on pad capabilities 2025-10-10 13:02:04 +02:00
Modules cellGame: Fix cellHddGameCheck dataVersion parameter 2025-10-30 21:34:54 +02:00
Common.h fix some warnings 2023-12-30 19:07:35 +01:00
ErrorCodes.cpp move error_report to ErrorCodes.cpp 2025-01-06 15:49:09 +01:00
ErrorCodes.h use concepts instead of std::enable_if 2025-02-26 11:04:02 +02:00
MFC.cpp SPU/MFC: Format command more consistently 2023-07-27 02:50:01 +03:00
MFC.h SPU/MFC: Add block has to command history 2023-10-24 22:14:12 +03:00
PPCDisAsm.h PPU DisAsm: Fixup conditional indirect branches disasm 2024-03-20 12:48:31 +02:00
PPUAnalyser.cpp Fix some warnings 2025-04-30 10:08:16 +02:00
PPUAnalyser.h PPU LLVM: Filter out functions with patches 2025-09-22 17:03:31 +03:00
PPUCallback.h Fix HLE PPU callback stack arguments 2024-11-23 17:01:25 +02:00
PPUDisAsm.cpp PPU Analyzer: GPR-assisted jump table analysis 2025-02-07 20:27:17 +02:00
PPUDisAsm.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
PPUFunction.cpp Enable ASLR 2025-04-30 02:56:23 +02:00
PPUFunction.h More constexpr 2024-11-16 15:10:20 +01:00
PPUInterpreter.cpp Fix rc variants of ADDE and SUBFE in interpreter 2025-09-20 20:22:48 +03:00
PPUInterpreter.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
PPUModule.cpp utils: Rename address_range to address_range32 to allow implementation of address_range16 and address_range64 2025-05-27 15:06:32 +03:00
PPUModule.h cellDmuxPamf: add module + stubs 2024-11-23 17:01:25 +02:00
PPUOpcodes.h PPU LLVM/RawSPU: Implement MMIO violation elimination pass 2023-07-06 19:46:36 +03:00
PPUThread.cpp [Build] Explicit Triple with LLVM 21.1.0 2025-10-15 20:09:21 +02:00
PPUThread.h SPU: Restore postponed LR notifications (with tweaks) 2025-09-06 00:05:46 +03:00
PPUTranslator.cpp PPU LLVM: Filter out functions with patches 2025-09-22 17:03:31 +03:00
PPUTranslator.h IDM: Implement lock-free smart pointers (#16403) 2024-12-22 20:59:48 +02:00
RawSPUThread.cpp RawSPU: Add missing MMIO register reads 2025-06-29 21:31:52 +03:00
RawSPUThread.h Headers cleanup 2025-02-11 20:38:35 +01:00
SPUAnalyser.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
SPUAnalyser.h Headers cleanup 2025-02-11 20:38:35 +01:00
SPUASMJITRecompiler.cpp Debug: Apply SPU Profiling data if debug enabled 2025-10-14 08:16:02 +03:00
SPUASMJITRecompiler.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
SPUCommonRecompiler.cpp Win32/SPU: Respect home space / shadow space on the stack frame 2025-09-19 12:28:51 +03:00
SPUDisAsm.cpp SaveStates/SPU-LLVM: Fix SPU Access Violations on load 2025-10-23 19:00:42 +03:00
SPUDisAsm.h SPU LLVM: Initial precompilation of tail-calls 2023-09-02 12:31:11 +03:00
SPUInterpreter.cpp Headers cleanup 2025-02-11 20:38:35 +01:00
SPUInterpreter.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
SPULLVMRecompiler.cpp SaveStates/SPU-LLVM: Fix SPU Access Violations on load 2025-10-23 19:00:42 +03:00
SPUOpcodes.h SPU LLVM Precompilation 2023-08-28 09:03:56 +03:00
SPURecompiler.h utils: Rename address_range to address_range32 to allow implementation of address_range16 and address_range64 2025-05-27 15:06:32 +03:00
SPUThread.cpp Debug: Apply SPU Profiling data if debug enabled 2025-10-14 08:16:02 +03:00
SPUThread.h sys_spu: Untangle IDM mutex from sys_spu's 2025-09-21 18:22:38 +03:00
timers.hpp cellCrossControllerInitialize: add dialog 2022-07-13 19:12:46 +02:00