523 Commits (f2f2572fed075d2dca5ae7abcea451ac5eb382ec)

Author SHA1 Message Date
bunnei 22ad9094e6 config: Add option for specifying screen resolution scale factor. 9 years ago
Subv cef5f45de2 Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. 9 years ago
Jonathan Hao c18cb1b192 Fix some warnings (#2399) 9 years ago
wwylele bcf9d20d57 Frontend: emulate motion sensor 9 years ago
MerryMage 64f98f4d0f core: Move emu_window and key_map into core 9 years ago
bunnei e26fbfd1d7 core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 5ac5cbeab7 Address clang-format issues. 9 years ago
bunnei 232ef55c1a core: Consolidate core and system state, remove system module & cleanups. 9 years ago
bunnei 198b6c9bdd core: Consolidate top-level system state into a singleton. 9 years ago
Lioncash 8309d0dade citra-qt: Move graphics debugging code into its own folder 9 years ago
Lioncash f2c307557a disassembler: Remove mutable specifier from breakpoints member variable 9 years ago
Lioncash cc1f2c131b citra-qt: Move bits of constructor behavior to named functions 9 years ago
CaptV0rt3x 393a0f99da line fixup for travis ci 9 years ago
Vamsi Krishna 77f4743199 screen swap - Hotkey mapping 9 years ago
Vamsi Krishna 27217c621b Fixed game_list focusing issue. 9 years ago
MerryMage 5a4e1b469d main: Open folder when open save folder location context menu is clicked 9 years ago
MerryMage f50dcc88bf game_list: Implement context menu for items in list 9 years ago
Subv 5b1edc6ae7 Fixed the codestyle to match our clang-format rules. 9 years ago
freiro b7b2627b37 Modularized Qt and SDL file copying 9 years ago
freiro 031fc3a460 Modularization of copy_msvc_libraries cmake funct 9 years ago
Lioncash d0e4d1182b citra-qt: Make constructors explicit where applicable 9 years ago
freiro 942f70951d Removed redundant Qt check and other fixes 9 years ago
Lioncash 327b23e4ce citra-qt: Add missing #pragma once directives 9 years ago
Lioncash 3bbd35dde9 game_list: Make slots private functions 9 years ago
Lioncash 7402001787 game_list: Make the constructor explicit 9 years ago
Lioncash db33d7668e game_list: Make the AddEntry argument a const reference 9 years ago
Lioncash aa05d36823 game_list: Replace 0 literals with nullptr 9 years ago
Lioncash dd4582f85d game_list: Use QT5's new event connection syntax 9 years ago
Lioncash fd3d56740e game_list: Pass the parent constructor argument to the QWidget base class 9 years ago
freiro 143bc8713d [MSVC] Copy SDL2.dll to build folder 9 years ago
Lioncash 4e7092881f graphics_cmdlists: Get rid of variable shadowing 9 years ago
Lioncash 1e5644935d graphics_cmdlists: Get rid of an unused variable 9 years ago
Lioncash f1ee7e4e0e graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments const 9 years ago
Lioncash dcb8113347 graphics_cmdlists: Make LoadImage internally linked 9 years ago
Lioncash 963aedd8cc Add all services to the Service namespace 9 years ago
MerryMage a2d474386c configure_input: Modernize and cleanup input configuration tab 9 years ago
Subv 17b29d8865 WaitSynch: Removed unused variables and reduced SharedPtr copies. 9 years ago
wwylele 84e78790ab Config: auto-select region and language 9 years ago
emmauss c4e4fa53d9 Implement Frame rate limiter (#2223) 9 years ago
Jannik Vogel d2c39bdb29 Unify Windows ICON resource name 9 years ago
Jannik Vogel 45d941d62e Support mingw cross-compile 9 years ago
Subv bdad00c73f Threading: Added some utility functions and const correctness. 9 years ago
Subv 8634b8cb83 Threading: Reworked the way our scheduler works. 9 years ago
Jannik Vogel 8efeb6ee2b Remove unused version.h 9 years ago
Subv 2eceee3a4c Fixed the rebase mistakes. 9 years ago
Subv d171409f29 Kernel/Loader: Grab the system mode from the NCCH ExHeader. 9 years ago
Emmanuel Gil Peyrot 0820c99462 GPU: Remove the broken frame_skip option. 9 years ago
Subv 1323ab2f5f Kernel/Loader: Grab the system mode from the NCCH ExHeader. 9 years ago
James Rowe c3ea6f4ddb Add mingw compile support 10 years ago
Pringo 51750dc8f5 Minor Menu Fixes 9 years ago