summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-097-55/+55
| | |_|/ | |/| |
* / | | Fixed spelling errorsGravatar Gareth Poole2015-10-091-2/+2
|/ / /
* | | Merge pull request #1189 from archshift/game-list-toggle-windowGravatar bunnei2015-10-071-0/+1
|\ \ \
| * | | Game list: propely hide on toggling window modeGravatar archshift2015-10-061-0/+1
* | | | Silence -Wsign-compare warnings.Gravatar Rohit Nirmal2015-10-064-9/+9
|/ / /
* | | citra-qt: Fix mouse events coordinates on high-DPI screensGravatar Pierre de La Morinerie2015-10-042-12/+21
* | | citra-qt: Enable high-DPI widgets on Mac appGravatar Pierre de La Morinerie2015-10-041-0/+4
* | | citra-qt: Use custom Info.plist for Mac buildsGravatar Pierre de La Morinerie2015-10-042-0/+38
| |/ |/|
* | Merge pull request #1176 from lioncash/vs2015-code-junking-dayGravatar bunnei2015-10-031-11/+0
|\ \
| * | bit_field: Re-enable code on MSVCGravatar Lioncash2015-10-011-11/+0
* | | Merge pull request #1095 from archshift/game-listGravatar bunnei2015-10-0113-123/+556
|\ \ \
| * | | Game list: save and load column sizes, sort order, to QSettingsGravatar archshift2015-10-013-0/+24
| * | | Add menu item for selecting the game list folderGravatar archshift2015-10-013-1/+23
| * | | Initial implementation of a game listGravatar archshift2015-10-016-2/+356
| * | | Add helper function for creating a readable byte size string.Gravatar archshift2015-10-012-0/+16
| * | | Don't show render window until a game is startedGravatar archshift2015-10-012-4/+13
| * | | Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...Gravatar archshift2015-09-302-103/+83
| * | | Expose loader helper functions for identifying files.Gravatar archshift2015-09-302-13/+41
* | | | Merge pull request #1180 from lioncash/symbolGravatar bunnei2015-10-012-35/+27
|\ \ \ \
| * | | | symbols: Replace an insert call with emplaceGravatar Lioncash2015-09-301-1/+1
| * | | | symbols: Get rid of initial underscores in variable namesGravatar Lioncash2015-09-302-20/+20
| * | | | symbols: Directly initialize TSymbol membersGravatar Lioncash2015-09-301-8/+3
| * | | | symbols: Simplify GetSymbolGravatar Lioncash2015-09-301-8/+5
| | |/ / | |/| |
* | | | Merge pull request #1177 from linkmauve/fix-msvc-todoGravatar bunnei2015-09-301-4/+3
|\ \ \ \
| * | | | Service/CFG: Use a constexpr function for country initializationGravatar Emmanuel Gil Peyrot2015-09-301-4/+3
| |/ / /
* / / / ivfc_archive: Fix a printf specifierGravatar Lioncash2015-09-301-1/+1
|/ / /
* | | Merge pull request #1172 from martinlindhe/fix-warningsGravatar bunnei2015-09-295-6/+8
|\ \ \
| * | | 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
|\ \ \
| * | | 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 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
* | Service/CFG: Add additional blocks to default save dataGravatar Yuri Kunde Schlesner2015-09-141-0/+34
* | 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 cachesGravatar Yuri Kunde Schlesner2015-09-143-15/+36
* | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowGravatar bunnei2015-09-143-0/+15
|\ \ | |/ |/|
| * 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 o...Gravatar Lioncash2015-09-111-0/+1
* | Merge pull request #1147 from lioncash/nullptrGravatar Yuri Kunde Schlesner2015-09-1111-38/+38
|\ \