3953 Commits (dd70ddad7edb7cfbdddaed0ac657544a613d46e2)

Author SHA1 Message Date
Lioncash 1831b5ef62
loader/nso: Remove unnecessary vector resizes 8 years ago
Lioncash e3a30ccc7c
loader/nso: Resolve sign mismatch warnings 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash 72207577b2 core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() 8 years ago
Lioncash 2cd3141c30 address_arbiter: Correct assignment within an assertion statement in WakeThreads() 8 years ago
Lioncash 296e68fd43 service/prepo: Add missing header guard 8 years ago
Lioncash 93cba6f699 vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() 8 years ago
Lioncash 46458e7284 core/memory, core/hle/kernel: Use std::move where applicable 8 years ago
Lioncash 10d2ab8098 core: Make System's default constructor private 8 years ago
Lioncash 3a4841e403 core: Don't construct instance of Core::System, just to access its live instance 8 years ago
Lioncash 079be8032d hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode 8 years ago
Zach Hilman c337272ca9 Fill in more fields in TouchScreenEntryTouch 8 years ago
Zach Hilman f2f368014e Single touch support 8 years ago
bunnei 49e5de9f03 vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. 8 years ago
bunnei 0d1a99edf6 vi: Fix size for ListDisplays default display. 8 years ago
bunnei c3dd456d51 vi: Partially implement buffer crop parameters. 8 years ago
Zach Hilman 69bfe075b5 General Filesystem and Save Data Fixes (#670) 8 years ago
bunnei 170e19d4ea nvflinger: Fix for BufferQueue event handling. 8 years ago
Michael Scire 3b885691a1 Kernel/Arbiter: Fix bug in WaitIfLessThan 8 years ago
MerryMage 56cc1c11ec scheduler: Clear exclusive state when switching contexts 8 years ago
James Rowe 7d209b3c9f HID: Update controllers less often 8 years ago
Subv b07f4d6afb Services/BSD: Corrected the return for StartMonitoring according to SwIPC. 8 years ago
Subv 7e5e4f8d7a FileSys: Append the requested path to the filesystem base path in DeleteFile. 8 years ago
David Marcec a7d6c0d6ea No need to use ASSERT_MSG with an empty message 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
David Marcec 8bd8d1e3da We only need to alert for memory pool changes 8 years ago
David Marcec 6642011706 initialized voice status and unused sizes in the update data header 8 years ago
David Marcec 706892de7d Audout "Auto" functions 8 years ago
David Marcec 3d68f6ba6c Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted 8 years ago
bunnei 12a6996262 hid: Fix timestamps and controller type. 8 years ago
David Marcec 0944bfe3cb NvOsGetConfigU32 production impl 8 years ago
bunnei eb6cbfdbd8 savedata_factory: Always create a save directory for games. 8 years ago
bunnei 1b3dd30ba8 nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips. 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
David 3dab0e284b Update AudioRenderer Voice Sections (#614) 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Subv 6c0c81dfdc GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. 8 years ago
Subv a093feca62 nvmap: Return the address of the nvmap object when Freeing it for the last time. 8 years ago
bunnei 1bbbd26563 settings: Add a configuration for use_accurate_framebuffers. 8 years ago
David c9e821e93e Send the correct RequestUpdateAudioRenderer revision in the output header (#587) 8 years ago
mailwl 11fb17054e Service/Audio: add hwopus service, stub GetWorkBufferSize function 8 years ago
David 838724c588 Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) 8 years ago
David 81f24f5685 Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) 8 years ago
mailwl a27befe456 IPC: skip empty buffer write 8 years ago
Michael Scire 067ac434ba Kernel/Arbiters: Fix casts, cleanup comments/magic numbers 8 years ago
Michael Scire 5f8aa02584 Add additional missing format. 8 years ago
Michael Scire 08d454e30d Run clang-format on PR. 8 years ago
Michael Scire dc70a87af1 Kernel/Arbiters: HLE is atomic, adjust code to reflect that. 8 years ago