89 Commits (e0f8f75f43abb2e449885f60e7ad5bc30e4dd753)

Author SHA1 Message Date
TheKoopaKingdom e0f8f75f43 Addressed Bunnei's review comments, and made some other tweaks: 9 years ago
TheKoopaKingdom fa11f957f4 Switched to the ERROR_NOT_FOUND constant from errors.h. 9 years ago
TheKoopaKingdom cee9b78a15 Made some changes from review comments: 9 years ago
Yuri Kunde Schlesner 782c6b1923 FS: Remove unused result definition 9 years ago
Yuri Kunde Schlesner 2d147a1c0d FileSys: Move all result description to errors.h 9 years ago
bunnei 5d22844f3e core: Remove HLE module, consolidate code & various cleanups. 9 years ago
wwylele 267f26d7df FS: fix debug build from #2249 9 years ago
Subv 3e80a1a1c1 Fixed the codestyle to match our clang-format rules. 9 years ago
Subv 6df6ad46c4 Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. 9 years ago
Subv 17d8d69c6e Added a framework for partially handling Session disconnections. 9 years ago
Subv 708ece3fff Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl. 9 years ago
Subv 4c4f50dfaf Fixed the rebase mistakes. 9 years ago
Subv 4f2326c8a9 A bit of a redesign. 9 years ago
Subv 302ef594a6 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago
wwylele 1e4a1598fd FileSys: Implement OtherSaveData 9 years ago
wwylele 37e9404489 FileSys: abstract SD save data archive source 9 years ago
wwylele 01964d37fb FileSys: rename SaveDataCheck archive to NCCH archive 9 years ago
wwylele a14bab3b8b FileSys: add SDMCWriteOnlyArchive 9 years ago
wwylele 657bb716f7 FileSys: make Archive interfaces return error code 9 years ago
wwylele b2fa64ec75 fs: implement DeleteDirectoryRecursively 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
JamePeng c7d5fee7fb Fix the errorcode of archive handle 10 years ago
wwylele 5489701b38 Service::CFG/FS: add and refactor out utilities for front-end 10 years ago
Subv b502c2e4d0 Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions. 10 years ago
MerryMage dfe7263cd4 FS/Archive: Remove use of Memory::GetPointer 10 years ago
tfarley 459035a108 HWRasterizer: Texture forwarding 10 years ago
MerryMage 9f9c987924 Common: Remove Common::make_unique, use std::make_unique 10 years ago
Subv b94133bd71 HLE/FS: Change the error code returned when an ExtSaveData archive is not found. 10 years ago
Subv 438f0cb335 HLE/FS: Corrected some style concerns. 10 years ago
Subv 9773d90363 HLE/FS: Implemented GetFormatInfo 10 years ago
Subv 90d5e8b597 HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist. 10 years ago
Subv 6983167205 HLE/FS: Return the proper error codes when opening files. 10 years ago
Subv a871f0b7d0 HLE/FS: Fixed the OpenDirectory error code 10 years ago
Subv bbbdb660af HLE/FS: Return the proper error codes on file Read/Write operations. 10 years ago
Subv e248331abc HLE/FS: Corrected the error codes for DeleteFile 10 years ago
Subv 3c9508c468 HLE/FS: FS::CreateFile takes an u64 for the file size. 10 years ago
archshift 5da25ae7d0 Implement FS_User::GetFreeBytes 10 years ago
Yuri Kunde Schlesner a1f08788d9 Archive: Correct a few incorrect types in function signatures 11 years ago
Emmanuel Gil Peyrot e5fcabdd69 Core: Cleanup file_sys includes. 11 years ago
Subv 66c1db7288 ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Yuri Kunde Schlesner 6f89d25f90 FileSys: Clean-up includes, de-inline destructors 11 years ago
Subv 1d61cd4460 Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData 11 years ago
Subv 83a8975cb8 Services: Moved the PTM and APT services to their own folder 11 years ago
Subv 9db5c9b6dc Archives: Properly implemented the SystemSaveData archive. 11 years ago
Subv 8e2b248e05 Build: Fixed some warnings 11 years ago