Commit Graph

194 Commits (2b0d7a1d293ca28f6a9022b220720bf8b57a47e8)

Author SHA1 Message Date
Yuri Kunde Schlesner 82528ba7df Common: Add a clone of std::make_unique 10 years ago
Subv bec527fa24 SaveData: Implemented the SystemSaveData archive.
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
10 years ago
Subv ea9ce0fba7 Filesystem/Archives: Implemented the SaveData archive
The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information

Got rid of the code duplication in File and Directory

Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive.

FS_U: Use the correct error code when a file wasn't found
10 years ago
Yuri Kunde Schlesner ac87c3b0d0 Restore the original console color after logging a message.
Fixes #277
10 years ago
Yuri Kunde Schlesner 4d2a6f8b9b Remove old logging system 10 years ago
Yuri Kunde Schlesner 0e0a007a25 Add configurable per-class log filtering 10 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 10 years ago
Yuri Kunde Schlesner 6390c66e95 Implement text path trimming for shorter paths. 10 years ago
Yuri Kunde Schlesner 6b0fb62c47 Re-add coloring to the console logging output. 10 years ago
Yuri Kunde Schlesner 616d874443 New logging system 10 years ago
Yuri Kunde Schlesner 04b1f2936c Add SCOPE_EXIT macro to conveniently execute cleanup actions 10 years ago
Yuri Kunde Schlesner eda30c36ee Added missing include in common_funcs.h 10 years ago
Yuri Kunde Schlesner 8a681cdf3d Remove redundant include from common_funcs.h 10 years ago
bunnei a6791e4fc7 Merge pull request #267 from bunnei/apt-shared-font
APT shared font loading
10 years ago
bunnei 6fe61d3deb APT_U: Added GetSharedFont service function. 10 years ago
Tony Wasserka 33e61ef514 Merge pull request #261 from neobrain/boost
Add Boost as a submodule and add some minor cleanups using Boost.Range
10 years ago
bunnei 5bac72282a Common: Add "sysdata" to GetUserPath and cleanup. 10 years ago
archshift 4763fca9f8 Explicitly specify LE strings to iconv, fixes paths in Steel Diver 10 years ago
Yuri Kunde Schlesner 521e1cb7e0 Remove unused NDMA module 10 years ago
Tony Wasserka 0cd27a511e Some code cleanup. 10 years ago
Tony Wasserka 27280f178b Fix some headers to include their dependencies properly. 10 years ago
Tony Wasserka 3d8c6e61be StringUtil: Perform some minimal cleanup. 10 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 10 years ago
Emmanuel Gil Peyrot f8c05e53c4 Remove unused includes to common/thread.h 10 years ago
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code 10 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 10 years ago
bunnei 40acd63631 Merge pull request #165 from neobrain/viewport-scaling
Stretch emulation output to render window and be display density independent
10 years ago
Lioncash 1a8f466217 Remove extraneous semicolons 10 years ago
Tony Wasserka 5785f764ab EmuWindow: Add some explicit documentation and set proper minimal client area size. 10 years ago
Tony Wasserka 6a6464807a EmuWindow: Add a TODO.
Implementing this function currently is not critical, as we don't perform any configuration changes, yet.

However, the interface is a good starting point for adding this functionality.
10 years ago
Tony Wasserka e02ff0121f MathUtil: Make Rectangle work with unsigned types. 10 years ago
Tony Wasserka 19bb01c223 EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. 10 years ago
Tony Wasserka 182476c96a EmuWindow: Remove window title getters/setters.
The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there.
Providing properly thread-safe window title getters and setters is a mess anyway.
10 years ago
Tony Wasserka ded9c8a826 EmuWindow: Add documentation. 10 years ago
Tony Wasserka 722ce22589 EmuWindow: Add support for specifying minimal client area sizes. 10 years ago
Tony Wasserka bd8f491e4c Fixup EmuWindow interface and implementations thereof. 10 years ago
Kevin Hartman 221a9b023d Viewport scaling and display density independence
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window.
On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
10 years ago
Tony Wasserka c8d933a142 Add a GUI logging channel.
Replace asserts with _dbg_assert_.
10 years ago
Lioncash 827e7a1898 emu_window: Fix initializer list order.
Gets rid of a warning on OSX.
10 years ago
archshift 1f7c4ab7f6 Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions 10 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 10 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code.
This was automated using `clang-modernize`.
10 years ago
Yuri Kunde Schlesner da564d3fe0 Fix compile errors in Clang 10 years ago
Tony Wasserka a7a57c04c6 Merge pull request #150 from lioncash/typo
bit_field: Fix a typo in the sample usage.
10 years ago
Lioncash 2dce9b2ead bit_field: Fix a typo in the sample usage. 10 years ago
archshift 7fa4dbd0c6 Removed uses of raw c-string manipulation functions. 10 years ago
bunnei ce8390ac03 Merge pull request #133 from archshift/sdmc-enabled
Use config files to store whether SDMC is enabled or not, auto-create SDMC dir.
10 years ago
Yuri Kunde Schlesner b75ac24391 Use std sized types instead of platform specific typedefs 10 years ago
archshift a7c7946867 Common: Return from CreateFullPath early if the directory creation fails 10 years ago
bunnei a171000cbe Merge pull request #108 from archshift/config
Configuration files
10 years ago