aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-08-12hid: disable clang-format around tablesLioncash
2018-08-12hid: Stub DisconnectNpad()Lioncash
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash
2018-08-12card_image: Use type aliases to shorten definitionsLioncash
2018-08-12card_image: Simplify return statement of GetSubdirectories()Lioncash
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12made ResultStatus a u16David Marcec
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-12Stub UpdateUserPresenceDavid Marcec
2018-08-12Fixed invalid cast in loaderDavid Marcec
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11vfs_real: Add CreateFullPath to Create* operationsZach Hilman
2018-08-11control_metadata: Remove unnecessary reference to base fileZach Hilman
2018-08-11romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman
2018-08-11registration: Update documentation and styleZach Hilman
2018-08-11nca_metadata: Remove unnecessary reference to base fileZach Hilman
2018-08-11bis_factory: Create NAND dirs if they don't existZach Hilman
2018-08-11registration: Take RawCopy function as parameterZach Hilman
2018-08-11registered_cache: Fix missing reading from yuzu_metaZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11file_sys: Add RegisteredCacheZach Hilman
2018-08-11file_sys: Add support for parsing NCA metadata (CNMT)Zach Hilman
2018-08-11card_image: Add accessor for all NCAs in XCIZach Hilman
2018-08-11vfs_real: Add CreateFullPath to CreateFileZach Hilman
2018-08-11filesystem: Add Open and Register functions for BISFactoryZach Hilman
2018-08-11bis_factory: Add partial implementation of BISFactoryZach Hilman
2018-08-11loader: Join 0* files in directory if filename is 00Zach Hilman
2018-08-11loader: Recognize filename '00' as NCAZach Hilman
2018-08-11vfs: Add ConcatenatedVfsFileZach Hilman
2018-08-11crypto: Remove hex utilities from key_managerZach Hilman
2018-08-11Merge pull request #1022 from bunnei/fix-splatbunnei
2018-08-11friend: Stub DeclareCloseOnlinePlaySession.bunnei
2018-08-11friend: Fix CreateFriendService to return an IFriendService interface.bunnei
2018-08-11server_session: Provide more useful information and don't crash on bad IPC re...bunnei
2018-08-11core: Namespace EmuWindowLioncash
2018-08-11Merge pull request #970 from DarkLordZach/loader-errorsbunnei
2018-08-12Better UUID randomnessDavid Marcec
2018-08-12Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec
2018-08-12Added better explanations in the profile managerDavid Marcec
2018-08-12Code cleanup for profile managerDavid Marcec
2018-08-12Removed const from ProfileBase InvalidateDavid Marcec
2018-08-11fixed invalid uuid bool operatorDavid Marcec
2018-08-11Added GetOpenUserCountDavid Marcec
2018-08-11Removed all for loops from the profile managerDavid Marcec
2018-08-11Added missing ListAllUsers countDavid Marcec
2018-08-11If statement style changeDavid Marcec
2018-08-11Second round of account changesDavid Marcec
2018-08-11First round of account changesDavid Marcec
2018-08-11Refactored profile manager sharingDavid Marcec