562 Commits (7628f3a6fcc166ee123ff26936fbd2e0fed1c4cd)

Author SHA1 Message Date
Yuri Kunde Schlesner 80762583c2 Qt: Move some connections from .ui file to code 9 years ago
Yuri Kunde Schlesner 5b96915c69 Qt: Reorganize connection of menu events 9 years ago
Yuri Kunde Schlesner 4cb1f36896 Qt: Re-organize setup of debugging widgets 9 years ago
Yuri Kunde Schlesner e823c908ea Qt: Fix action name to match conventions 9 years ago
Yuri Kunde Schlesner cef18c94e2 Qt: Make IsSingleFileDropEvent static 9 years ago
Yuri Kunde Schlesner c81a2aabbf Qt: Allow any file extension in Open dialog 9 years ago
Yuri Kunde Schlesner c7c0219f8a Qt: Remove orpahned function declaration 9 years ago
Yuri Kunde Schlesner 5f00fe905c Qt: Remove unnecessary std::string usage 9 years ago
noah the goodra 6bcd5ce047 added drag n drop feature 9 years ago
Yuri Kunde Schlesner f75e964d49 Qt/GameList: Use suffix() to parse the file extension 9 years ago
Kloen Lansfiel 30ff675f02 citra-qt: Don't attempt to scan files with unsupported extensions (#2402) 9 years ago
Yuri Kunde Schlesner 60fc0b086f VideoCore: Split regs.h inclusions 9 years ago
Yuri Kunde Schlesner f241bb72f5 Pica/Regs: Use binary search to look up reg names 9 years ago
Yuri Kunde Schlesner 5759d94b5c VideoCore: Move Regs to its own file 9 years ago
Yuri Kunde Schlesner 23713d5dee VideoCore: Split framebuffer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 9017093f58 VideoCore: Split texturing regs from Regs struct 9 years ago
Yuri Kunde Schlesner 000e78144c VideoCore: Split rasterizer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 09a750e866 Pica/Texture: Simplify/cleanup texture tile addressing 9 years ago
Yuri Kunde Schlesner a1c9ac7845 VideoCore: Move LookupTexture out of debug_utils.h 9 years ago
noah the goodra 6c41d87a9d removal of the -1 case in the configure_input switch 9 years ago
Yuri Kunde Schlesner 335df895b9 VideoCore: Consistently use shader configuration to load attributes 9 years ago
Yuri Kunde Schlesner ab6954e942 VideoCore: Rename some types to more accurate names 9 years ago
Kloen Lansfiel f852369986 SDL: Select audio device (#2403) 9 years ago
Yuri Kunde Schlesner 0e9081b973 VideoCore/Shader: Move entry_point to SetupBatch 9 years ago
Yuri Kunde Schlesner 0f64274145 VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup 9 years ago
Yuri Kunde Schlesner ade7ed7c5f VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine 9 years ago
Yuri Kunde Schlesner a9b7752b9d Debugger: Always use interpreter for shader debugging 9 years ago
Yuri Kunde Schlesner dd4a1672a7 VideoCore/Shader: Split shader uniform state and shader engine 9 years ago
Yuri Kunde Schlesner 1e1f939817 VideoCore/Shader: Use only entry_point as ShaderSetup param 9 years ago
Yuri Kunde Schlesner e3caf669b0 VideoCore/Shader: Use self instead of g_state.vs in ShaderSetup 9 years ago
Kloen abc5c134a3 Removed unused and outdated external qhexedit 9 years ago
Kloen 380c165339 citra-qt: Removed unused and unimplemented ramview files. 9 years ago
Kloen 8d48798f1c QT: Fix ui file format 9 years ago
Kloen 551fe3dd69 QT: Fix some UI related warnings 9 years ago
wwylele cf3a272332 CAM: implement basic camera functions with a blank camera 9 years ago
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