Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
2016-11-15 | Merge pull request #2172 from jroweboy/fix-mingw | bunnei | |
Fix mingw compilation support | |||
2016-11-15 | Merge pull request #1753 from jroweboy/frame_layouts | bunnei | |
Support additional screen layouts. | |||
2016-11-13 | Add mingw compile support | James Rowe | |
2016-11-11 | Minor Menu Fixes | Pringo | |
2016-11-05 | Add default hotkey to swap primary screens. | James Rowe | |
Also minor style changes | |||
2016-11-05 | Support additional screen layouts. | James Rowe | |
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | |||
2016-10-27 | build: add default install for DragonFly, Solaris, etc. | Jan Beich | |
2016-10-20 | Fix typos | Ricardo de Almeida Gonzaga | |
2016-10-04 | Merge pull request #1652 from wwylele/kernal-tool | bunnei | |
Debugger: implement wait tree widget | |||
2016-09-22 | qt: shutdown system if error | wwylele | |
2016-09-22 | implement wait tree widget | wwylele | |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2016-09-15 | qt: Add UI configuration option to enable CPU JIT. | bunnei | |
2016-09-15 | core: Add configuration option for CPU JIT. | bunnei | |
2016-09-13 | Qt: fix birthday combo box updating | wwylele | |
2016-09-02 | Qt: unify running detection | wwylele | |
2016-08-31 | Merge pull request #2032 from bunnei/qt-graphics | bunnei | |
Qt graphics configure & V-Sync option | |||
2016-08-31 | qt: Rename all "toogle" to "toggle". | bunnei | |
2016-08-31 | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | |
2016-08-29 | qt: Add an option to settings for enabling V-Sync. | bunnei | |
2016-08-29 | qt: Recreate GL context on startup to support changing V-Sync. | bunnei | |
2016-08-29 | config: Add a setting for graphics V-Sync. | bunnei | |
2016-08-29 | qt: Add a configuration tab for Graphics and move relevant fields. | bunnei | |
2016-08-15 | citra: Default to HW renderer. | bunnei | |
2016-07-29 | Input GUI: Add tab to remap controls (#1900) | Anon | |
2016-07-21 | CMake: Fix Info.plist template for citra_qt/OSX | Dale Whinham | |
The Info.plist template incorrectly uses parentheses instead of curly braces, which means that building the .app bundle using regular 'make' results in the variable not being replaced, and hence the app bundle won't start because the executable name is incorrect. This commit fixes this issue. | |||
2016-07-10 | Qt: add system settings config tab | wwylele | |
2016-06-22 | Merge pull request #1923 from yuriks/fix-recursive | bunnei | |
Fix recursive scanning of directories | |||
2016-06-19 | Fix recursive scanning of directories | Yuri Kunde Schlesner | |
ForeachDirectoryEntry didn't actually do anything with the `recursive` parameter, and the corresponding callback parameter was shadowing the actual recursion counters in the user functions. | |||
2016-06-18 | Qt: Fix MicroProfile dpi scaling | Yuri Kunde Schlesner | |
2016-06-10 | Merge pull request #1789 from wwylele/input-refactor | bunnei | |
Refactor input mapping & implement circle pad modifier | |||
2016-06-07 | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | bunnei | |
Debugger: Pica surface viewer | |||
2016-06-01 | Remove unused and bitrotted "controller config" files | archshift | |
2016-06-01 | AddFstEntriesToGameList - prevent loading a directory | LFsWang | |
2016-05-30 | Merge pull request #1751 from linkmauve/no-recursive-readdir | bunnei | |
Make recursive FileUtil functions take a maximum recursion | |||
2016-05-29 | Merge pull request #1692 from Subv/rm_getpointer2 | bunnei | |
Memory: Remove most usages of GetPointer | |||
2016-05-25 | Merge pull request #1817 from linkmauve/smdh-stuff | bunnei | |
Improve SMDH support in loaders and frontends | |||
2016-05-24 | New3DS: Minor style cleanup to #1520. | bunnei | |
2016-05-24 | Merge pull request #1520 from JamePeng/checknew3ds | bunnei | |
Implement CheckNew3DS and CheckNew3DSApp | |||
2016-05-21 | Loader: Split SMDH into its own header and import helpers from QGameList | Emmanuel Gil Peyrot | |
Also rewrite Qt wrappers to use those. | |||
2016-05-21 | Debugger/Callstack: Replace Memory::GetPointer with ↵ | MerryMage | |
Memory::IsValidVirtualAddress | |||
2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | |
2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | |
This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | |||
2016-05-21 | Common: Make recursive FileUtil functions take a maximum recursion | Emmanuel Gil Peyrot | |
Fixes #1115. Also improves the performances of DiskArchive’s directory implementation a lot, simply by not going through the entire tree instead of just listing the first level files. Thanks to JayRoxFox for rebasing this on current master! | |||
2016-05-20 | Config: Restore previously selected audio sink option (#1824) | James Rowe | |
2016-05-18 | Merge pull request #1785 from MerryMage/mp-dpi | bunnei | |
Microprofile: DPI-aware drawing |