id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5,206 | cellRec.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellRec.cpp | #include "stdafx.h"
#include "Emu/Cell/lv2/sys_memory.h"
#include "Emu/Cell/timers.hpp"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/system_config.h"
#include "Emu/VFS.h"
#include "Emu/Audio/AudioBackend.h"
#include "cellRec.h"
#include "cellSysutil.h"
#include "util/media_utils.h"
#include ... | 52,668 | C++ | .cpp | 1,641 | 28.872639 | 384 | 0.699648 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,207 | cellRemotePlay.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellRemotePlay.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellRemotePlay.h"
LOG_CHANNEL(cellRemotePlay);
template <>
void fmt_class_string<CellRemotePlayError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellRemotePlayError value)
{
switch (value)
{
STR_CASE(CELL_REMOTEPLAY_ERROR_INTERNA... | 2,076 | C++ | .cpp | 71 | 27.43662 | 115 | 0.828141 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,208 | sys_game_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_game_.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_mutex.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
extern vm::gvar<u32> g_ppu_exit_mutex;
extern vm::gvar<vm::ptr<void()>> g_ppu_atexitspawn;
extern vm::gvar<vm::ptr<void()>> g_ppu_at_Exi... | 5,927 | C++ | .cpp | 173 | 32.184971 | 186 | 0.684874 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,209 | cellWebBrowser.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellWebBrowser.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellWebBrowser.h"
#include "Emu/IdManager.h"
LOG_CHANNEL(cellSysutil);
struct browser_info
{
vm::ptr<CellWebBrowserSystemCallback> system_cb{};
vm::ptr<void> userData{};
shared_mutex mutex;
};
error_code cellWebBrowserActivate()
{
cellSysutil.todo("... | 10,286 | C++ | .cpp | 311 | 31.360129 | 162 | 0.828762 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,210 | cellSysutilAvc2.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSysutilAvc2.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "util/asm.hpp"
#include "sceNp.h"
#include "sceNp2.h"
#include "cellSysutilAvc2.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellSysutilAvc2);
template<>
void fmt_class_string<CellSysutilAvc2Error>::format(std::string& out, u64 arg)
{... | 33,330 | C++ | .cpp | 962 | 31.980249 | 212 | 0.767637 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,211 | cellSysutil.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSysutil.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/Modules/cellGame.h"
#include "Emu/Cell/lv2/sys_game.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "cellSysutil.h"
#include "Utilities/StrUti... | 32,557 | C++ | .cpp | 993 | 30.437059 | 174 | 0.774261 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,212 | cellAudioOut.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellAudioOut.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_rsxaudio.h"
#include "Emu/IdManager.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Loader/PSF.h"
#include "cellAudioOut.h"
#include "cellAudio.h"
LOG_CHANNEL(cellSysutil);
template<>
void fmt_class_string<CellAudioOut... | 19,866 | C++ | .cpp | 479 | 38.807933 | 196 | 0.741233 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,213 | cellSync2.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSync2.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellSync2.h"
#include "Utilities/StrUtil.h"
LOG_CHANNEL(cellSync2);
vm::gvar<CellSync2CallerThreadType> gCellSync2CallerThreadTypePpuThread;
vm::gvar<CellSync2Notifier> gCellSync2NotifierPpuThread;
vm::gvar<CellSync2CallerThreadType> gCellSync2CallerThre... | 14,849 | C++ | .cpp | 350 | 40.137143 | 162 | 0.778033 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,214 | cellFont.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellFont.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h"
#include <stb_truetype.h>
#include "cellFont.h"
LOG_CHANNEL(cellFont);
template <>
void fmt_class_string<CellFontError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_FONT_ER... | 56,886 | C++ | .cpp | 1,842 | 28.451683 | 278 | 0.72219 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,215 | StaticHLE.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/StaticHLE.cpp | #include "stdafx.h"
#include "StaticHLE.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/PPUOpcodes.h"
#include "Emu/IdManager.h"
LOG_CHANNEL(static_hle);
// for future use
DECLARE(ppu_module_manager::static_hle) ("static_hle", []()
{
});
std::vector<std::array<std::string, 6>> shle_patterns_list
{
{ "2BA50007... | 4,857 | C++ | .cpp | 146 | 30.349315 | 117 | 0.645437 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,216 | cellMusicExport.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellMusicExport.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Utilities/StrUtil.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellMusicExport);
// Return Codes
enum CellMusicExportError : u32
{
CELL_MUSIC_EXPORT_UTIL_ERROR_BUSY = 0x8002c601,
CELL_MUSIC_EXPORT_UTIL_E... | 8,470 | C++ | .cpp | 251 | 31.183267 | 206 | 0.717088 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,217 | sceNpUtil.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpUtil.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "sceNp.h"
#include "sceNpUtil.h"
LOG_CHANNEL(sceNpUtil);
struct bandwidth_test
{
atomic_t<u32> status = SCE_NP_UTIL_BANDWIDTH_TEST_STATUS_NONE;
atomic_t<bool> abort = false;
atomic_t<bool> shutdown = false;
atomic_t<bool> fin... | 3,661 | C++ | .cpp | 121 | 27.760331 | 121 | 0.747645 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,218 | cellResc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellResc.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/RSX/GCM.h"
#include "cellResc.h"
#include "cellVideoOut.h"
LOG_CHANNEL(cellResc);
template <>
void fmt_class_string<CellRescError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellRescError value)
{
swit... | 9,907 | C++ | .cpp | 320 | 28.68125 | 148 | 0.75458 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,219 | sys_crashdump.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_crashdump.cpp | #include "stdafx.h"
#include "sys_crashdump.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(sys_crashdump);
error_code sys_crash_dump_get_user_log_area(u8 index, vm::ptr<sys_crash_dump_log_area_info_t> entry)
{
sys_crashdump.todo("sys_crash_dump_get_user_log_area(index=%d, entry=*0x%x)", index, entry);
if (index > ... | 915 | C++ | .cpp | 27 | 32 | 104 | 0.723864 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,220 | sceNpCommerce2.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpCommerce2.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "sceNpCommerce2.h"
#include "sceNp.h"
#include "cellSysutil.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "Emu/NP/np_handler.h"
#include "Emu/NP/np_contexts.h"
LOG_CHANNEL(sceNpCommerce2);
template <>
void fmt_class_string<... | 37,739 | C++ | .cpp | 819 | 43.637363 | 195 | 0.776664 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,221 | sys_heap.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_heap.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
struct HeapInfo
{
static const u32 id_base = 1;
static const u32 id_step = 1;
static const u32 id_count = 1023;
SAVESTATE_INIT_POS(22);
const std::string name;
HeapInfo(const ... | 2,236 | C++ | .cpp | 76 | 27.618421 | 114 | 0.731993 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,222 | HLE_PATCHES.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/HLE_PATCHES.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Utilities/Thread.h"
#include "Emu/Cell/lv2/sys_spu.h"
#include "Emu/Cell/lv2/sys_sync.h"
#include <thread>
// SONIC THE HEDGEDOG: a fix for a race condition between SPUs and PPUs causing missing graphics (SNR is overriden when n... | 1,258 | C++ | .cpp | 48 | 23.458333 | 130 | 0.659167 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,223 | sys_spinlock.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_spinlock.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
void sys_spinlock_initialize(vm::ptr<atomic_be_t<u32>> lock)
{
sysPrxForUser.trace("sys_spinlock_initialize(lock=*0x%x)", lock);
if (*lock)
{
*lock = 0;
}
}
error_code sys_spinlock_lock(ppu_thread& ppu,... | 1,244 | C++ | .cpp | 47 | 24.404255 | 77 | 0.728885 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,224 | cellVideoUpload.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellVideoUpload.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellVideoUpload.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellVideoUpload);
template<>
void fmt_class_string<CellVideoUploadError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_VIDEO_UPLO... | 1,601 | C++ | .cpp | 44 | 33.772727 | 136 | 0.75501 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,225 | cellScreenshot.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellScreenshot.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h"
#include "cellScreenshot.h"
LOG_CHANNEL(cellScreenshot);
template<>
void fmt_class_string<CellScreenShotError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
sw... | 4,941 | C++ | .cpp | 132 | 35.204545 | 184 | 0.730551 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,226 | cellGem.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellGem.cpp | #include "stdafx.h"
#include "cellGem.h"
#include "cellCamera.h"
#include "Emu/Cell/lv2/sys_event.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/timers.hpp"
#include "Emu/Io/MouseHandler.h"
#include "Emu/Io/gem_config.h"
#include "Emu/system_config.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include ... | 61,004 | C++ | .cpp | 1,919 | 28.998958 | 224 | 0.696837 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,227 | cellVoice.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellVoice.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_event.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "cellVoice.h"
LOG_CHANNEL(cellVoice);
template<>
void fmt_class_string<CellVoiceError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
... | 22,315 | C++ | .cpp | 660 | 31.272727 | 123 | 0.749018 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,228 | libsynth2.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/libsynth2.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "libsynth2.h"
LOG_CHANNEL(libsynth2);
template<>
void fmt_class_string<CellSoundSynth2Error>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_SOUND_SYNTH2_ERROR_FATAL);
STR_CASE(CELL_S... | 4,183 | C++ | .cpp | 120 | 33.083333 | 143 | 0.78529 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,229 | cellKb.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellKb.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Io/KeyboardHandler.h"
#include "cellKb.h"
error_code sys_config_start(ppu_thread& ppu);
error_code sys_config_stop(ppu_thread& ppu);
extern bool is_input_allowed();
LOG_CHANNEL(cellKb);
template<>
v... | 17,901 | C++ | .cpp | 413 | 40.72155 | 157 | 0.655069 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,230 | cellSysconf.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSysconf.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellSysutil.h"
#include "cellSysconf.h"
LOG_CHANNEL(cellSysconf);
template<>
void fmt_class_string<CellSysConfError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_SYSCONF_ERROR_PARAM);
... | 1,341 | C++ | .cpp | 50 | 24.86 | 133 | 0.755869 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,231 | cellAudio.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellAudio.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "Emu/Cell/lv2/sys_event.h"
#include "Emu/Cell/Modules/cellAudioOut.h"
#include "cellAudio.h"
#include "util/video_provider.h"
#include <cmath>
LOG_CHANNEL(cellAudio... | 55,531 | C++ | .cpp | 1,685 | 29.940653 | 216 | 0.700331 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,232 | cellRtcAlarm.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellRtcAlarm.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellRtcAlarm);
error_code cellRtcAlarmRegister()
{
UNIMPLEMENTED_FUNC(cellRtcAlarm);
return CELL_OK;
}
error_code cellRtcAlarmUnregister()
{
UNIMPLEMENTED_FUNC(cellRtcAlarm);
return CELL_OK;
}
error_code cellRtcAlarmNotification()
{
UNIMPLEMENTED_... | 860 | C++ | .cpp | 36 | 22.277778 | 62 | 0.822521 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,233 | cellPhotoExport.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPhotoExport.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Utilities/StrUtil.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellPhotoExport);
// Return Codes
enum CellPhotoExportError : u32
{
CELL_PHOTO_EXPORT_UTIL_ERROR_BUSY = 0x8002c201,
CELL_PHOTO_EXPORT_UTIL_E... | 13,458 | C++ | .cpp | 381 | 32.687664 | 218 | 0.717502 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,234 | sceNpClans.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpClans.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "sceNp.h"
#include "sceNpClans.h"
LOG_CHANNEL(sceNpClans);
template<>
void fmt_class_string<SceNpClansError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(SCE_NP_CL... | 27,957 | C++ | .cpp | 708 | 37.063559 | 256 | 0.758735 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,235 | sceNp.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNp.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_utils.hpp"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/Modules/cellUserInfo.h"
#include "Emu/Io/interception.h"
#include "Utilities/StrUtil.h"
#include "sysPrxForUser.h"
#include "Emu/IdManager.h"
#include "Crypto/unedat.h"
#i... | 230,910 | C++ | .cpp | 5,944 | 36.190949 | 224 | 0.741336 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,236 | cellUsbd.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellUsbd.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellUsbd.h"
LOG_CHANNEL(cellUsbd);
template<>
void fmt_class_string<CellUsbdError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_USBD_ERROR_NOT_INITIALIZED);
STR_CASE(CELL_USBD_ERROR_... | 5,156 | C++ | .cpp | 210 | 22.619048 | 71 | 0.806406 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,237 | cellFontFT.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellFontFT.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellFontFT.h"
LOG_CHANNEL(cellFontFT);
error_code cellFontInitLibraryFreeTypeWithRevision(u64 revisionFlags, vm::ptr<CellFontLibraryConfigFT> config, vm::pptr<CellFontLibrary> lib)
{
cellFontFT.todo("cellFontInitLibraryFreeTypeWithRevision(revisionFlags=... | 7,469 | C++ | .cpp | 293 | 23.726962 | 141 | 0.814898 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,238 | cellMic.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellMic.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Utilities/StrUtil.h"
#include "cellMic.h"
#include <Emu/IdManager.h>
#include <Emu/Cell/lv2/sys_event.h>
#include <numeric>
LOG_CHANNEL(cellMic);
template<>
void fmt_class_string<CellMicInError>::for... | 38,644 | C++ | .cpp | 1,209 | 29.387924 | 139 | 0.718074 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,239 | cellHttpUtil.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellHttpUtil.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Utilities/LUrlParser.h"
#include "cellHttpUtil.h"
#ifdef _WIN32
#include <windows.h>
#include <codecvt>
#ifdef _MSC_VER
#pragma comment(lib, "Winhttp.lib")
#endif
#endif
LOG_CHANNEL(cellHttpUtil);
template <>
void fmt_class_string<CellHttpUtilError>::for... | 19,046 | C++ | .cpp | 698 | 24.310888 | 187 | 0.670386 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,240 | sys_spu_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_spu_.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_spu.h"
#include "Crypto/unself.h"
#include "Loader/ELF.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
spu_printf_cb_t g_spu_printf_agcb;
spu_printf_cb_t g_spu_printf_dgcb;
spu_printf_cb_t g_spu_printf_atcb;... | 11,350 | C++ | .cpp | 401 | 25.605985 | 125 | 0.655881 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,241 | cellVideoOut.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellVideoOut.cpp | #include "stdafx.h"
#include "Emu/system_config_types.h"
#include "Emu/Cell/ErrorCodes.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/RSX/rsx_utils.h"
#include "Emu/RSX/RSXThread.h"
#include "cellVideoOut.h"
LOG_CHANNEL(cellSysutil);
// NOTE: Unused in this module, but used by gs_frame t... | 23,567 | C++ | .cpp | 456 | 49.212719 | 197 | 0.748947 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,242 | cellSysutilAvcExt.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSysutilAvcExt.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/Modules/cellSysutilAvc.h"
LOG_CHANNEL(cellSysutilAvcExt);
error_code cellSysutilAvcSetAttribute(CellSysUtilAvcAttribute attr_id, vm::ptr<void> param);
error_code cellSysutilAvcLoadAsync(vm::ptr<CellSysutilAvcCallback> func, vm::ptr<void> userdata,... | 12,234 | C++ | .cpp | 249 | 47.120482 | 289 | 0.813077 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,243 | cellL10n.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellL10n.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Memory/vm_ref.h"
#ifdef _WIN32
#include <Windows.h>
#endif
#ifdef _WIN32
typedef int HostCode;
#else
#include <iconv.h>
#include <errno.h>
typedef const char *HostCode;
#endif
#include "cellL10n.h"
#include "util/asm.hpp"
LOG_CHANNEL(cellL10n);
// ... | 40,255 | C++ | .cpp | 1,341 | 28.127517 | 160 | 0.681219 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,244 | sys_lwcond_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_lwcond_.cpp | #include "stdafx.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h"
#include "Emu/Cell/lv2/sys_cond.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
error_code sys_lwcond_create(ppu_thread& ppu, vm::ptr<sys_lwcond_t> lw... | 9,571 | C++ | .cpp | 302 | 28.923841 | 205 | 0.693682 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,245 | cellCrossController.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellCrossController.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/localized_string.h"
#include "cellSysutil.h"
#include "cellCrossController.h"
#include "cellMsgDialog.h"
LOG_CHANNEL(cellCrossController);
template <>
void fmt_class_string<CellCrossControllerError>::... | 6,499 | C++ | .cpp | 157 | 38.522293 | 226 | 0.74409 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,246 | cellSail.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSail.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h"
#include "cellSail.h"
#include "cellPamf.h"
LOG_CHANNEL(cellSail);
template <>
void fmt_class_string<CellSailError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_SAIL_ERROR_I... | 30,982 | C++ | .cpp | 996 | 29.103414 | 206 | 0.80442 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,247 | sceNpTus.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpTus.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "sceNp.h"
#include "sceNpTus.h"
#include "Emu/NP/np_handler.h"
LOG_CHANNEL(sceNpTus);
bool is_slot_array_valid(vm::cptr<SceNpTusSlotId> slotIdArray, s32 arrayNum)
{
for (s32 i = 0; i < arrayNum; i++)
{
if (slotIdArray[i] < 0... | 58,774 | C++ | .cpp | 1,177 | 47.744265 | 292 | 0.781562 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,248 | cellVpost.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellVpost.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#ifdef _MSC_VER
#pragma warning(push, 0)
#else
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wextra"
#pragma GCC diagnostic ignored "-Wold-style-cast"
#endif
extern "C"
{
#include "libsw... | 13,000 | C++ | .cpp | 271 | 45.00738 | 165 | 0.733202 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,249 | cellDaisy.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellDaisy.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellDaisy.h"
LOG_CHANNEL(cellDaisy);
template <>
void fmt_class_string<CellDaisyError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellDaisyError value)
{
switch (value)
{
STR_CASE(CELL_DAISY_ERROR_NO_BEGIN);
STR_CASE(CELL_DA... | 10,220 | C++ | .cpp | 195 | 50.589744 | 187 | 0.83707 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,250 | libad_async.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/libad_async.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(libad_async);
error_code sceAdAsyncOpenContext()
{
UNIMPLEMENTED_FUNC(libad_async);
return CELL_OK;
}
error_code sceAdAsyncConnectContext()
{
UNIMPLEMENTED_FUNC(libad_async);
return CELL_OK;
}
error_code sceAdAsyncSpaceOpen()
{
UNIMPLEMENTED_FUNC(... | 979 | C++ | .cpp | 42 | 21.690476 | 60 | 0.80409 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,251 | cellDtcpIpUtility.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellDtcpIpUtility.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellDtcpIpUtility);
error_code cellDtcpIpRead()
{
UNIMPLEMENTED_FUNC(cellDtcpIpUtility);
return CELL_OK;
}
error_code cellDtcpIpFinalize()
{
UNIMPLEMENTED_FUNC(cellDtcpIpUtility);
return CELL_OK;
}
error_code cellDtcpIpActivate()
{
UNIMPLEMENTED_F... | 2,109 | C++ | .cpp | 84 | 23.464286 | 72 | 0.840299 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,252 | libfs_utility_init.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/libfs_utility_init.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(libfs_utility_init);
error_code fs_utility_init_1F3CD9F1()
{
libfs_utility_init.todo("fs_utility_init_1F3CD9F1()");
return CELL_OK;
}
error_code fs_utility_init_263172B8(u32 arg1)
{
libfs_utility_init.todo("fs_utility_init_263172B8(0x%0x)", arg1);
... | 2,277 | C++ | .cpp | 67 | 32.149254 | 88 | 0.762318 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,253 | cellNetAoi.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellNetAoi.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellNetAoi);
error_code cellNetAoiDeletePeer()
{
UNIMPLEMENTED_FUNC(cellNetAoi);
return CELL_OK;
}
error_code cellNetAoiInit()
{
UNIMPLEMENTED_FUNC(cellNetAoi);
return CELL_OK;
}
error_code cellNetAoiGetPspTitleId()
{
UNIMPLEMENTED_FUNC(cellNetAoi... | 1,322 | C++ | .cpp | 60 | 20.4 | 58 | 0.813749 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,254 | cellPad.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPad.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "Emu/Cell/lv2/sys_sync.h"
#include "Emu/Io/pad_types.h"
#include "Emu/RSX/Overlays/overlay_debug_overlay.h"
#include "Input/pad_thread.h"
#include "Input/product_i... | 43,000 | C++ | .cpp | 1,049 | 38.13918 | 167 | 0.695886 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,255 | cellPamf.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPamf.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUModule.h"
#include <bitset>
#include "cellPamf.h"
const std::function<bool()> SQUEUE_ALWAYS_EXIT = []() { return true; };
const std::function<bool()> SQUEUE_NEVER_EXIT = []() { return false; };
bool squeue_test_exit()
{
return Emu.IsStopped();
}
LOG... | 45,824 | C++ | .cpp | 1,328 | 31.740211 | 191 | 0.719601 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,256 | cellVideoExport.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellVideoExport.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Utilities/StrUtil.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellVideoExport);
enum CellVideoExportUtilError : u32
{
CELL_VIDEO_EXPORT_UTIL_ERROR_BUSY = 0x8002ca01,
CELL_VIDEO_EXPORT_UTIL_ERROR_INTERNA... | 11,130 | C++ | .cpp | 304 | 34.006579 | 214 | 0.717703 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,257 | cellMusicDecode.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellMusicDecode.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h"
#include "Emu/Cell/lv2/sys_spu.h"
#include "Emu/RSX/Overlays/overlay_media_list_dialog.h"
#include "Emu/VFS.h"
#include "cellMusicDecode.h"
#include "cellMusic.h"
#include "cellSearch.h"
#inclu... | 21,554 | C++ | .cpp | 539 | 37.406308 | 277 | 0.749665 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,258 | sysPrxForUser.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sysPrxForUser.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/timers.hpp"
#include "Emu/Cell/lv2/sys_mutex.h"
#include "Emu/Cell/lv2/sys_interrupt.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "Emu/Cell/lv2/sys_ss.h"
#include "Emu/Cell/lv2/sys_tty.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);... | 6,341 | C++ | .cpp | 204 | 29.230392 | 88 | 0.76178 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,259 | cellJpgDec.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellJpgDec.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
// STB_IMAGE_IMPLEMENTATION is already defined in stb_image.cpp
#include <stb_image.h>
#include "Emu/Cell/lv2/sys_fs.h"
#include "cellJpgDec.h"
#include "util/asm.hpp"
LOG_CHANNEL(cellJpgDec);
// Temporarily
#ifndef... | 11,948 | C++ | .cpp | 328 | 33.814024 | 184 | 0.722752 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,260 | cellSysCache.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSysCache.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_utils.hpp"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_fs.h"
#include "cellSysutil.h"
#include "util/init_mutex.hpp"
#include "Utilities/StrUtil.h"
LOG_CHANNEL(cellSysutil);
template<>
void... | 6,931 | C++ | .cpp | 210 | 30.071429 | 131 | 0.687528 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,261 | sys_lwmutex_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_lwmutex_.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_mutex.h"
#include "sysPrxForUser.h"
#include "util/asm.hpp"
LOG_CHANNEL(sysPrxForUser);
error_code sys_lwmutex_create(ppu_thread& ppu, vm::ptr<s... | 9,208 | C++ | .cpp | 330 | 24.951515 | 192 | 0.691774 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,262 | cellImeJp.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellImeJp.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_process.h"
#include "Emu/IdManager.h"
#include "cellImeJp.h"
LOG_CHANNEL(cellImeJp);
template <>
void fmt_class_string<CellImeJpError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
ST... | 31,763 | C++ | .cpp | 992 | 29.704637 | 194 | 0.757746 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,263 | libmedi.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/libmedi.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(libmedi);
error_code cellMediatorCloseContext()
{
libmedi.todo("cellMediatorCloseContext");
return CELL_OK;
}
error_code cellMediatorCreateContext()
{
libmedi.todo("cellMediatorCreateContext");
return CELL_OK;
}
error_code cellMediatorFlushCache()
... | 1,629 | C++ | .cpp | 66 | 23.030303 | 52 | 0.822581 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,264 | cellSysutilAp.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSysutilAp.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellSysutilAp);
// Return Codes
enum CellSysutilApError : u32
{
CELL_SYSUTIL_AP_ERROR_OUT_OF_MEMORY = 0x8002cd00,
CELL_SYSUTIL_AP_ERROR_FATAL = 0x8002cd01,
CELL_SYSUTIL_AP_ERROR_INVALID_VALUE = 0x8002cd02,
CELL_SYSUTIL_... | 2,395 | C++ | .cpp | 84 | 26.547619 | 88 | 0.756969 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,265 | cellAtracMulti.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellAtracMulti.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellAtracMulti.h"
LOG_CHANNEL(cellAtracMulti);
template <>
void fmt_class_string<CellAtracMultiError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellAtracMultiError value)
{
switch (value)
{
STR_CASE(CELL_ATRACMULTI_ERROR_API_FA... | 11,165 | C++ | .cpp | 219 | 48.968037 | 220 | 0.815417 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,266 | cell_FreeType2.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cell_FreeType2.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cell_FreeType2);
// Functions
error_code cellFreeType2Ex()
{
UNIMPLEMENTED_FUNC(cell_FreeType2);
return CELL_OK;
}
error_code FT_Activate_Size()
{
UNIMPLEMENTED_FUNC(cell_FreeType2);
return CELL_OK;
}
error_code FT_Add_Default_Modules()
{
UNIMPLEM... | 21,193 | C++ | .cpp | 937 | 20.951974 | 66 | 0.777828 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,267 | cellHttp.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellHttp.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "cellHttpUtil.h"
#include "cellHttp.h"
#include "cellSsl.h"
LOG_CHANNEL(cellHttp);
template<>
void fmt_class_string<CellHttpError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{... | 114,336 | C++ | .cpp | 3,237 | 32.493358 | 184 | 0.750942 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,268 | cellAdec.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellAdec.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_sync.h"
#include "util/media_utils.h"
#ifdef _MSC_VER
#pragma warning(push, 0)
#else
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wext... | 31,515 | C++ | .cpp | 968 | 29.082645 | 152 | 0.684233 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,269 | cellFs.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellFs.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_fs.h"
#include "Emu/Cell/lv2/sys_sync.h"
#include "cellFs.h"
#include <mutex>
LOG_CHANNEL(cellFs);
error_code cellFsGetPath(ppu_thread& ppu, u32 fd, vm::ptr<char> out_path)
{
cellFs.trace(... | 24,263 | C++ | .cpp | 865 | 25.892486 | 164 | 0.712323 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,270 | cellPngDec.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPngDec.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_fs.h"
#include "png.h"
#include "cellPng.h"
#include "cellPngDec.h"
#if PNG_LIBPNG_VER_MAJOR >= 1 && (PNG_LIBPNG_VER_MINOR < 5 \
|| (PNG_LIBPNG_VER_MINOR == 5 && PNG_LIBPNG_VER_RELEASE < 7))
#... | 35,146 | C++ | .cpp | 879 | 37.631399 | 235 | 0.74349 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,271 | cellPhotoDecode.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPhotoDecode.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/VFS.h"
#include "Emu/System.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellPhotoDecode);
// Return Codes
enum CellPhotoDecodeError : u32
{
CELL_PHOTO_DECODE_ERROR_BUSY = 0x8002c901,
CELL_PHOTO_DECODE_ERROR_INTERNAL ... | 5,288 | C++ | .cpp | 147 | 33.768707 | 191 | 0.746181 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,272 | cellFiber.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellFiber.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellFiber.h"
LOG_CHANNEL(cellFiber);
template <>
void fmt_class_string<CellFiberError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellFiberError value)
{
switch (value)
{
STR_CASE(CELL_FIBER_ERROR_AGAIN);
STR_CASE(CELL_FIBER... | 19,127 | C++ | .cpp | 600 | 29.676667 | 261 | 0.78789 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,273 | cellSpudll.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSpudll.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellSpudll.h"
LOG_CHANNEL(cellSpudll);
template<>
void fmt_class_string<CellSpudllError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_SPUDLL_ERROR_INVAL);
STR_CASE(CELL_SPUDLL_ERR... | 1,661 | C++ | .cpp | 54 | 28.407407 | 117 | 0.752357 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,274 | cellMouse.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellMouse.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Io/MouseHandler.h"
#include "cellMouse.h"
error_code sys_config_start(ppu_thread& ppu);
error_code sys_config_stop(ppu_thread& ppu);
extern bool is_input_allowed();
LOG_CHANNEL(cellMouse);
template... | 11,311 | C++ | .cpp | 318 | 33.084906 | 131 | 0.719043 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,275 | sys_libc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_libc.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(sys_libc);
vm::ptr<void> sys_libc_memcpy(vm::ptr<void> dst, vm::cptr<void> src, u32 size)
{
sys_libc.trace("memcpy(dst=*0x%x, src=*0x%x, size=0x%x)", dst, src, size);
::memcpy(dst.get_ptr(), src.get_ptr(), size);
return dst;
}
vm::ptr<void> sys_libc_... | 1,219 | C++ | .cpp | 33 | 35.212121 | 79 | 0.670348 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,276 | cellPesmUtility.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPesmUtility.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellPesmUtility);
error_code cellPesmCloseDevice()
{
UNIMPLEMENTED_FUNC(cellPesmUtility);
return CELL_OK;
}
error_code cellPesmEncryptSample()
{
UNIMPLEMENTED_FUNC(cellPesmUtility);
return CELL_OK;
}
error_code cellPesmEncryptSample2()
{
UNIMPLEME... | 2,269 | C++ | .cpp | 96 | 21.989583 | 68 | 0.830705 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,277 | cellCelp8Enc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellCelp8Enc.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellCelp8Enc.h"
LOG_CHANNEL(cellCelp8Enc);
template <>
void fmt_class_string<CellCelp8EncError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellCelp8EncError value)
{
switch (value)
{
STR_CASE(CELL_CELP8ENC_ERROR_FAILED);
STR_C... | 2,627 | C++ | .cpp | 78 | 31.858974 | 112 | 0.779487 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,278 | sys_libc_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_libc_.cpp | #include "stdafx.h"
#include "Emu/Cell/lv2/sys_tty.h"
#include "Emu/Cell/PPUModule.h"
#include "Utilities/cfmt.h"
LOG_CHANNEL(sysPrxForUser);
// cfmt implementation (TODO)
using qsortcmp = s32(vm::cptr<void> e1, vm::cptr<void> e2);
struct ps3_fmt_src
{
ppu_thread* ctx;
u32 g_count;
static bool test(usz)
{
re... | 10,306 | C++ | .cpp | 395 | 23.802532 | 108 | 0.640592 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,279 | sceNpTrophy.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/Modules/cellMsgDialog.h"
#include "Utilities/rXml.h"
#include "Loader/TRP.h"
#include "Loader/TROPUSR.h"
#include "sceNp.h"
#include "sceNpTroph... | 40,249 | C++ | .cpp | 1,202 | 30.723794 | 167 | 0.717207 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,280 | cellLibprof.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellLibprof.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellLibprof);
error_code cellUserTraceInit()
{
UNIMPLEMENTED_FUNC(cellLibprof);
return CELL_OK;
}
error_code cellUserTraceRegister()
{
UNIMPLEMENTED_FUNC(cellLibprof);
return CELL_OK;
}
error_code cellUserTraceUnregister()
{
UNIMPLEMENTED_FUNC(cel... | 697 | C++ | .cpp | 30 | 21.633333 | 60 | 0.813918 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,281 | cellOskDialog.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellOskDialog.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Io/interception.h"
#include "Emu/Io/Keyboard.h"
#include "Emu/IdManager.h"
#include "Emu/RSX/Overlays/overlay_manager.h"
#include "Emu/RSX/Overlays/overlay_osk.h"
#include "cellSysutil.h"
#include ... | 39,630 | C++ | .cpp | 1,075 | 33.973023 | 255 | 0.745562 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,282 | cellPngEnc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPngEnc.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "cellPngEnc.h"
#include "png.h"
LOG_CHANNEL(cellPngEnc);
template <>
void fmt_class_string<CellPngEncError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellPngEncError value)
{
switch (value)
{
STR_CASE(C... | 6,183 | C++ | .cpp | 194 | 29.582474 | 173 | 0.738896 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,283 | cellKey2char.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellKey2char.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellKb.h"
LOG_CHANNEL(cellKey2char);
// Return Codes
enum CellKey2CharError : u32
{
CELL_K2C_ERROR_FATAL = 0x80121301,
CELL_K2C_ERROR_INVALID_HANDLE = 0x80121302,
CELL_K2C_ERROR_INVALID_PARAMETER = 0x80121303,
CELL_K2C_ERROR_ALREAD... | 4,393 | C++ | .cpp | 155 | 25.935484 | 171 | 0.738333 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,284 | sys_prx_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_prx_.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_prx.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
extern vm::gvar<sys_lwmutex_t> g_ppu_prx_lwm;
// Convert the array of 32-bit pointers to 64-bit pointers using stack allocation
static au... | 8,852 | C++ | .cpp | 208 | 40.485577 | 195 | 0.714619 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,285 | sys_ppu_thread_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_ppu_thread_.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/lv2/sys_ppu_thread.h"
#include "Emu/Cell/lv2/sys_interrupt.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_mutex.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
vm::gvar<sys_lwmutex_t> g_pp... | 7,894 | C++ | .cpp | 232 | 31.801724 | 177 | 0.695201 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,286 | cellPrint.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellPrint.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellSysutil.h"
LOG_CHANNEL(cellPrint);
// Error Codes
enum
{
CELL_PRINT_ERROR_INTERNAL = 0x8002c401,
CELL_PRINT_ERROR_NO_MEMORY = 0x8002c402,
CELL_PRINT_ERROR_PRINTER_NOT_FOUND = 0x8002c403,
CELL_PRINT_ERROR_INVALID_PARAM =... | 4,305 | C++ | .cpp | 136 | 29.823529 | 141 | 0.771739 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,287 | sceNpMatchingInt.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpMatchingInt.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "sceNp.h"
LOG_CHANNEL(sceNpMatchingInt);
error_code sceNpMatchingCancelRequest()
{
UNIMPLEMENTED_FUNC(sceNpMatchingInt);
return CELL_OK;
}
error_code sceNpMatchingGetRoomMemberList(u32 ctx_id, vm::ptr<SceNpRoomId> room_id, vm::ptr<u32> buflen, vm::ptr<vo... | 5,118 | C++ | .cpp | 79 | 63.037975 | 219 | 0.789558 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,288 | cellSpursSpu.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSpursSpu.cpp | #include "stdafx.h"
#include "Loader/ELF.h"
#include "Emu/Memory/vm_reservation.h"
#include "Emu/Cell/SPUThread.h"
#include "Emu/Cell/SPURecompiler.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h"
#include "Emu/Cell/lv2/sys_spu.h"
#include "cellSpurs.h"
#include "util/asm.hpp"
#include "u... | 65,636 | C++ | .cpp | 1,802 | 33.239179 | 183 | 0.693348 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,289 | sceNpPlus.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNpPlus.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(sceNpPlus);
error_code sceNpManagerIsSP()
{
sceNpPlus.warning("sceNpManagerIsSP()");
// TODO seems to be cut to 1 byte by pshome likely a bool but may be more.
return not_an_error(1);
}
DECLARE(ppu_module_manager::sceNpPlus)("sceNpPlus", []()
{
REG... | 360 | C++ | .cpp | 13 | 26.076923 | 75 | 0.752187 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,290 | libsnd3.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/libsnd3.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "libsnd3.h"
LOG_CHANNEL(libsnd3);
template<>
void fmt_class_string<CellSnd3Error>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_SND3_ERROR_PARAM);
STR_CASE(CELL_SND3_ERROR_CREATE_MUTE... | 9,499 | C++ | .cpp | 338 | 26.316568 | 150 | 0.80547 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,291 | cellAvconfExt.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellAvconfExt.cpp | #include "stdafx.h"
#include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "Emu/RSX/rsx_utils.h"
#include "Utilities/StrUtil.h"
#include "cellMic.h"
#include "cellAudioIn.h"
#include "cellAudioOut.h"
#include "cellVideoOut.h"
#include <optional>
LOG_CHANNEL(cellAvconfExt);... | 16,923 | C++ | .cpp | 431 | 36.802784 | 197 | 0.746841 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,292 | cellCelpEnc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellCelpEnc.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellCelpEnc.h"
LOG_CHANNEL(cellCelpEnc);
template <>
void fmt_class_string<CellCelpEncError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](CellCelpEncError value)
{
switch (value)
{
STR_CASE(CELL_CELPENC_ERROR_FAILED);
STR_CASE(C... | 2,700 | C++ | .cpp | 84 | 30.333333 | 110 | 0.775087 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,293 | sys_io_.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_io_.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_event.h"
#include "Emu/Cell/lv2/sys_ppu_thread.h"
#include "Emu/Cell/Modules/sysPrxForUser.h"
LOG_CHANNEL(sys_io);
extern void cellPad_init();
extern void cellKb_init();
extern void cellM... | 5,474 | C++ | .cpp | 198 | 25.176768 | 202 | 0.693029 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,294 | cellVideoPlayerUtility.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellVideoPlayerUtility.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellVideoPlayerUtility);
error_code cellVideoPlayerInitialize()
{
UNIMPLEMENTED_FUNC(cellVideoPlayerUtility);
return CELL_OK;
}
error_code cellVideoPlayerSetStartPosition()
{
UNIMPLEMENTED_FUNC(cellVideoPlayerUtility);
return CELL_OK;
}
error_code ... | 3,160 | C++ | .cpp | 108 | 27.611111 | 82 | 0.86515 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,295 | cellOvis.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellOvis.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_spu.h"
LOG_CHANNEL(cellOvis);
// Return Codes
enum CellOvisError : u32
{
CELL_OVIS_ERROR_INVAL = 0x80410402,
CELL_OVIS_ERROR_ABORT = 0x8041040C,
CELL_OVIS_ERROR_ALIGN = 0x80410410,
};
template<>
void fmt_class_string<CellOvisError>::... | 1,495 | C++ | .cpp | 50 | 28.02 | 98 | 0.76848 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,296 | cellSubDisplay.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSubDisplay.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "cellSubDisplay.h"
LOG_CHANNEL(cellSubDisplay);
template<>
void fmt_class_string<CellSubDisplayError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_SUBDISPLAY_E... | 10,355 | C++ | .cpp | 323 | 29.665635 | 142 | 0.756262 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,297 | cellUserInfo.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellUserInfo.cpp | #include "stdafx.h"
#include "Emu/System.h"
#include "Emu/system_utils.hpp"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/RSX/Overlays/overlay_manager.h"
#include "Emu/RSX/Overlays/overlay_user_list_dialog.h"
#include "cellUserInfo.h"
#include "Utilities/StrUtil.h"
#in... | 11,468 | C++ | .cpp | 341 | 30.653959 | 178 | 0.71501 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,298 | cellSearch.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellSearch.cpp | #include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "cellMusic.h"
#include "cellSysutil.h"
#include <string>
#include "cellSearch.h"
#include "Utilities/StrUtil.h"
#include "util/media_utils.h"
#include <random>
LOG_CHANNEL(cellSearch);
template<>
void fmt_cl... | 71,072 | C++ | .cpp | 1,941 | 33.309634 | 228 | 0.7227 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,299 | cellRtc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellRtc.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellRtc.h"
#include "Emu/Cell/lv2/sys_time.h"
#include "Emu/Cell/lv2/sys_memory.h"
#include "Emu/Cell/lv2/sys_ss.h"
LOG_CHANNEL(cellRtc);
template <>
void fmt_class_string<CellRtcError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto ... | 49,289 | C++ | .cpp | 1,446 | 31.540802 | 219 | 0.699462 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
5,300 | cellJpgEnc.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellJpgEnc.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellJpgEnc.h"
LOG_CHANNEL(cellJpgEnc);
template <>
void fmt_class_string<CellJpgEncError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_JPGENC_ERROR_ARG);
STR_CASE(CELL_JPGENC_ERROR_... | 2,018 | C++ | .cpp | 88 | 20.943182 | 73 | 0.786311 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,301 | cellUsbpspcm.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellUsbpspcm.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellUsbPspcm);
// Return Codes
enum CellUsbpspcmError : u32
{
CELL_USBPSPCM_ERROR_NOT_INITIALIZED = 0x80110401,
CELL_USBPSPCM_ERROR_ALREADY = 0x80110402,
CELL_USBPSPCM_ERROR_INVALID = 0x80110403,
CELL_USBPSPCM_ERROR_NO_MEMORY = ... | 5,306 | C++ | .cpp | 207 | 23.801932 | 75 | 0.802645 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,302 | sceNp2.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sceNp2.cpp | #include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h"
#include "sceNp.h"
#include "sceNp2.h"
#include "Emu/NP/np_handler.h"
#include "Emu/NP/np_contexts.h"
#include "Emu/NP/np_helpers.h"
#include "cellSysutil.h"
LOG_CHANNEL(sceNp2);
template <>
void fmt_class_string<SceNpMatching2Error>::for... | 64,065 | C++ | .cpp | 1,577 | 38.088776 | 203 | 0.768859 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,303 | cellGcmSys.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Memory/vm.h"
#include "Emu/Cell/lv2/sys_ppu_thread.h"
#include "Emu/Cell/lv2/sys_rsx.h"
#include "Emu/RSX/RSXThread.h"
#include "cellGcmSys.h"
#include "sysPrxForUser.h"
#include "util/asm.hpp"
LOG_CHANNEL(cellGcmSys);
tem... | 44,675 | C++ | .cpp | 1,291 | 32.488768 | 212 | 0.728696 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
5,304 | cellRudp.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/cellRudp.cpp | #include "stdafx.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
#include "cellRudp.h"
LOG_CHANNEL(cellRudp);
template <>
void fmt_class_string<CellRudpError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_RUDP_ERROR_NOT_INITIALIZED);... | 7,385 | C++ | .cpp | 292 | 23.113014 | 92 | 0.76887 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
5,305 | sys_mempool.cpp | RPCS3_rpcs3/rpcs3/Emu/Cell/Modules/sys_mempool.cpp | #include "stdafx.h"
#include "Utilities/StrUtil.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_mutex.h"
#include "Emu/Cell/lv2/sys_cond.h"
#include "sysPrxForUser.h"
LOG_CHANNEL(sysPrxForUser);
using sys_mempool_t = u32;
struct memory_pool_t
{
static const u32 id_base = 1;
static const u32 id_st... | 6,436 | C++ | .cpp | 186 | 32.397849 | 170 | 0.723582 | RPCS3/rpcs3 | 15,204 | 1,895 | 1,021 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.