summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Implement GetDefaultDisplayResolutionChangeEventGravatar greggameplayer2018-08-162-1/+13
* | | | | | Merge pull request #1087 from MerryMage/dynarmicGravatar bunnei2018-08-161-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dynarmic: Update to 550d662Gravatar MerryMage2018-08-161-0/+3
* | | | | | Merge pull request #1085 from lioncash/namespaceGravatar bunnei2018-08-162-12/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | common: Namespace hex_util.h/.cppGravatar Lioncash2018-08-152-12/+14
| |/ / / /
* | | | | Merge pull request #1075 from lioncash/includeGravatar bunnei2018-08-164-35/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | loader/nca: Remove unnecessary includes and member variablesGravatar Lioncash2018-08-152-20/+11
| * | | | loader/xci: Remove unnecessary includes and member variablesGravatar Lioncash2018-08-152-15/+11
| | |_|/ | |/| |
* | | | Merge pull request #1005 from DarkLordZach/registered-fmtGravatar bunnei2018-08-1524-58/+1135
|\ \ \ \
| * | | | registration: Various style and documentation improvementsGravatar Zach Hilman2018-08-123-18/+22
| * | | | registration: Add support for force overwrite of installedGravatar Zach Hilman2018-08-112-22/+48
| * | | | vfs_real: Add CreateFullPath to Create* operationsGravatar Zach Hilman2018-08-112-13/+6
| * | | | control_metadata: Remove unnecessary reference to base fileGravatar Zach Hilman2018-08-112-2/+1
| * | | | romfs: Remove cyclic shared_ptr leak in romfs codeGravatar Zach Hilman2018-08-113-8/+8
| * | | | registration: Update documentation and styleGravatar Zach Hilman2018-08-115-42/+69
| * | | | nca_metadata: Remove unnecessary reference to base fileGravatar Zach Hilman2018-08-112-3/+2
| * | | | bis_factory: Create NAND dirs if they don't existGravatar Zach Hilman2018-08-111-2/+9
| * | | | registration: Take RawCopy function as parameterGravatar Zach Hilman2018-08-112-10/+15
| * | | | registered_cache: Fix missing reading from yuzu_metaGravatar Zach Hilman2018-08-111-7/+16
| * | | | file_sys: Comply to style guidelinesGravatar Zach Hilman2018-08-116-27/+38
| * | | | qt: Add 'Install to NAND' option to menuGravatar Zach Hilman2018-08-112-1/+2
| * | | | file_sys: Add RegisteredCacheGravatar Zach Hilman2018-08-112-0/+543
| * | | | file_sys: Add support for parsing NCA metadata (CNMT)Gravatar Zach Hilman2018-08-113-0/+238
| * | | | card_image: Add accessor for all NCAs in XCIGravatar Zach Hilman2018-08-112-0/+5
| * | | | vfs_real: Add CreateFullPath to CreateFileGravatar Zach Hilman2018-08-111-3/+6
| * | | | filesystem: Add Open and Register functions for BISFactoryGravatar Zach Hilman2018-08-112-4/+23
| * | | | bis_factory: Add partial implementation of BISFactoryGravatar Zach Hilman2018-08-112-0/+54
| * | | | loader: Join 0* files in directory if filename is 00Gravatar Zach Hilman2018-08-111-1/+33
| * | | | loader: Recognize filename '00' as NCAGravatar Zach Hilman2018-08-111-0/+2
| * | | | vfs: Add ConcatenatedVfsFileGravatar Zach Hilman2018-08-112-0/+134
| * | | | crypto: Remove hex utilities from key_managerGravatar Zach Hilman2018-08-112-36/+2
* | | | | Merge pull request #1078 from lioncash/messageGravatar bunnei2018-08-151-2/+20
|\ \ \ \ \
| * | | | | lm: Use LOG_DEBUG for printing out trace logsGravatar Lioncash2018-08-151-1/+1
| * | | | | lm: Handle threads and modules within the loggerGravatar Lioncash2018-08-151-1/+19
* | | | | | Merge pull request #1079 from lioncash/fmtGravatar bunnei2018-08-153-12/+11
|\ \ \ \ \ \
| * | | | | | loader: Make ResultStatus directly compatible with fmtGravatar Lioncash2018-08-153-12/+11
| |/ / / / /
* | | | | | Merge pull request #1051 from B3n30/UnscheduleEventThreadsafeGravatar bunnei2018-08-153-1/+12
|\ \ \ \ \ \
| * | | | | | Core::CoreTiming: add UnscheduleEventThreadsafeGravatar B3n302018-08-133-1/+12
* | | | | | | Merge pull request #1080 from lioncash/retGravatar bunnei2018-08-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | sm/controller: Correct return value of QueryPointerBufferSizeGravatar Lioncash2018-08-151-1/+1
| | |/ / / / / | |/| | | | |
* / | | | | | kernel/server_session: Add IsSession() member functionGravatar Lioncash2018-08-153-3/+8
|/ / / / / /
* | | | | | Merge pull request #1067 from lioncash/initGravatar bunnei2018-08-141-3/+3
|\ \ \ \ \ \
| * | | | | | emu_window: Ensure WindowConfig members are always initializedGravatar Lioncash2018-08-141-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1073 from lioncash/3dsGravatar bunnei2018-08-146-17/+0
|\ \ \ \ \ \
| * | | | | | loader: Remove address mapping remnants from citraGravatar Lioncash2018-08-146-17/+0
| |/ / / / /
* | | | | | Merge pull request #1072 from lioncash/svcGravatar bunnei2018-08-141-2/+5
|\ \ \ \ \ \
| * | | | | | kernel/svc: Log svcBreak parametersGravatar Lioncash2018-08-141-2/+5
| |/ / / / /
* | | | | | Merge pull request #1056 from lioncash/mmGravatar bunnei2018-08-142-46/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | mm_u: Forward all old variants of functions to the new onesGravatar Lioncash2018-08-131-5/+11
| * | | | | mm_u: Move implementation class into the cpp fileGravatar Lioncash2018-08-132-46/+46