aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-08-12Merge pull request #1043 from Subv/timingbunnei
2018-08-12Merge pull request #1036 from lioncash/threadbunnei
2018-08-12Merge pull request #1042 from Subv/racesbunnei
2018-08-12Merge pull request #1041 from Subv/duplicated_mutexbunnei
2018-08-12CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv
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-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-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-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-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-09Merge pull request #997 from lioncash/const-funcbunnei
2018-08-09Merge pull request #990 from lioncash/entrybunnei
2018-08-09Merge pull request #897 from DarkLordZach/vfs-accuracy-2bunnei
2018-08-09buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash
2018-08-09hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter constLioncash
2018-08-08vfs: Fix documentationZach Hilman
2018-08-08Merge pull request #986 from mailwl/acc-loadimagebunnei
2018-08-08vfs: Fix typo in VfsFilesystem docsZach Hilman
2018-08-08file_util: Use enum instead of bool for specifing path behaviorZach Hilman
2018-08-08loader: Remove unused IdentifyFile overloadZach Hilman
2018-08-08vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryZach Hilman
2018-08-08file_sys: Add missing include in savedata_factoryZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-08vfs: Add unreachable assert to file permissions converterZach Hilman
2018-08-08vfs: Add RealVfsFilesystem implementationZach Hilman
2018-08-08vfs: Add VfsFilesystem interface and default implementationZach Hilman
2018-08-08filesystem: Remove unnecessary if conditionsZach Hilman