| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1204 from kemenaran/qt-add-mac-icon | 2015-10-20 | 1 | -1/+3 | |
| |\ | | | | | citra-qt: Add icon to the OS X app | ||||
| | * | citra-qt: Add icon to Mac app | 2015-10-14 | 1 | -1/+3 | |
| | | | | | | | Previously the Mac app didn't have any icon. | ||||
| * | | Merge pull request #1199 from Gareth422/encryption-check | 2015-10-20 | 3 | -20/+25 | |
| |\ \ | |/ |/| | Loader: Implement NCCH encryption check | ||||
| | * | Loader: Change NCCH header types to be explicitly little-endian | 2015-10-10 | 2 | -18/+17 | |
| | | | |||||
| | * | Loader: Implement encryption check | 2015-10-10 | 3 | -2/+8 | |
| | | | |||||
| * | | Merge pull request #1194 from linkmauve/no-newline | 2015-10-10 | 7 | -55/+55 | |
| |\ \ | |/ |/| | Remove newlines in LOG_* calls | ||||
| | * | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | 2015-10-09 | 7 | -55/+55 | |
| | | | | | | | | | The LOG_* function itself already appends one. | ||||
| * | | Fixed spelling errors | 2015-10-09 | 1 | -2/+2 | |
| |/ | |||||
| * | Merge pull request #1189 from archshift/game-list-toggle-window | 2015-10-07 | 1 | -0/+1 | |
| |\ | | | | | Game list: propely hide on toggling window mode | ||||
| | * | Game list: propely hide on toggling window mode | 2015-10-06 | 1 | -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. | 2015-10-06 | 4 | -9/+9 | |
| |/ | |||||
| * | citra-qt: Fix mouse events coordinates on high-DPI screens | 2015-10-04 | 2 | -12/+21 | |
| | | |||||
| * | citra-qt: Enable high-DPI widgets on Mac app | 2015-10-04 | 1 | -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 builds | 2015-10-04 | 2 | -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-day | 2015-10-03 | 1 | -11/+0 | |
| |\ | | | | | Obligatory "Throw out workarounds VS2013 once limited us to" PR | ||||
| | * | bit_field: Re-enable code on MSVC | 2015-10-01 | 1 | -11/+0 | |
| | | | |||||
| * | | Merge pull request #1095 from archshift/game-list | 2015-10-01 | 13 | -123/+556 | |
| |\ \ | | | | | | | Initial implementation of a game list | ||||
| | * | | Game list: save and load column sizes, sort order, to QSettings | 2015-10-01 | 3 | -0/+24 | |
| | | | | |||||
| | * | | Add menu item for selecting the game list folder | 2015-10-01 | 3 | -1/+23 | |
| | | | | |||||
| | * | | Initial implementation of a game list | 2015-10-01 | 6 | -2/+356 | |
| | | | | |||||
| | * | | Add helper function for creating a readable byte size string. | 2015-10-01 | 2 | -0/+16 | |
| | | | | |||||
| | * | | Don't show render window until a game is started | 2015-10-01 | 2 | -4/+13 | |
| | | | | |||||
| | * | | Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom ↵ | 2015-09-30 | 2 | -103/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | behavior Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively to use the new ScanDirectoryTreeAndCallback function internally. | ||||
| | * | | Expose loader helper functions for identifying files. | 2015-09-30 | 2 | -13/+41 | |
| | | | | |||||
| * | | | Merge pull request #1180 from lioncash/symbol | 2015-10-01 | 2 | -35/+27 | |
| |\ \ \ | | | | | | | | | symbols: Minor changes | ||||
| | * | | | symbols: Replace an insert call with emplace | 2015-09-30 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | symbols: Get rid of initial underscores in variable names | 2015-09-30 | 2 | -20/+20 | |
| | | | | | |||||
| | * | | | symbols: Directly initialize TSymbol members | 2015-09-30 | 1 | -8/+3 | |
| | | | | | |||||
| | * | | | symbols: Simplify GetSymbol | 2015-09-30 | 1 | -8/+5 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1177 from linkmauve/fix-msvc-todo | 2015-09-30 | 1 | -4/+3 | |
| |\ \ \ | | | | | | | | | Use a constexpr function for country initialization in service/cfg | ||||
| | * | | | 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. | ||||
| * / / | ivfc_archive: Fix a printf specifier | 2015-09-30 | 1 | -1/+1 | |
| |/ / | |||||
| * | | 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 | ||||