| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fix some xcode 7 (llvm) warnings
|
|
|
|
|
|
Silence some clang warnings
|
|
citra-qt: Fix connect error on startup (#449)
|
|
|
|
|
|
|
|
|
|
|
|
Verified against a 9.2.0-20 config save
|
|
These blocks are required by various games to boot.
|
|
|
|
|
|
|
|
GSP: Implement command 0x05, used for flushing caches
|
|
Stop emulation when render window is closed
|
|
May fix additional texture caching issues. (Though mostly in homebrew, I
haven't seen any commercial software use this to flush anything but
command lists.)
|
|
|
|
|
|
|
|
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.
|