- Jul 24, 2018
-
-
Lioncash authored
We already have a function that does what this code was doing, so let's use that instead.
-
Lioncash authored
We don't need to keep calling the same function over and over again in a loop, especially when the behavior is slightly non-trivial. We can just keep a reference to the looked up location and do all the checking and assignments based off it instead.
-
- Jul 02, 2018
-
-
Subv authored
-
- May 20, 2018
-
-
Subv authored
It removes a mapping previously created with the MapBufferEx ioctl.
-
- Apr 24, 2018
- Apr 23, 2018
-
-
Subv authored
Also removed some dead code and added memory map consistency asserts.
-
- Feb 12, 2018
-
-
Subv authored
Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there.
-
- Feb 08, 2018
-
-
bunnei authored
-