Age | Commit message (Collapse) | Author |
|
Stop emulation when render window is closed
|
|
|
|
|
|
|
|
operator
|
|
General: Replace NULL and '0' usages with nullptr where applicable
|
|
graphics_breakpoints_p: Add missing override specifier
|
|
citra_qt: Reorganize headers
|
|
video_core: Reorganize headers
|
|
|
|
|
|
common: Get rid of debug_interface.h
|
|
|
|
This is technically unused. Also removes TMemChecks because it relies on this.
Whenever memory breakpoints are implemented for real, it should be designed to
match the codebase debugging mechanisms.
|
|
|
|
|
|
|
|
memory: Get rid of pointer casts
|
|
gl_rasterizer: Replace push_back calls with emplace_back in AddTriangle
|
|
renderer_opengl: Remove unimplemented function declaration
|
|
General: Fix up doxygen comments
|
|
|
|
|
|
|
|
y2r: Give local variables an initial value
|
|
|
|
|
|
|
|
Keeps compilers/static analyzers quiet.
|
|
|
|
citra-qt: Separate UI layout state in a separate section of the config
|
|
Closes #1113
|
|
Even though they weren't visible in the UI, old entries would never be
removed from the list and would be stored in the config file across
sessions.
|
|
citra-qt: Use monospace font on Disassembler and ARM Registers
|
|
Shader: Use constants and proper type casts
|
|
|
|
This avoid some annoying focus stealing in some situations, and looks
nicer in general.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the first type of breakpoint to be hit wasn't "Vertex Loaded", the
input_vertex would contain garbage, which would be passed to the shader
interpreter and ocasionally cause crashes.
|
|
|
|
|
|
|
|
|