538 Commits (6dc26f9d4e6acc40941f83df8d593cdf103caf3d)

Author SHA1 Message Date
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
MerryMage ee1822efa9 main: Open folder when open save folder location context menu is clicked 9 years ago
MerryMage 33831718fa game_list: Implement context menu for items in list 9 years ago
Subv 00decc1180 Fixed the codestyle to match our clang-format rules. 9 years ago
freiro 04e6500b5d Modularized Qt and SDL file copying 9 years ago
freiro b3b35563ce Modularization of copy_msvc_libraries cmake funct 9 years ago
Lioncash b24112862e citra-qt: Make constructors explicit where applicable 9 years ago
freiro 0fb7af11d3 Removed redundant Qt check and other fixes 9 years ago
Lioncash 94f0a00f0e citra-qt: Add missing #pragma once directives 9 years ago
Lioncash 2a1cf1e2ce game_list: Make slots private functions 9 years ago
Lioncash c22f539978 game_list: Make the constructor explicit 9 years ago
Lioncash ada0edd082 game_list: Make the AddEntry argument a const reference 9 years ago
Lioncash da804ef0ff game_list: Replace 0 literals with nullptr 9 years ago
Lioncash f5636c45fb game_list: Use QT5's new event connection syntax 9 years ago
Lioncash bd25e19ee8 game_list: Pass the parent constructor argument to the QWidget base class 9 years ago
freiro 3600ce8ff2 [MSVC] Copy SDL2.dll to build folder 9 years ago
Lioncash e221b00122 graphics_cmdlists: Get rid of variable shadowing 9 years ago
Lioncash a1f25eb04a graphics_cmdlists: Get rid of an unused variable 9 years ago
Lioncash 520b6a7ae4 graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments const 9 years ago
Lioncash 95adb797c5 graphics_cmdlists: Make LoadImage internally linked 9 years ago
Lioncash b0ebdfae34 Add all services to the Service namespace 9 years ago
MerryMage 0713074841 configure_input: Modernize and cleanup input configuration tab 9 years ago
Subv d4815e828d WaitSynch: Removed unused variables and reduced SharedPtr copies. 9 years ago