- Jan 24, 2020
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
- Jan 23, 2020
-
-
FearlessTobi authored
This should hopefully fix compilation errors.
-
FearlessTobi authored
-
FearlessTobi authored
-
fearlessTobi authored
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By:
jroweboy <jroweboy@gmail.com>
-
bunnei authored
- Used by Pokemon Mystery Dungeon.
-
Michael Scire authored
Certain newer unity games (Terraria, Pokemon Mystery Dungeon) require that the argument region be populated. Failure to do so results in an integer underflow in argument count, and eventually an unmapped read at 0x800000000. Providing this default fixes this. Note that the behavior of official software is as yet unverified, arguments-wise.
-
- Jan 22, 2020
-
-
Bartosz Kaszubowski authored
GUI: rename and reorder themes
-
- Jan 21, 2020
-
-
ReinUsesLisp authored
-
- Jan 20, 2020
-
-
ReinUsesLisp authored
-
bunnei authored
- Fixes timestamp in ZLA and Astral Chain saves.
-
bunnei authored
- We have some important audio settings, makes them more discoverable.
-
ReinUsesLisp authored
This abstraction takes care of presenting accelerated and non-accelerated or "framebuffer" images to the Vulkan swapchain.
-
- Jan 19, 2020
-
-
Bartosz Kaszubowski authored
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings
-
ReinUsesLisp authored
Also updates sirit to include atomic instructions.
-
Léo Lam authored
This significantly reduces unnecessary disk writes and space usage when building Citra. libcore.a is now only ~1MB rather than several hundred megabytes.
-
- Jan 18, 2020
-
-
ReinUsesLisp authored
This fixes template resolution considering GLboolean an integer instead of a bool.
-
ReinUsesLisp authored
Front face was being forced to a certain value when cull face is disabled. Set a default value on initialization and drop the forcefully set front facing value with culling disabled.
-
Markus Wick authored
This allows us to create a fastmem arena within the memory.cpp helpers.
-
Markus Wick authored
-
Markus Wick authored
It is currently a std::vector, however we might want to replace it with a more fancy allocator. So we can't use the C++ iterators any more.
-
James Rowe authored
The information is duplicated in the brand string and the telemetry field is unused
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Use Visit instead of reimplementing it. Fixes unimplemented negations for condition codes.
-
- Jan 17, 2020
-
-
TotalCaesar659 authored
-
ReinUsesLisp authored
This abstraction is Vulkan's equivalent to OpenGL's rasterizer. It takes care of joining all parts of the backend and rendering accordingly on demand.
-
ReinUsesLisp authored
-
- Jan 16, 2020
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Component types for ZF32_X24S8 were using UNORM. Drivers will set FLOAT, UINT, UNORM, UNORM; causing a format mismatch. This commit addresses that.
-
Rodrigo Locatti authored
Co-Authored-By:
MysticExile <30736337+MysticExile@users.noreply.github.com>
-
Lioncash authored
This isn't used outside of the class itself, so we can make it private for the time being.
-
James Rowe authored
-
- Jan 15, 2020
-
-
ReinUsesLisp authored
For gl_PointSize to have effect we have to activate GL_PROGRAM_POINT_SIZE.
-
Lioncash authored
Nothing from these headers are used, so they can be removed.
-
Lioncash authored
Keeps the definitions hidden and allows changes to the structs without needing to recompile all users of classes containing said structs.
-
- Jan 14, 2020
-
-
ReinUsesLisp authored
-