summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei
2018-08-31core: Make the main System class use the PImpl idiomLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-28Merge pull request #1193 from lioncash/privbunnei
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-28hle/result: Make ResultVal's move constructor as noexceptLioncash
2018-08-27Merge pull request #1177 from lioncash/errbunnei
2018-08-27Merge pull request #1188 from lioncash/unusedbunnei
2018-08-27Merge pull request #1175 from lioncash/nsbunnei
2018-08-27Merge pull request #1187 from lioncash/shadowbunnei
2018-08-27vfs_real: Remove unused variable in CreateDirectoryRelative()Lioncash
2018-08-27registered_cache: Get rid of variable shadowing in ProcessFiles()Lioncash
2018-08-27Merge pull request #1176 from lioncash/infobunnei
2018-08-27Merge pull request #1174 from lioncash/debugbunnei
2018-08-27Merge pull request #1162 from ogniK5377/ttf-plubunnei
2018-08-27Merge pull request #1168 from lioncash/headerbunnei
2018-08-27Merge pull request #1171 from lioncash/truebunnei
2018-08-26set: Fixed GetAvailableLanguageCodes() to follow the max_entriestech4me
2018-08-25kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHEDLioncash
2018-08-25kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONGLioncash
2018-08-25kernel/error: Add error code for the handle table being fullLioncash
2018-08-25kernel/error: Add error code for invalid memory permissionsLioncash
2018-08-25kernel/error: Correct kernel error code for invalid combinationLioncash
2018-08-25Merge pull request #1166 from lioncash/typoSebastian Valle
2018-08-25svc: Return process title ID if queried in GetInfo()Lioncash
2018-08-24Merge pull request #1094 from DarkLordZach/nax0Mat M
2018-08-24file_sys/crypto: Fix missing/unnecessary includesZach Hilman
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-24debug_utils: Remove unused includesLioncash
2018-08-24Merge pull request #1065 from DarkLordZach/window-titleZach Hilman
2018-08-24core: Remove always true conditionals in Load()Lioncash
2018-08-23hid: Move core include to cpp fileLioncash
2018-08-23filesystem: Fix typo in log messageLioncash
2018-08-23xci: Ignore NCA files with updates in secureZach Hilman
2018-08-23content_archive: Add update title detectionZach Hilman
2018-08-23Added GetBootMode (#1107)David
2018-08-23qt: Add filename and title id to window title while runningZach Hilman
2018-08-24Addressed plu TTF changesDavid Marcec
2018-08-23key_manager: Eliminate indexed for loopZach Hilman
2018-08-23key_manager: Create keys dir if it dosen't existZach Hilman
2018-08-23file_sys: Cut down on includes and copiesZach Hilman
2018-08-23crypto: Eliminate magic constantsZach Hilman
2018-08-23key_manager: Add support for autogenerated keysZach Hilman
2018-08-23key_manager: Add support for KEK and SD seed derivationZach Hilman
2018-08-23key_manager: Switch to boost flat_map for keysZach Hilman
2018-08-23file_sys: Implement NAX containersZach Hilman
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman
2018-08-23sdmc_factory: Add SDMC RegisteredCache getterZach Hilman
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman