Commit Graph

467 Commits (0423a38ab55fd2ed7eb9853e9c867d31afd71649)

Author SHA1 Message Date
Jannik Vogel 8efeb6ee2b Remove unused version.h 8 years ago
Yuri Kunde Schlesner 3174bfd50c Merge pull request #2196 from Subv/system_mode
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
8 years ago
Subv d171409f29 Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).

This allows Home Menu to boot without modifications.
Closes #1849
8 years ago
Emmanuel Gil Peyrot 0820c99462 GPU: Remove the broken frame_skip option.
Fixes #1960.
8 years ago
Subv 1323ab2f5f Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).

This allows Home Menu to boot without modifications.
Closes #1849
8 years ago
bunnei fb13bfe693 Merge pull request #2172 from jroweboy/fix-mingw
Fix mingw compilation support
8 years ago
bunnei 5a31552764 Merge pull request #1753 from jroweboy/frame_layouts
Support additional screen layouts.
8 years ago
James Rowe c3ea6f4ddb Add mingw compile support 8 years ago
Pringo 51750dc8f5 Minor Menu Fixes 8 years ago
James Rowe d9305b0a07 Add default hotkey to swap primary screens.
Also minor style changes
8 years ago
James Rowe 2b1654ad9b Support additional screen layouts.
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
8 years ago
Jan Beich 2240cb2eb0 build: add default install for DragonFly, Solaris, etc. 8 years ago
Ricardo de Almeida Gonzaga 13d46f6820 Fix typos 8 years ago
bunnei 09c3e444d4 Merge pull request #1652 from wwylele/kernal-tool
Debugger: implement wait tree widget
8 years ago
wwylele 3aa047cd1d qt: shutdown system if error 9 years ago
wwylele f69a543110 implement wait tree widget 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
bunnei d532f6b496 qt: Add UI configuration option to enable CPU JIT. 9 years ago
bunnei 14085ec670 core: Add configuration option for CPU JIT. 9 years ago
wwylele c0262001d8 Qt: fix birthday combo box updating 9 years ago
wwylele bdc59c4c21 Qt: unify running detection 9 years ago
bunnei 09063dc5bb Merge pull request #2032 from bunnei/qt-graphics
Qt graphics configure & V-Sync option
9 years ago
bunnei a71013cf16 qt: Rename all "toogle" to "toggle". 9 years ago
MerryMage dc3f6a34f8 configure_audio: User-configuratble option to enable/disable audio stretching 9 years ago
bunnei 74842116b2 qt: Add an option to settings for enabling V-Sync. 9 years ago
bunnei 02702c6605 qt: Recreate GL context on startup to support changing V-Sync. 9 years ago
bunnei 08ad9b36d4 config: Add a setting for graphics V-Sync. 9 years ago
bunnei 2267f98941 qt: Add a configuration tab for Graphics and move relevant fields. 9 years ago
bunnei 7b4dcacbb2 citra: Default to HW renderer. 9 years ago
Anon e91327c86a Input GUI: Add tab to remap controls (#1900) 9 years ago
Dale Whinham 78b97ee364 CMake: Fix Info.plist template for citra_qt/OSX
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.
9 years ago
wwylele ec3e99eec7 Qt: add system settings config tab 9 years ago
bunnei 4d31874c7c Merge pull request #1923 from yuriks/fix-recursive
Fix recursive scanning of directories
9 years ago
Yuri Kunde Schlesner d6792632f0 Fix recursive scanning of directories
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.
9 years ago
Yuri Kunde Schlesner c52754e79a Qt: Fix MicroProfile dpi scaling 9 years ago
bunnei f99961581e Merge pull request #1789 from wwylele/input-refactor
Refactor input mapping & implement circle pad modifier
9 years ago
bunnei 98b1436b8b Merge pull request #1765 from JayFoxRox/debug-surface-viewer
Debugger: Pica surface viewer
9 years ago
archshift 3a4a424b70 Remove unused and bitrotted "controller config" files 9 years ago
LFsWang d24d047d45 AddFstEntriesToGameList - prevent loading a directory 9 years ago
bunnei 08e09184df Merge pull request #1751 from linkmauve/no-recursive-readdir
Make recursive FileUtil functions take a maximum recursion
9 years ago
bunnei ab4b27f0f5 Merge pull request #1692 from Subv/rm_getpointer2
Memory: Remove most usages of GetPointer
9 years ago
bunnei f50a32bfce Merge pull request #1817 from linkmauve/smdh-stuff
Improve SMDH support in loaders and frontends
9 years ago
bunnei c106f71beb New3DS: Minor style cleanup to #1520. 9 years ago
bunnei 2e5e7d9be0 Merge pull request #1520 from JamePeng/checknew3ds
Implement CheckNew3DS and CheckNew3DSApp
9 years ago
Emmanuel Gil Peyrot 080a2d719c Loader: Split SMDH into its own header and import helpers from QGameList
Also rewrite Qt wrappers to use those.
9 years ago
MerryMage b3b3dd7591 Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddress 9 years ago
Emmanuel Gil Peyrot 314ce5e505 CitraQt: Simplify the game list loader code 9 years ago