index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
build: add default install for DragonFly, Solaris, etc.
Jan Beich
1
-1
/
+1
2016-09-22
implement wait tree widget
wwylele
1
-0
/
+2
2016-08-30
qt: Add a configuration tab for Graphics and move relevant fields.
bunnei
1
-0
/
+3
2016-07-29
Input GUI: Add tab to remap controls (#1900)
Anon
1
-0
/
+3
2016-07-10
Qt: add system settings config tab
wwylele
1
-0
/
+3
2016-06-02
Remove unused and bitrotted "controller config" files
archshift
1
-5
/
+0
2016-05-19
Config: Audio sink configuration (#1798)
Maribel
1
-0
/
+3
2016-05-07
citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'
Jannik Vogel
1
-2
/
+2
2016-05-04
add missing header
wwylele
1
-0
/
+1
2016-04-26
Qt Frontend: Add Threads::Threads import in CMakeLists.txt.
Emmanuel Gil Peyrot
1
-1
/
+1
2016-03-21
Add Configure widget
LittleWhite
1
-2
/
+13
2016-03-02
Dependencies: Remove GLFW, Add SDL2
MerryMage
1
-18
/
+7
2016-02-21
AudioCore: Skeleton Implementation
MerryMage
1
-1
/
+1
2015-10-14
citra-qt: Add icon to Mac app
Pierre de La Morinerie
1
-1
/
+3
2015-10-04
citra-qt: Use custom Info.plist for Mac builds
Pierre de La Morinerie
1
-0
/
+2
2015-10-02
Initial implementation of a game list
archshift
1
-0
/
+2
2015-08-25
citra-qt: Add helper function to get a monospace QFont
Yuri Kunde Schlesner
1
-0
/
+2
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
1
-1
/
+1
2015-07-13
Add CiTrace recording support.
Tony Wasserka
1
-0
/
+2
2015-07-09
Citra, CitraQt: Tell cmake to install the compiled binaries.
Emmanuel Gil Peyrot
1
-1
/
+3
2015-06-09
Robocopy doesn't like trailing slashes
Clienthax
1
-4
/
+4
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-3
/
+3
2015-03-26
unsetting a few more variables that arent needed outside of this function
James Rowe
1
-0
/
+3
2015-03-26
Updated the copy commands to run on post_build and use generator expressions to simplify the code as well
James Rowe
1
-27
/
+26
2015-03-26
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
James Rowe
1
-22
/
+12
2015-03-26
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.
James Rowe
1
-0
/
+44
2015-03-08
Build app bundles on OS X. Fixes the issue where the menubar would not appear.
archshift
1
-1
/
+5
2015-03-02
Add profiling infrastructure and widget
Yuri Kunde Schlesner
1
-0
/
+3
2015-02-11
citra-qt: Add a vertex shader debugger.
Tony Wasserka
1
-0
/
+2
2015-02-11
Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.
Tony Wasserka
1
-0
/
+2
2015-01-09
Use -pthread where and only where needed
Johannes Ekberg
1
-4
/
+0
2015-01-09
Generic PLATFORM_LIBRARIES var
Johannes Ekberg
1
-8
/
+1
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
1
-15
/
+15
2014-12-31
SOC_U: Preliminary implementation of sockets.
Subv
1
-1
/
+1
2014-12-31
Add citra icon to Windows executable and title bar
Chin
1
-0
/
+1
2014-12-15
Clean up CMake library specification
Yuri Kunde Schlesner
1
-0
/
+4
2014-12-09
Some code cleanup.
Tony Wasserka
1
-0
/
+1
2014-12-09
citra-qt: Add pica framebuffer widget.
Tony Wasserka
1
-0
/
+2
2014-12-09
Add GUI widget for controlling pica breakpoints.
Tony Wasserka
1
-0
/
+2
2014-12-09
citra-qt: Add a utility spinbox class called CSpinBox.
Tony Wasserka
1
-0
/
+2
2014-10-08
Added configuration file system.
archshift
1
-0
/
+2
2014-09-01
CMake cleanup
Yuri Kunde Schlesner
1
-16
/
+23
2014-09-01
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
1
-1
/
+1
2014-08-25
Pica: Add support for dumping textures.
Tony Wasserka
1
-1
/
+1
2014-08-19
Add Qt5 option. Use Qt5 by default.
Sacha
1
-13
/
+19
2014-08-18
CMake Cleanup
Sacha
1
-23
/
+9
2014-06-12
citra-qt: Add command list view.
Tony Wasserka
1
-0
/
+2
2014-06-12
citra-qt: Add GX command history viewer.
Tony Wasserka
1
-0
/
+2
2014-05-20
CMakeLists: rename HEADS, improved comments
archshift
1
-2
/
+2
2014-05-01
Fixed indents
archshift
1
-1
/
+1
2014-05-01
Linux support
archshift
1
-1
/
+1
2014-05-01
A bit of Cmake love
archshift
1
-2
/
+2
2014-04-29
IT'S ALIVE!
archshift
1
-2
/
+23
2014-04-23
fixes to build on linux
bunnei
1
-12
/
+12
2014-04-23
updated CMakeLists for missing files
ShizZy
1
-6
/
+6
2014-04-11
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
1
-25
/
+25
2014-04-01
Basic QT window
Mathieu Vaillancourt
1
-0
/
+38