summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Collapse)Author
2016-11-19Kernel/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-15Merge pull request #2172 from jroweboy/fix-mingwbunnei
Fix mingw compilation support
2016-11-15Merge pull request #1753 from jroweboy/frame_layoutsbunnei
Support additional screen layouts.
2016-11-13Add mingw compile supportJames Rowe
2016-11-11Minor Menu FixesPringo
2016-11-05Add default hotkey to swap primary screens.James Rowe
Also minor style changes
2016-11-05Support 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-27build: add default install for DragonFly, Solaris, etc.Jan Beich
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-10-04Merge pull request #1652 from wwylele/kernal-toolbunnei
Debugger: implement wait tree widget
2016-09-22qt: shutdown system if errorwwylele
2016-09-22implement wait tree widgetwwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove 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-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-15qt: Add UI configuration option to enable CPU JIT.bunnei
2016-09-15core: Add configuration option for CPU JIT.bunnei
2016-09-13Qt: fix birthday combo box updatingwwylele
2016-09-02Qt: unify running detectionwwylele
2016-08-31Merge pull request #2032 from bunnei/qt-graphicsbunnei
Qt graphics configure & V-Sync option
2016-08-31qt: Rename all "toogle" to "toggle".bunnei
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage
2016-08-29qt: Add an option to settings for enabling V-Sync.bunnei
2016-08-29qt: Recreate GL context on startup to support changing V-Sync.bunnei
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-08-29qt: Add a configuration tab for Graphics and move relevant fields.bunnei
2016-08-15citra: Default to HW renderer.bunnei
2016-07-29Input GUI: Add tab to remap controls (#1900)Anon
2016-07-21CMake: Fix Info.plist template for citra_qt/OSXDale 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-10Qt: add system settings config tabwwylele
2016-06-22Merge pull request #1923 from yuriks/fix-recursivebunnei
Fix recursive scanning of directories
2016-06-19Fix recursive scanning of directoriesYuri 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-18Qt: Fix MicroProfile dpi scalingYuri Kunde Schlesner
2016-06-10Merge pull request #1789 from wwylele/input-refactorbunnei
Refactor input mapping & implement circle pad modifier
2016-06-07Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei
Debugger: Pica surface viewer
2016-06-01Remove unused and bitrotted "controller config" filesarchshift
2016-06-01AddFstEntriesToGameList - prevent loading a directoryLFsWang
2016-05-30Merge pull request #1751 from linkmauve/no-recursive-readdirbunnei
Make recursive FileUtil functions take a maximum recursion
2016-05-29Merge pull request #1692 from Subv/rm_getpointer2bunnei
Memory: Remove most usages of GetPointer
2016-05-25Merge pull request #1817 from linkmauve/smdh-stuffbunnei
Improve SMDH support in loaders and frontends
2016-05-24New3DS: Minor style cleanup to #1520.bunnei
2016-05-24Merge pull request #1520 from JamePeng/checknew3dsbunnei
Implement CheckNew3DS and CheckNew3DSApp
2016-05-21Loader: Split SMDH into its own header and import helpers from QGameListEmmanuel Gil Peyrot
Also rewrite Qt wrappers to use those.
2016-05-21Debugger/Callstack: Replace Memory::GetPointer with ↵MerryMage
Memory::IsValidVirtualAddress
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot
2016-05-21Loader, Frontends: Refactor loader creation and game loadingEmmanuel 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-21Common: Make recursive FileUtil functions take a maximum recursionEmmanuel 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-20Config: Restore previously selected audio sink option (#1824)James Rowe
2016-05-18Merge pull request #1785 from MerryMage/mp-dpibunnei
Microprofile: DPI-aware drawing