| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Service/CFG: Use a constexpr function for country initialization | 2015-09-30 | 1 | -4/+3 | |
| | | | | | This fixes a TODO left over from when we supported MSVC 2013. | ||||
| * | Merge pull request #1172 from martinlindhe/fix-warnings | 2015-09-29 | 5 | -6/+8 | |
| |\ | | | | | Fix some xcode 7 (llvm) warnings | ||||
| | * | fix some xcode 7.0 warnings | 2015-09-29 | 5 | -6/+8 | |
| | | | |||||
| * | | Fix for the refresh issue when no rendering is done | 2015-09-24 | 2 | -4/+14 | |
| |/ | |||||
| * | Merge pull request #1160 from lioncash/clang | 2015-09-21 | 13 | -41/+27 | |
| |\ | | | | | Silence some clang warnings | ||||
| | * | hash: Get rid of unused functions | 2015-09-16 | 1 | -16/+0 | |
| | | | |||||
| | * | general: Silence some warnings when using clang | 2015-09-16 | 12 | -25/+27 | |
| | | | |||||
| * | | Merge pull request #1106 from Kloen/fix-connect | 2015-09-21 | 2 | -5/+13 | |
| |\ \ | | | | | | | citra-qt: Fix connect error on startup (#449) | ||||
| | * | | citra-qt: Fix connect error on startup | 2015-09-18 | 2 | -5/+13 | |
| | |/ | |||||
| * / | Implement 3dsx RomFS | 2015-09-21 | 3 | -3/+61 | |
| |/ | |||||
| * | Service/CFG: Add default entry for block 0x000A0001 (birthday) | 2015-09-14 | 1 | -0/+6 | |
| | | |||||
| * | Service/CFG: Correct flags in 2 default blocks | 2015-09-14 | 1 | -2/+2 | |
| | | | | | Verified against a 9.2.0-20 config save | ||||
| * | Service/CFG: Add additional blocks to default save data | 2015-09-14 | 1 | -0/+34 | |
| | | | | | These blocks are required by various games to boot. | ||||
| * | Fix narrowing conversion warning | 2015-09-14 | 1 | -1/+1 | |
| | | |||||
| * | Service/CFG: Move several private types from the header to the cpp | 2015-09-14 | 2 | -63/+49 | |
| | | |||||
| * | Service/CFG: Clean up default block creation | 2015-09-14 | 2 | -27/+17 | |
| | | |||||
| * | Merge pull request #1123 from yuriks/gsp-flush | 2015-09-14 | 3 | -15/+36 | |
| |\ | | | | | GSP: Implement command 0x05, used for flushing caches | ||||
| | * | GSP: Implement command 0x05, used for flushing caches | 2015-09-14 | 3 | -15/+36 | |
| | | | | | | | | | | | | | 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.) | ||||
| * | | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow | 2015-09-14 | 3 | -0/+15 | |
| |\ \ | |/ |/| | Stop emulation when render window is closed | ||||
| | * | Stop emulation when render window is closed | 2015-09-07 | 3 | -0/+15 | |
| | | | |||||
| * | | memory_util: Remove unnecessary assignment in FreeMemoryPages | 2015-09-11 | 1 | -3/+0 | |
| | | | |||||
| * | | memory_util: Remove commented out printf statements | 2015-09-11 | 1 | -10/+0 | |
| | | | |||||
| * | | general: Replace 0 literals with nullptr where applicable | 2015-09-11 | 5 | -9/+9 | |
| | | | |||||
| * | | synchronized_wrapper: Add missing return in SynchronizedRef move assignment ↵ | 2015-09-11 | 1 | -0/+1 | |
| | | | | | | | | | operator | ||||
| * | | Merge pull request #1147 from lioncash/nullptr | 2015-09-11 | 11 | -38/+38 | |
| |\ \ | | | | | | | General: Replace NULL and '0' usages with nullptr where applicable | ||||
| | * | | General: Replace NULL and '0' usages with nullptr where applicable | 2015-09-11 | 11 | -38/+38 | |
| | | | | |||||
| * | | | Merge pull request #1149 from lioncash/override | 2015-09-11 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | graphics_breakpoints_p: Add missing override specifier | ||||
| | * | | | graphics_breakpoints_p: Add missing override specifier | 2015-09-11 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #1142 from lioncash/hdrqt | 2015-09-11 | 24 | -100/+81 | |
| |\ \ \ \ | | | | | | | | | | | citra_qt: Reorganize headers | ||||
| | * | | | | citra_qt: Reorganize headers | 2015-09-11 | 24 | -100/+81 | |
| | | | | | | |||||
| * | | | | | Merge pull request #1143 from lioncash/vcore-hdr | 2015-09-11 | 19 | -62/+56 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | video_core: Reorganize headers | ||||
| | * | | | | video_core: Reorganize headers | 2015-09-11 | 19 | -62/+56 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1144 from lioncash/remove | 2015-09-11 | 4 | -176/+0 | |
| |\ \ \ \ | | | | | | | | | | | common: Get rid of debug_interface.h | ||||
| | * | | | | common: Get rid of debug_interface.h | 2015-09-11 | 4 | -176/+0 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * / / / | common: Get rid of a cast in swap.h | 2015-09-11 | 1 | -2/+2 | |
| |/ / / | |||||
| * / / | video_core: Remove unnecessary includes from headers | 2015-09-11 | 5 | -13/+3 | |
| |/ / | |||||
| * | | Merge pull request #1130 from lioncash/block | 2015-09-10 | 1 | -14/+7 | |
| |\ \ | | | | | | | memory: Get rid of pointer casts | ||||
| | * | | memory: Get rid of pointer casts | 2015-09-10 | 1 | -14/+7 | |
| | | | | |||||
| * | | | Merge pull request #1133 from lioncash/emplace-back | 2015-09-10 | 1 | -3/+3 | |
| |\ \ \ | | | | | | | | | gl_rasterizer: Replace push_back calls with emplace_back in AddTriangle | ||||
| | * | | | gl_rasterizer: Replace push_back calls with emplace_back in AddTriangle | 2015-09-10 | 1 | -3/+3 | |
| | |/ / | |||||
| * | | | Merge pull request #1136 from lioncash/proto | 2015-09-10 | 1 | -3/+0 | |
| |\ \ \ | | | | | | | | | renderer_opengl: Remove unimplemented function declaration | ||||
| | * | | | renderer_opengl: Remove unimplemented function declaration | 2015-09-10 | 1 | -3/+0 | |
| | | | | | |||||
| * | | | | Merge pull request #1137 from lioncash/doc | 2015-09-10 | 7 | -11/+9 | |
| |\ \ \ \ | | | | | | | | | | | General: Fix up doxygen comments | ||||
| | * | | | | General: Fix up doxygen comments | 2015-09-10 | 7 | -11/+9 | |
| | |/ / / | |||||
| * / / / | video_core: Remove unused variables | 2015-09-10 | 3 | -4/+0 | |
| |/ / / | |||||
| * | | | Merge pull request #1131 from lioncash/uninit | 2015-09-10 | 1 | -3/+6 | |
| |\ \ \ | | | | | | | | | y2r: Give local variables an initial value | ||||
| | * | | | y2r: Give local variables an initial value | 2015-09-09 | 1 | -3/+6 | |
| | |/ / | | | | | | | | | | Keeps compilers/static analyzers quiet. | ||||
| * / / | disk_archive: Remove unimplemented constructor declarations | 2015-09-09 | 1 | -2/+0 | |
| |/ / | |||||
| * | | CMake: Add option to download Qt and GLFW binaries over HTTP | 2015-09-08 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge pull request #1125 from yuriks/uilayout-config | 2015-09-07 | 1 | -0/+7 | |
| |\ \ | | | | | | | citra-qt: Separate UI layout state in a separate section of the config | ||||