rpcs3/rpcs3/Emu/Cell
RipleyTom db3d9cd217
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 }} (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
Implement sceNpMatching2GetRoomMemberDataExternalList
2026-01-30 13:56:29 +01:00
..
lv2 USB: Complete Summonride figures 2026-01-25 03:02:23 +01:00
Modules Implement sceNpMatching2GetRoomMemberDataExternalList 2026-01-30 13:56:29 +01: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 asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +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 asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +02:00
PPUInterpreter.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
PPUModule.cpp sceNpBasicLimitedSendMessage 2026-01-27 17:21:46 +02:00
PPUModule.h sceNpBasicLimitedSendMessage 2026-01-27 17:21:46 +02:00
PPUOpcodes.h PPU LLVM/RawSPU: Implement MMIO violation elimination pass 2023-07-06 19:46:36 +03:00
PPUThread.cpp ppu: move alignment below llvm check 2025-11-30 09:23:36 +00:00
PPUThread.h Revert "Fix hypervisor context memory placement" 2025-12-16 21:54:21 +00:00
PPUTranslator.cpp PPU LLVM: Use arm fmax/fmin for vmaxfp/vminfp 2026-01-17 09:20:13 +02: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 asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +02:00
SPUASMJITRecompiler.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
SPUCommonRecompiler.cpp SPU Analyzer: Fix missing jump table entries in Mega mode 2025-12-16 23:20:37 +00: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 asm.hpp: replace custom functions with C++20 functions 2025-11-16 20:05:00 +02:00
SPUInterpreter.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
SPULLVMRecompiler.cpp Build LLVM wrap getFirstNonPHI by version 2025-12-19 13:40:04 +00:00
SPUOpcodes.h SPU LLVM Precompilation 2023-08-28 09:03:56 +03:00
SPURecompiler.h fmt: add more string_view versions of string functions 2025-12-08 19:49:42 +01:00
SPUThread.cpp Prevent atomic cache line collisions 2025-12-16 10:41:21 +02:00
SPUThread.h Revert "Fix hypervisor context memory placement" 2025-12-16 21:54:21 +00:00
timers.hpp cellCrossControllerInitialize: add dialog 2022-07-13 19:12:46 +02:00