- Apr 16, 2019
-
-
Fernando Sahmkow authored
-
- Apr 06, 2019
-
-
bunnei authored
- Fixes graphical issues with Chocobo's Mystery Dungeon EVERY BUDDY! - Fixes a crash with Mario Tennis Aces
-
Lioncash authored
Given this doesn't actually alter internal state, this can be made a const member function.
-
Lioncash authored
Now, since we have a const qualified variant of GetPointer(), we can put it to use in ReadBlock() to retrieve the source pointer that is passed into memcpy. Now block reading may be done from a const context.
-
Lioncash authored
Allows retrieving read-only pointers from a const context externally.
-
Lioncash authored
This doesn't modify internal state, so it can be made a const member function.
-
Lioncash authored
This doesn't modify any internal state, so it can be made a const member function to allow its use in const contexts.
-
- Mar 21, 2019
- Mar 16, 2019
-
-
bunnei authored
# Conflicts: # src/video_core/engines/kepler_memory.cpp # src/video_core/engines/maxwell_3d.cpp # src/video_core/morton.cpp # src/video_core/morton.h # src/video_core/renderer_opengl/gl_global_cache.cpp # src/video_core/renderer_opengl/gl_global_cache.h # src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
-
- Feb 03, 2019
-
-
ReinUsesLisp authored
-
- Nov 23, 2018
-
-
bunnei authored
- Fixes a bug with Undertale using 0 for a render target.
-
- Nov 01, 2018
-
-
bunnei authored
- This fixes rendering when changing areas in Super Mario Odyssey.
-
- Oct 30, 2018
-
-
Frederic L authored
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
-
- Oct 16, 2018
-
-
bunnei authored
-
- 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
-