5685 Commits (29cbcb694f5f88e8f3729bda9040f8ab71cb97be)

Author SHA1 Message Date
Morph1984 a8ba3efc3f remove <f32> 7 years ago
Morph1984 d543e28fe8 explicitly represent 1 as a float (1.0f instead of 1) 7 years ago
Morph1984 cadaf5aadb Change u32 -> f32 7 years ago
Morph1984 37076c7419 service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume 7 years ago
ReinUsesLisp d762e37a18 gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig 7 years ago
Fernando Sahmkow 5581a0d296 Kernel: Address Feedback 7 years ago
Fernando Sahmkow 5bce8f62ac VM_Manager: Align allocated memory to 256bytes 7 years ago
Lioncash 873a3e1144 service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() 7 years ago
Lioncash cb8212d8b5 service/audren_u: Move revision testing code out of AudRenU 7 years ago
Lioncash b8c8916ab8 service/audio: Remove global system accessors 7 years ago
Lioncash b5db7b0100 service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName() 7 years ago
Lioncash 9532e5e262 service/audren_u: Report proper device names 7 years ago
Fernando Sahmkow 27caf7f25f Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. 7 years ago
Lioncash 102801e196 core: Remove CurrentArmInterface() global accessor 7 years ago
David Marcec 88565f46b6 Clang format 7 years ago
David Marcec 00c7dc08de "AudioRenderer" thread should have a unique name 7 years ago
Michael Scire 5ff046b9c6 Remove unicorn mappings/unmappings 7 years ago
Lioncash 96e1a55219 service/am: Implement IsAutoSleepDisabled 7 years ago
Lioncash 89e1a5848a service/am: Implement SetAutoSleepDisabled 7 years ago
Lioncash 66cfba50ed yuzu: Remove setting for using Unicorn 7 years ago
Lioncash 6b4fd5ccad core/arm: Remove obsolete Unicorn memory mapping 7 years ago
Michael Scire 902cad78ee Restore memory perms on svcUnmapMemory/UnloadNro 7 years ago
Zach Hilman e88efc046f mii: Handle logging of unknown database source 7 years ago
David Marcec 127b0dfc77 IFriendService::GetFriendList 7 years ago
Michael Scire 4e57de9e0b Prevent merging of device mapped memory blocks. 7 years ago
David Marcec cdd7c41b36 addressed issues 7 years ago
Michael Scire 0e2ec7457a Remove unused member function declaration 7 years ago
Michael Scire 4ce2cda054 physmem: add helpers, cleanup logic. 7 years ago
Michael Scire 1a0bbd14e7 clang-format fixes 7 years ago
Michael Scire e0659e3793 address review commentary 7 years ago
Michael Scire 6a33b060b7 Implement MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Lioncash 5e5e939ef2 kernel/process: Allocate the process' TLS region during initialization 7 years ago
Lioncash edd1ab0311 kernel/process: Move main thread stack allocation to its own function 7 years ago
Zach Hilman 67e5cb8b21 mii: Implement IDatabaseService SetInterfaceVersion 7 years ago
Michael Scire ce79a125cc clang-format fixes 7 years ago
Michael Scire 597e3aadf0 am: Implement GetAccumulatedSuspendedTickValue 7 years ago
Lioncash 47070b5fb4 memory: Remove unused includes 7 years ago
Lioncash 38c9502a30 memory: Remove unused PageTable forward declaration 7 years ago
Lioncash fa5791150c kernel/vm_manager: Rename 'new map' to 'stack' 7 years ago
Lioncash c208d57f96 kernel/vm_manager: Handle stack/TLS IO region placement better 7 years ago
Lioncash d360b7465f core/reporter: Allow moves into SaveToFile() 7 years ago
Lioncash 770387fadb core/reporter: Add missing includes and forward declarations 7 years ago
Lioncash 0756025102 core/reporter: Remove unnecessary namespace qualifiers 7 years ago
Lioncash 6e9c716272 core/reporter: Remove pessimizing move in GetHLERequestContextData() 7 years ago
Lioncash 174e596d56 core/reporter: Make bracing consistent 7 years ago
Lioncash 5db1fdfa4a core/reporter: Return in error case in SaveToFile() 7 years ago
Fernando Sahmkow 658934de85 NVServices: Correct delayed responses. 7 years ago
Fernando Sahmkow cbb5d814bc Nv_Host_Ctrl: Correct difference calculation 7 years ago
Fernando Sahmkow 94a7beb8b9 NVServices: Address Feedback 7 years ago
Fernando Sahmkow b8b874005f NVServices: Styling, define constructors as explicit and corrections 7 years ago