3434 Commits (90042f35a5b5e28dcf0ad11bae41a89486502c56)

Author SHA1 Message Date
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash b7e7ddbdfc core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() 8 years ago
Lioncash 26e188d074 service/prepo: Add missing header guard 8 years ago
Lioncash 81bf614695 vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() 8 years ago
Lioncash b1b1c60009 core/memory, core/hle/kernel: Use std::move where applicable 8 years ago
Lioncash 74185c108e core: Make System's default constructor private 8 years ago
Lioncash e72928762f core: Don't construct instance of Core::System, just to access its live instance 8 years ago
Lioncash 40096de1fc hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode 8 years ago
Zach Hilman 03480ff436 Fill in more fields in TouchScreenEntryTouch 8 years ago
Zach Hilman 25becb080e Single touch support 8 years ago
bunnei ad40c27409 vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. 8 years ago
bunnei 3ff59a95d5 vi: Fix size for ListDisplays default display. 8 years ago
bunnei 42b866afc5 vi: Partially implement buffer crop parameters. 8 years ago
Zach Hilman 753d85fb0c General Filesystem and Save Data Fixes (#670) 8 years ago
bunnei df66fadc12 nvflinger: Fix for BufferQueue event handling. 8 years ago
Michael Scire 045893374f Kernel/Arbiter: Fix bug in WaitIfLessThan 8 years ago
MerryMage bd97579188 scheduler: Clear exclusive state when switching contexts 8 years ago
James Rowe 12e7a3065a HID: Update controllers less often 8 years ago
Subv a4f321da14 Services/BSD: Corrected the return for StartMonitoring according to SwIPC. 8 years ago
Subv d4a639a08e FileSys: Append the requested path to the filesystem base path in DeleteFile. 8 years ago
David Marcec 66bd4de380 No need to use ASSERT_MSG with an empty message 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
David Marcec 0b2adb2672 We only need to alert for memory pool changes 8 years ago
David Marcec 761d44eea4 initialized voice status and unused sizes in the update data header 8 years ago
David Marcec 7d5403fc89 Audout "Auto" functions 8 years ago
David Marcec 3fcb7978f0 Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted 8 years ago
bunnei d613d8ee52 hid: Fix timestamps and controller type. 8 years ago
David Marcec bc85c649c1 NvOsGetConfigU32 production impl 8 years ago
bunnei 99a359777c savedata_factory: Always create a save directory for games. 8 years ago
bunnei 8924486715 nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips. 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
David 051040caaf Update AudioRenderer Voice Sections (#614) 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Subv 4c6cb7161a GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. 8 years ago
Subv a90bbff826 nvmap: Return the address of the nvmap object when Freeing it for the last time. 8 years ago
bunnei 47ba060950 settings: Add a configuration for use_accurate_framebuffers. 8 years ago
David e4479c5b55 Send the correct RequestUpdateAudioRenderer revision in the output header (#587) 8 years ago
mailwl 5ffac05099 Service/Audio: add hwopus service, stub GetWorkBufferSize function 8 years ago
David 1a6e4c3a2e Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) 8 years ago
David a86258dfc1 Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) 8 years ago
mailwl 29f156eb60 IPC: skip empty buffer write 8 years ago
Michael Scire a3509a9e74 Kernel/Arbiters: Fix casts, cleanup comments/magic numbers 8 years ago
Michael Scire 28fe461cd3 Add additional missing format. 8 years ago
Michael Scire 96617f16ed Run clang-format on PR. 8 years ago
Michael Scire 9d83964c1b Kernel/Arbiters: HLE is atomic, adjust code to reflect that. 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Michael Scire 2a0ea82fec Kernel/Arbiters: Initialize arb_wait_address in thread struct. 8 years ago
Michael Scire 3aa03cca5a Kernel/Arbiters: Clear WaitAddress in SignalToAddress 8 years ago