summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service/CFG: Use a constexpr function for country initializationGravatar Emmanuel Gil Peyrot2015-09-301-4/+3
| | | | This fixes a TODO left over from when we supported MSVC 2013.
* Merge pull request #1172 from martinlindhe/fix-warningsGravatar bunnei2015-09-295-6/+8
|\ | | | | Fix some xcode 7 (llvm) warnings
| * fix some xcode 7.0 warningsGravatar Martin Lindhe2015-09-295-6/+8
| |
* | Fix for the refresh issue when no rendering is doneGravatar LittleWhite2015-09-242-4/+14
|/
* Merge pull request #1160 from lioncash/clangGravatar bunnei2015-09-2113-41/+27
|\ | | | | Silence some clang warnings
| * hash: Get rid of unused functionsGravatar Lioncash2015-09-161-16/+0
| |
| * general: Silence some warnings when using clangGravatar Lioncash2015-09-1612-25/+27
| |
* | Merge pull request #1106 from Kloen/fix-connectGravatar bunnei2015-09-212-5/+13
|\ \ | | | | | | citra-qt: Fix connect error on startup (#449)
| * | citra-qt: Fix connect error on startupGravatar Kloen2015-09-182-5/+13
| |/
* / Implement 3dsx RomFSGravatar Cruel2015-09-213-3/+61
|/
* Service/CFG: Add default entry for block 0x000A0001 (birthday)Gravatar Yuri Kunde Schlesner2015-09-141-0/+6
|
* Service/CFG: Correct flags in 2 default blocksGravatar Yuri Kunde Schlesner2015-09-141-2/+2
| | | | Verified against a 9.2.0-20 config save
* Service/CFG: Add additional blocks to default save dataGravatar Yuri Kunde Schlesner2015-09-141-0/+34
| | | | These blocks are required by various games to boot.
* Fix narrowing conversion warningGravatar Yuri Kunde Schlesner2015-09-141-1/+1
|
* Service/CFG: Move several private types from the header to the cppGravatar Yuri Kunde Schlesner2015-09-142-63/+49
|
* Service/CFG: Clean up default block creationGravatar Yuri Kunde Schlesner2015-09-142-27/+17
|
* Merge pull request #1123 from yuriks/gsp-flushGravatar Yuri Kunde Schlesner2015-09-143-15/+36
|\ | | | | GSP: Implement command 0x05, used for flushing caches
| * GSP: Implement command 0x05, used for flushing cachesGravatar Yuri Kunde Schlesner2015-09-143-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-renderwindowGravatar bunnei2015-09-143-0/+15
|\ \ | |/ |/| Stop emulation when render window is closed
| * Stop emulation when render window is closedGravatar LittleWhite2015-09-073-0/+15
| |
* | memory_util: Remove unnecessary assignment in FreeMemoryPagesGravatar Lioncash2015-09-111-3/+0
| |
* | memory_util: Remove commented out printf statementsGravatar Lioncash2015-09-111-10/+0
| |
* | general: Replace 0 literals with nullptr where applicableGravatar Lioncash2015-09-115-9/+9
| |
* | synchronized_wrapper: Add missing return in SynchronizedRef move assignment ↵Gravatar Lioncash2015-09-111-0/+1
| | | | | | | | operator
* | Merge pull request #1147 from lioncash/nullptrGravatar Yuri Kunde Schlesner2015-09-1111-38/+38
|\ \ | | | | | | General: Replace NULL and '0' usages with nullptr where applicable
| * | General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-1111-38/+38
| | |
* | | Merge pull request #1149 from lioncash/overrideGravatar Yuri Kunde Schlesner2015-09-111-1/+1
|\ \ \ | | | | | | | | graphics_breakpoints_p: Add missing override specifier
| * | | graphics_breakpoints_p: Add missing override specifierGravatar Lioncash2015-09-111-1/+1
| | | |
* | | | Merge pull request #1142 from lioncash/hdrqtGravatar Yuri Kunde Schlesner2015-09-1124-100/+81
|\ \ \ \ | | | | | | | | | | citra_qt: Reorganize headers
| * | | | citra_qt: Reorganize headersGravatar Lioncash2015-09-1124-100/+81
| | | | |
* | | | | Merge pull request #1143 from lioncash/vcore-hdrGravatar Yuri Kunde Schlesner2015-09-1119-62/+56
|\ \ \ \ \ | |_|/ / / |/| | | | video_core: Reorganize headers
| * | | | video_core: Reorganize headersGravatar Lioncash2015-09-1119-62/+56
| | |/ / | |/| |
* | | | Merge pull request #1144 from lioncash/removeGravatar bunnei2015-09-114-176/+0
|\ \ \ \ | | | | | | | | | | common: Get rid of debug_interface.h
| * | | | common: Get rid of debug_interface.hGravatar Lioncash2015-09-114-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.hGravatar Lioncash2015-09-111-2/+2
|/ / /
* / / video_core: Remove unnecessary includes from headersGravatar Lioncash2015-09-115-13/+3
|/ /
* | Merge pull request #1130 from lioncash/blockGravatar Yuri Kunde Schlesner2015-09-101-14/+7
|\ \ | | | | | | memory: Get rid of pointer casts
| * | memory: Get rid of pointer castsGravatar Lioncash2015-09-101-14/+7
| | |
* | | Merge pull request #1133 from lioncash/emplace-backGravatar bunnei2015-09-101-3/+3
|\ \ \ | | | | | | | | gl_rasterizer: Replace push_back calls with emplace_back in AddTriangle
| * | | gl_rasterizer: Replace push_back calls with emplace_back in AddTriangleGravatar Lioncash2015-09-101-3/+3
| |/ /
* | | Merge pull request #1136 from lioncash/protoGravatar bunnei2015-09-101-3/+0
|\ \ \ | | | | | | | | renderer_opengl: Remove unimplemented function declaration
| * | | renderer_opengl: Remove unimplemented function declarationGravatar Lioncash2015-09-101-3/+0
| | | |
* | | | Merge pull request #1137 from lioncash/docGravatar bunnei2015-09-107-11/+9
|\ \ \ \ | | | | | | | | | | General: Fix up doxygen comments
| * | | | General: Fix up doxygen commentsGravatar Lioncash2015-09-107-11/+9
| |/ / /
* / / / video_core: Remove unused variablesGravatar Lioncash2015-09-103-4/+0
|/ / /
* | | Merge pull request #1131 from lioncash/uninitGravatar Yuri Kunde Schlesner2015-09-101-3/+6
|\ \ \ | | | | | | | | y2r: Give local variables an initial value
| * | | y2r: Give local variables an initial valueGravatar Lioncash2015-09-091-3/+6
| |/ / | | | | | | | | | Keeps compilers/static analyzers quiet.
* / / disk_archive: Remove unimplemented constructor declarationsGravatar Lioncash2015-09-091-2/+0
|/ /
* | CMake: Add option to download Qt and GLFW binaries over HTTPGravatar Yuri Kunde Schlesner2015-09-081-0/+3
| |
* | Merge pull request #1125 from yuriks/uilayout-configGravatar Yuri Kunde Schlesner2015-09-071-0/+7
|\ \ | | | | | | citra-qt: Separate UI layout state in a separate section of the config