857 Commits (71c4e876efd20e0bae875a80effe2bc5561453e7)

Author SHA1 Message Date
Yuri Kunde Schlesner cd1fbfcf1b Add profiling infrastructure and widget 11 years ago
Emmanuel Gil Peyrot 129ad721c1 Common: Switch to the XDG Base Directory Specification for directory selection. 11 years ago
archshift 0420a4d1de Added information reporting from ThrowFatalError 11 years ago
Emmanuel Gil Peyrot 54d6f6c82b Common: Change names containing “Dolphin” or “PPSSPP” to something more generic. 11 years ago
archshift 4fb75d220a Misc cleanup of common and related functions 11 years ago
archshift 302f0b32f5 Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h 11 years ago
archshift 49f94b82b4 Remove "super lame/broken" file_search compilation unit that was leftover from Dolphin 11 years ago
archshift 961f65d1fe Remove redundant utf8 compilation unit that was leftover from Dolphin 11 years ago
archshift 9f7f1a2272 Remove useless extended_trace compilation unit that was leftover from Dolphin 11 years ago
archshift 5efd149ad5 Remove the useless msg_handler compilation unit that was left over from Dolphin 11 years ago
Yuri Kunde Schlesner 714d507938 Asserts: Use lambdas to keep assertion code away from the main code path 11 years ago
purpasmart96 c3c309f33d ConfigMem: Clean up the Config memory to be more like the shared page and moved 11 years ago
Lioncash 3c474a7d31 backend: Add logging subentry for ldr 11 years ago
Subv 8e2b248e05 Build: Fixed some warnings 11 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h 11 years ago
purpasmart96 60ce36f721 Services: Stub some functions 11 years ago
chinhodado 34cce345a7 Fix a wrong file name in a comment 11 years ago
Yuri Kunde Schlesner fc11aff955 Common: Fix SCOPE_EXIT to actually create unique identifiers. 11 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
archshift 228843c43e Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. 11 years ago
Yuri Kunde Schlesner 122c2bb324 Common: Clean up ThreadQueueList 11 years ago
Subv 9bf82beb4c CoreTiming: Ported the CoreTiming namespace from PPSSPP 11 years ago
Emmanuel Gil Peyrot 6b411c63c9 Common: Remove dead platform #ifdefs to make the code more readable. 11 years ago
Emmanuel Gil Peyrot 66e06f65c4 Common: Use std::abs instead of abs, using abs with cmath fails on some systems. 11 years ago
Emmanuel Gil Peyrot ffe4cc9c5a Common: Remove the unused x86-specific 128-bit float type. 11 years ago
Subv 71a063f45c Archives: Changed the way paths are built for the archives. 11 years ago
Subv cfd7b219f6 SaveDataCheck: Move the files to nand/title 11 years ago
Subv 3bc9f5509b Archives: Change the folder layout of some archives. 11 years ago
Subv aade417b14 Archives: Reduced duplicate code in RomFS and SaveCheck. 11 years ago
Subv 97a7381d29 SOC_U: Preliminary implementation of sockets. 11 years ago
darkf 5d10b212ec Fix MSVC-related #defines and add CMakeLists comment 11 years ago
Subv 2c89d4d5cd Archives: Implemented ExtSaveData and SharedExtSaveData 11 years ago
Chin 0199a7d9ef More warning cleanups 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Tony Wasserka 95be6a09b2 BitField: Add an explicit Assign method. 11 years ago
Yuri Kunde Schlesner 82528ba7df Common: Add a clone of std::make_unique 11 years ago
Subv bec527fa24 SaveData: Implemented the SystemSaveData archive. 11 years ago
Subv ea9ce0fba7 Filesystem/Archives: Implemented the SaveData archive 11 years ago
Yuri Kunde Schlesner ac87c3b0d0 Restore the original console color after logging a message. 11 years ago
Yuri Kunde Schlesner 4d2a6f8b9b Remove old logging system 11 years ago
Yuri Kunde Schlesner 0e0a007a25 Add configurable per-class log filtering 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
Yuri Kunde Schlesner 6390c66e95 Implement text path trimming for shorter paths. 11 years ago
Yuri Kunde Schlesner 6b0fb62c47 Re-add coloring to the console logging output. 11 years ago
Yuri Kunde Schlesner 616d874443 New logging system 11 years ago
Yuri Kunde Schlesner 04b1f2936c Add SCOPE_EXIT macro to conveniently execute cleanup actions 11 years ago
Yuri Kunde Schlesner eda30c36ee Added missing include in common_funcs.h 11 years ago
Yuri Kunde Schlesner 8a681cdf3d Remove redundant include from common_funcs.h 11 years ago
bunnei 6fe61d3deb APT_U: Added GetSharedFont service function. 11 years ago
bunnei 5bac72282a Common: Add "sysdata" to GetUserPath and cleanup. 11 years ago