- May 09, 2019
-
-
Lioncash authored
Corrects references to non-existent parameters and corrects typos.
-
Lioncash authored
These are able to be omitted from the declaration of functions, since they don't do anything at the type system level. The definitions of the functions can retain the use of const though, since they make the variables immutable in the implementation of the function where they're used.
-
- Apr 16, 2019
-
-
Fernando Sahmkow authored
This detects when a GPU Memory Block is not continous within host cpu memory.
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
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
-
- 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
-
- May 20, 2018
-
-
Subv authored
It removes a mapping previously created with the MapBufferEx ioctl.
-
- Apr 25, 2018
-
-
bunnei authored
-
- 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
-