- Jul 09, 2019
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
- Jul 08, 2019
-
-
Zach Hilman authored
audren: Only manage wave buffers with a size
-
Zach Hilman authored
hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
-
David Marcec authored
-
David Marcec authored
-
bunnei authored
apm: Initial implementation of performance config and boost mode
-
bunnei authored
fsp-srv: Implement Access Logging Functionality
-
- Jul 07, 2019
-
-
Hexagon12 authored
Delete decode_integer_set.cpp
-
Tobias authored
-
Zach Hilman authored
core/reporter: Minor changes
-
Zach Hilman authored
kernel/vm_manager: Handle stack/TLS IO region placement a little better
-
Zach Hilman authored
am: Implement GetAccumulatedSuspendedTickValue
-
- Jul 06, 2019
-
-
Michael Scire authored
-
Michael Scire authored
-
Lioncash authored
These aren't used within the central memory management code, so they can be removed.
-
Lioncash authored
This isn't used by anything in the header file, so it can be removed.
-
Lioncash authored
Provides a more accurate name for the memory region and also disambiguates between the map and new map regions of memory, making it easier to understand.
-
Lioncash authored
Handles the placement of the stack a little nicer compared to the previous code, which was off in a few ways. e.g. The stack (new map) region, shouldn't be the width of the entire address space if the size of the region calculation ends up being zero. It should be placed at the same location as the TLS IO region and also have the same size. In the event the TLS IO region contains a size of zero, we should also be doing the same thing. This fixes our memory layout a little bit and also resolves some cases where assertions can trigger due to the memory layout being incorrect.
-
- Jul 05, 2019
-
-
Lioncash authored
Taking the json instance as a constant reference, makes all moves into the parameter non-functional, resulting in copies. Taking it by value allows moves to function.
-
Lioncash authored
Adds missing inclusions to prevent potential compilation issues.
-
Lioncash authored
The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified.
-
Lioncash authored
This can inhibit copy-elision, so we can remove this redundant move.
-
Lioncash authored
Makes all control statements braced, regardless of their size, making code more uniform.
-
Lioncash authored
If the path couldn't be created, then we shouldn't be attempting to save the file.
-
Zach Hilman authored
Implement a new Texture Cache
-
Fernando Sahmkow authored
-
- Jul 04, 2019
-
-
Fernando Sahmkow authored
-
Zach Hilman authored
yuzu: Move CPU Jit setting to Debug tab
-
Zach Hilman authored
kernel/process: Decouple TLS handling from threads
-