3879 Commits (aaed7027903544c80df4e03f62a96ba8ffa9cf5e)

Author SHA1 Message Date
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 7 years ago
Lioncash 9f6aa5cda8 kernel/svc: Log svcBreak parameters 7 years ago
Lioncash 893faf13d7 emu_window: Ensure WindowConfig members are always initialized 7 years ago
Lioncash fca92a1d36 mm_u: Forward all old variants of functions to the new ones 7 years ago
Lioncash cf247dc630 mm_u: Move implementation class into the cpp file 7 years ago
Lioncash 053cab51ce audout_u: Correct IAudioOut initializer list order 7 years ago
MerryMage 092d385d53 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 7 years ago
Lioncash 3485963fec kernel/object: Tighten object against data races 7 years ago
David Marcec dc6dcaf416 Registered missing channel devices 7 years ago
David Marcec 10e054e941 Added missing channel devices 7 years ago
Subv 21fa6cb72c CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 7 years ago
Subv a063b51094 Kernel/SVC: Don't reschedule the current core when creating a new thread. 7 years ago
Subv 42d6bbcb7c Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
Subv c51eb8b679 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Subv 5fe52770ea Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 7 years ago
Subv cbf854666d Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 7 years ago
Subv 8f493f43e7 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 7 years ago
Lioncash cdeac9103f vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 7 years ago
Lioncash 6082427cbd scheduler: Make HaveReadyThreads() a const member function 7 years ago
David Marcec b5f7e35139 GetAudioDeviceServiceWithRevisionInfo 7 years ago
Lioncash ab4821d4b3 hid: disable clang-format around tables 7 years ago
Lioncash 4ca059c59a hid: Stub DisconnectNpad() 7 years ago
Lioncash 7803b153d8 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 7 years ago
Lioncash 91c673cac7 card_image: Use type aliases to shorten definitions 7 years ago
Lioncash d323d72fd5 card_image: Simplify return statement of GetSubdirectories() 7 years ago
David Marcec 7d49bcdb1b Pushed the requested sample rate instead of our fixed sample rate 7 years ago
David Marcec bba02ec641 made ResultStatus a u16 7 years ago
David Marcec f3ef58207e Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 7 years ago
David Marcec fd0319efd5 Stub UpdateUserPresence 7 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 7 years ago
bunnei 94a58af2a2 friend: Stub DeclareCloseOnlinePlaySession. 7 years ago
bunnei 3c1015b576 friend: Fix CreateFriendService to return an IFriendService interface. 7 years ago
bunnei 3d00bc6ad7 server_session: Provide more useful information and don't crash on bad IPC request. 7 years ago
Lioncash 53e86e35eb core: Namespace EmuWindow 7 years ago
Lioncash 38049444da video_core; Get rid of global g_toggle_framelimit_enabled variable 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Lioncash ff9e0e9727 buffer_queue: Make reference parameter of SetPreallocatedBuffer const 7 years ago
Lioncash b9ec5ec5b4 hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const 7 years ago
Zach Hilman e883f6faa8 vfs: Fix documentation 7 years ago
Zach Hilman 1e2232797a vfs: Fix typo in VfsFilesystem docs 7 years ago
Zach Hilman b43d01f09b file_util: Use enum instead of bool for specifing path behavior 7 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman a92960a5d6 vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory 8 years ago
Zach Hilman d4ca68f3c5 file_sys: Add missing include in savedata_factory 8 years ago
Zach Hilman 4cbef33915 core: Port core to VfsFilesystem for file access 8 years ago
Zach Hilman 4f44293e63 vfs: Add unreachable assert to file permissions converter 8 years ago
Zach Hilman 6b97b22716 vfs: Add RealVfsFilesystem implementation 8 years ago
Zach Hilman 325a55bb1e vfs: Add VfsFilesystem interface and default implementation 8 years ago