195 Commits (cc5746abfe838fa130dd8be58219e00ae292a8fe)

Author SHA1 Message Date
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
archshift 4763fca9f8 Explicitly specify LE strings to iconv, fixes paths in Steel Diver 11 years ago
Yuri Kunde Schlesner 521e1cb7e0 Remove unused NDMA module 11 years ago
Tony Wasserka 0cd27a511e Some code cleanup. 11 years ago
Tony Wasserka 27280f178b Fix some headers to include their dependencies properly. 11 years ago
Tony Wasserka 3d8c6e61be StringUtil: Perform some minimal cleanup. 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
Emmanuel Gil Peyrot f8c05e53c4 Remove unused includes to common/thread.h 11 years ago
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Lioncash 1a8f466217 Remove extraneous semicolons 11 years ago
Tony Wasserka 5785f764ab EmuWindow: Add some explicit documentation and set proper minimal client area size. 11 years ago
Tony Wasserka 6a6464807a EmuWindow: Add a TODO. 11 years ago
Tony Wasserka e02ff0121f MathUtil: Make Rectangle work with unsigned types. 11 years ago
Tony Wasserka 19bb01c223 EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. 11 years ago
Tony Wasserka 182476c96a EmuWindow: Remove window title getters/setters. 11 years ago
Tony Wasserka ded9c8a826 EmuWindow: Add documentation. 11 years ago
Tony Wasserka 722ce22589 EmuWindow: Add support for specifying minimal client area sizes. 11 years ago
Tony Wasserka bd8f491e4c Fixup EmuWindow interface and implementations thereof. 11 years ago
Kevin Hartman 221a9b023d Viewport scaling and display density independence 11 years ago
Tony Wasserka c8d933a142 Add a GUI logging channel. 11 years ago
Lioncash 827e7a1898 emu_window: Fix initializer list order. 11 years ago
archshift 1f7c4ab7f6 Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. 11 years ago
Yuri Kunde Schlesner da564d3fe0 Fix compile errors in Clang 11 years ago
Lioncash 2dce9b2ead bit_field: Fix a typo in the sample usage. 11 years ago
archshift 7fa4dbd0c6 Removed uses of raw c-string manipulation functions. 11 years ago
Yuri Kunde Schlesner b75ac24391 Use std sized types instead of platform specific typedefs 11 years ago
archshift a7c7946867 Common: Return from CreateFullPath early if the directory creation fails 11 years ago
archshift e6594f9f53 Added configuration file system. 11 years ago
Emmanuel Gil Peyrot fbd72fd6bf Common: Add a helper function to generate a 8.3 filename from a long one. 11 years ago
Lioncash ca2f0de08a Fix warnings in core and common 11 years ago
Lioncash ff442d6cf9 chunk_file: General cleanup 11 years ago
archshift 1966f7b0ad Use the citra user path for the sdmc directory 11 years ago