174 Commits (a9f9b207c204650478ddbb9581daa1af8645dc36)

Author SHA1 Message Date
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
bunnei 4b1c34c257 externals: Use unicorn DLL instead of static lib. 8 years ago
B3n30 fdd8a6ef0c WebService: Verify username and token (#2930) 8 years ago
bunnei b4d06de621 qt: Add web configuration tab. 8 years ago
B3n30 64b6caf5f5 Implement basic virtual Room support based on enet (#2803) 9 years ago
Kloen 0b22d01043 citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet 9 years ago
Yuri Kunde Schlesner 1f22f0939c CMake: Create INTERFACE targets for microprofile and nihstro 9 years ago
Yuri Kunde Schlesner 1e2a31410c CMake: Remove CITRA_QT_LIBS var 9 years ago
Yuri Kunde Schlesner 08a93f99d2 CMake: Stop using FindOpenGL, which seems to not be required anymore 9 years ago
Yuri Kunde Schlesner 97f922e583 CMake: Use IMPORTED target for Boost 9 years ago
Yuri Kunde Schlesner b78ce2bce5 CMake: Correct inter-module dependencies and library visibility 9 years ago
Yuri Kunde Schlesner fc0204b2c0 citra-qt: Remove callstack widget 9 years ago
Yuri Kunde Schlesner 1465b0b919 citra-qt: Remove disassembler widget 9 years ago
Lioncash bbb41d4504 citra-qt: Move config dialog code to its own directory 9 years ago
wwylele 189063ac2d InputCommon: add Keyboard 9 years ago
Yuri Kunde Schlesner e7c2eba35d Remove built-in (non-Microprofile) profiler 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
Lioncash 0ecbd152b1 citra-qt: Move graphics debugging code into its own folder 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
freiro 0fb7af11d3 Removed redundant Qt check and other fixes 9 years ago
freiro 3600ce8ff2 [MSVC] Copy SDL2.dll to build folder 9 years ago
Jannik Vogel 63e5851830 Remove unused version.h 9 years ago
Jan Beich 01f9251b53 build: add default install for DragonFly, Solaris, etc. 9 years ago
wwylele 8b25c12ce8 implement wait tree widget 10 years ago
bunnei 2d64553023 qt: Add a configuration tab for Graphics and move relevant fields. 9 years ago
Anon 9e4923c36c Input GUI: Add tab to remap controls (#1900) 10 years ago
wwylele 031589a960 Qt: add system settings config tab 10 years ago
archshift a06b347518 Remove unused and bitrotted "controller config" files 10 years ago
Maribel 3172c8cdad Config: Audio sink configuration (#1798) 10 years ago
Jannik Vogel 3261520e19 citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' 10 years ago
wwylele aad34f5d62 add missing header 10 years ago
Emmanuel Gil Peyrot 2ea4f2851a Qt Frontend: Add Threads::Threads import in CMakeLists.txt. 10 years ago
LittleWhite e5b8519b62 Add Configure widget 10 years ago
MerryMage f2c32b7336 Dependencies: Remove GLFW, Add SDL2 10 years ago
MerryMage d2710b784a AudioCore: Skeleton Implementation 10 years ago
Pierre de La Morinerie 2754ac64b7 citra-qt: Add icon to Mac app 10 years ago
Pierre de La Morinerie 3e2b782f5f citra-qt: Use custom Info.plist for Mac builds 10 years ago
archshift 6da3f4480e Initial implementation of a game list 10 years ago
Yuri Kunde Schlesner 2436b1c104 citra-qt: Add helper function to get a monospace QFont 10 years ago
bunnei 3d35d53b8d Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. 11 years ago
Tony Wasserka 902fa4da52 Add CiTrace recording support. 11 years ago
Emmanuel Gil Peyrot 7c51bc44aa Citra, CitraQt: Tell cmake to install the compiled binaries. 11 years ago
Clienthax 8515b23bec Robocopy doesn't like trailing slashes 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
James Rowe 635ed87788 unsetting a few more variables that arent needed outside of this function 11 years ago
James Rowe 5b9a5493c5 Updated the copy commands to run on post_build and use generator expressions to simplify the code as well 11 years ago
James Rowe 2d7008f03c Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time 11 years ago
James Rowe 4a7e21eb58 More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories. 11 years ago