618 Commits (6f70a284165683f3ebae737fb7431b7ad26dba9a)

Author SHA1 Message Date
Yuri Kunde Schlesner c6173ca60d Qt: Move some connections from .ui file to code 9 years ago
Yuri Kunde Schlesner 632bf59854 Qt: Reorganize connection of menu events 9 years ago
Yuri Kunde Schlesner e00a6d67f5 Qt: Re-organize setup of debugging widgets 9 years ago
Yuri Kunde Schlesner 8515b7f183 Qt: Fix action name to match conventions 9 years ago
Yuri Kunde Schlesner be2f0fa3b0 Qt: Make IsSingleFileDropEvent static 9 years ago
Yuri Kunde Schlesner 7f3e4b3b04 Qt: Allow any file extension in Open dialog 9 years ago
Yuri Kunde Schlesner 6f64a25225 Qt: Remove orpahned function declaration 9 years ago
Yuri Kunde Schlesner df894125af Qt: Remove unnecessary std::string usage 9 years ago
noah the goodra 43acf2a17a added drag n drop feature 9 years ago
Yuri Kunde Schlesner 622c405e71 Qt/GameList: Use suffix() to parse the file extension 9 years ago
Kloen Lansfiel 21a48770b8 citra-qt: Don't attempt to scan files with unsupported extensions (#2402) 9 years ago
Yuri Kunde Schlesner ddf23d4a2e VideoCore: Split regs.h inclusions 9 years ago
Yuri Kunde Schlesner 1b3b6d9d9a Pica/Regs: Use binary search to look up reg names 9 years ago
Yuri Kunde Schlesner a0b1957425 VideoCore: Move Regs to its own file 9 years ago
Yuri Kunde Schlesner 6f9218c8ec VideoCore: Split framebuffer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 1242f42a09 VideoCore: Split texturing regs from Regs struct 9 years ago
Yuri Kunde Schlesner d3928b7f9a VideoCore: Split rasterizer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 114222b11e Pica/Texture: Simplify/cleanup texture tile addressing 9 years ago
Yuri Kunde Schlesner d1270b647c VideoCore: Move LookupTexture out of debug_utils.h 9 years ago
noah the goodra 31f5456b9d removal of the -1 case in the configure_input switch 9 years ago
Yuri Kunde Schlesner 067b9b54bd VideoCore: Consistently use shader configuration to load attributes 9 years ago
Yuri Kunde Schlesner a4a4b6408c VideoCore: Rename some types to more accurate names 9 years ago
Kloen Lansfiel 637f58dd1e SDL: Select audio device (#2403) 9 years ago
Yuri Kunde Schlesner ab0b74b0f3 VideoCore/Shader: Move entry_point to SetupBatch 9 years ago
Yuri Kunde Schlesner 1994f1a6f2 VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup 9 years ago
Yuri Kunde Schlesner 46fc50931f VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine 9 years ago
Yuri Kunde Schlesner 2c14dbdb64 Debugger: Always use interpreter for shader debugging 9 years ago
Yuri Kunde Schlesner 73e7bc2592 VideoCore/Shader: Split shader uniform state and shader engine 9 years ago
Yuri Kunde Schlesner 03d2b6aa89 VideoCore/Shader: Use only entry_point as ShaderSetup param 9 years ago
Yuri Kunde Schlesner d6533112fe VideoCore/Shader: Use self instead of g_state.vs in ShaderSetup 9 years ago
Kloen 9578e123ec Removed unused and outdated external qhexedit 9 years ago
Kloen e0e1b347a4 citra-qt: Removed unused and unimplemented ramview files. 9 years ago
Kloen 93c2abb5d8 QT: Fix ui file format 9 years ago
Kloen 225cfcf539 QT: Fix some UI related warnings 9 years ago
wwylele caee572f78 CAM: implement basic camera functions with a blank camera 9 years ago
bunnei d2a2789dda config: Add option for specifying screen resolution scale factor. 9 years ago
Subv bcad1d6f12 Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. 9 years ago
Jonathan Hao 1df720ed08 Fix some warnings (#2399) 9 years ago
wwylele e844f294a1 Frontend: emulate motion sensor 9 years ago
MerryMage 4aaaea9758 core: Move emu_window and key_map into core 9 years ago
bunnei 8cfd0762fd core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 1fd7cfb69e Address clang-format issues. 9 years ago
bunnei d504f6cf08 core: Consolidate core and system state, remove system module & cleanups. 9 years ago
bunnei 98bf7cc82f core: Consolidate top-level system state into a singleton. 9 years ago
Lioncash 0ecbd152b1 citra-qt: Move graphics debugging code into its own folder 9 years ago
Lioncash 20112a1c26 disassembler: Remove mutable specifier from breakpoints member variable 9 years ago
Lioncash bf5974f077 citra-qt: Move bits of constructor behavior to named functions 9 years ago
CaptV0rt3x 258f683672 line fixup for travis ci 9 years ago
Vamsi Krishna 5d3470c841 screen swap - Hotkey mapping 9 years ago
Vamsi Krishna 255b58025b Fixed game_list focusing issue. 9 years ago