summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1204 from kemenaran/qt-add-mac-iconGravatar bunnei2015-10-201-1/+3
|\ | | | | citra-qt: Add icon to the OS X app
| * citra-qt: Add icon to Mac appGravatar Pierre de La Morinerie2015-10-141-1/+3
| | | | | | Previously the Mac app didn't have any icon.
* | Merge pull request #1199 from Gareth422/encryption-checkGravatar bunnei2015-10-203-20/+25
|\ \ | |/ |/| Loader: Implement NCCH encryption check
| * Loader: Change NCCH header types to be explicitly little-endianGravatar Gareth Poole2015-10-102-18/+17
| |
| * Loader: Implement encryption checkGravatar Gareth Poole2015-10-103-2/+8
| |
* | Merge pull request #1194 from linkmauve/no-newlineGravatar bunnei2015-10-107-55/+55
|\ \ | |/ |/| Remove newlines in LOG_* calls
| * CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-097-55/+55
| | | | | | | | The LOG_* function itself already appends one.
* | 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 mode
| * Game list: propely hide on toggling window modeGravatar archshift2015-10-061-0/+1
| | | | | | | | | | | | | | Properly hides the game list upon toggling from external window mode to single window mode. Previously, both the game list and the render window would have been shown at the same time upon toggling.
* | 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
| | | | | | | | | The OS will render the widgets using the system screen DPI (instead of being locked at @1x resolution). This has no impact on the existing high-DPI rendering code in Citra, which means that the resolution of the emulated content is increased to the real number of pixels, as on other platforms.
* citra-qt: Use custom Info.plist for Mac buildsGravatar Pierre de La Morinerie2015-10-042-0/+38
| | | | | | Instead of letting CMake re-generate an automatic Info.plist file on every build, use our own. This allows greater control on the application bundle settings.
* Merge pull request #1176 from lioncash/vs2015-code-junking-dayGravatar bunnei2015-10-031-11/+0
|\ | | | | Obligatory "Throw out workarounds VS2013 once limited us to" PR
| * 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
|\ \ | | | | | | Initial implementation of a game list
| * | 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 ↵Gravatar archshift2015-09-302-103/+83
| | | | | | | | | | | | | | | | | | | | | behavior Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively to use the new ScanDirectoryTreeAndCallback function internally.
| * | 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: Minor changes
| * | | 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
|\ \ \ | | | | | | | | Use a constexpr function for country initialization in service/cfg
| * | | 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.
* / / 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 (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