aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-08-12Kernel/SVC: Don't reschedule the current core when creating a new thread.Subv
2018-08-12Core/HLE: Make the 'reschedule_pending' flag atomic.Subv
2018-08-12CPU/HLE: Lock the HLE mutex before performing a reschedule.Subv
2018-08-12Kernel/Threads: Lock the HLE mutex when executing the wakeup callback.Subv
2018-08-12Kernel/Thread: Always use the threadsafe option when scheduling wakeups.Subv
2018-08-12Kernel/Mutex: Don't duplicate threads in the mutex waiter list.Subv
2018-08-12vfs: Make VfsFilesystem constructor explicitLioncash
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-08-12Merge pull request #1025 from ogniK5377/bad-castbunnei
2018-08-12registration: Various style and documentation improvementsZach Hilman
2018-08-12Merge pull request #1035 from ogniK5377/audio-dev-revision-infobunnei
2018-08-12Merge pull request #1028 from ogniK5377/aoabunnei
2018-08-12scheduler: Make HaveReadyThreads() a const member functionLioncash
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
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