index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
main.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove lots more 3DS-specific code.
bunnei
2017-10-12
1
-13
/
+1
*
telemetry: Log frontend type.
bunnei
2017-08-25
1
-0
/
+2
*
citra_qt: Show one-time callout messages to user.
bunnei
2017-08-25
1
-0
/
+44
*
Quickfix typo in OpenGL 3.3 error message
Andrea Pascal
2017-08-04
1
-1
/
+1
*
citra-qt: load ui theme at startup and config change.
Kloen
2017-06-24
1
-0
/
+21
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
1
-5
/
+10
*
Fixed wiki URLs.
TheKoopaKingdom
2017-06-02
1
-6
/
+8
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
1
-9
/
+7
*
Optimized messages that were repetitive and added ability for core errors to ...
TheKoopaKingdom
2017-06-02
1
-34
/
+52
*
Added message to status bar to show core errors ignored by the user.
TheKoopaKingdom
2017-06-02
1
-1
/
+10
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
1
-17
/
+22
*
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-06-02
1
-17
/
+69
*
Remove some unnecessary inclusions of video_core.h
Yuri Kunde Schlesner
2017-05-27
1
-1
/
+0
*
Remove ability to load symbol maps
Yuri Kunde Schlesner
2017-05-07
1
-13
/
+0
*
citra-qt: Remove callstack widget
Yuri Kunde Schlesner
2017-05-07
1
-11
/
+0
*
citra-qt: Remove disassembler widget
Yuri Kunde Schlesner
2017-05-07
1
-14
/
+0
*
citra-qt: game list search function (#2673)
Nico Bosshard
2017-04-29
1
-1
/
+22
*
Better looking status bar under Linux Ubuntu (#2662)
Cereal-Killa
2017-04-12
1
-0
/
+1
*
citra-qt: Move config dialog code to its own directory
Lioncash
2017-04-03
1
-2
/
+2
*
citra-qt: remove dead code
wwylele
2017-03-17
1
-1
/
+0
*
Merge pull request #2587 from yuriks/status-bar
Yuri Kunde Schlesner
2017-02-26
1
-5
/
+52
|
\
|
*
Qt: Tweak status bar styling
Yuri Kunde Schlesner
2017-02-26
1
-0
/
+2
|
*
Qt: Increase status bar update interval to 2 seconds
Yuri Kunde Schlesner
2017-02-26
1
-1
/
+1
|
*
Qt: Add tooltips to status bar displays
Yuri Kunde Schlesner
2017-02-26
1
-0
/
+7
|
*
Qt: Don't show fractional figures in the status bar
Yuri Kunde Schlesner
2017-02-26
1
-2
/
+2
|
*
Remove built-in (non-Microprofile) profiler
Yuri Kunde Schlesner
2017-02-26
1
-5
/
+0
|
*
Add performance statistics to status bar
Yuri Kunde Schlesner
2017-02-26
1
-0
/
+27
|
*
Qt: Add (empty) status bar
Yuri Kunde Schlesner
2017-02-26
1
-0
/
+16
*
|
Gui: Change title bar to include build name
James Rowe
2017-02-23
1
-1
/
+2
|
/
*
Qt: Move some connections from .ui file to code
Yuri Kunde Schlesner
2017-02-18
1
-0
/
+3
*
Qt: Reorganize connection of menu events
Yuri Kunde Schlesner
2017-02-18
1
-13
/
+22
*
Qt: Re-organize setup of debugging widgets
Yuri Kunde Schlesner
2017-02-18
1
-35
/
+34
*
Qt: Fix action name to match conventions
Yuri Kunde Schlesner
2017-02-18
1
-3
/
+3
*
Qt: Make IsSingleFileDropEvent static
Yuri Kunde Schlesner
2017-02-17
1
-1
/
+1
*
Qt: Allow any file extension in Open dialog
Yuri Kunde Schlesner
2017-02-17
1
-2
/
+3
*
Qt: Remove unnecessary std::string usage
Yuri Kunde Schlesner
2017-02-17
1
-11
/
+12
*
added drag n drop feature
noah the goodra
2017-02-16
1
-1
/
+35
*
citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
Kloen Lansfiel
2017-02-12
1
-3
/
+8
*
Removed unused and outdated external qhexedit
Kloen
2017-01-22
1
-1
/
+1
*
citra-qt: Removed unused and unimplemented ramview files.
Kloen
2017-01-22
1
-1
/
+0
*
Address clang-format issues.
bunnei
2016-12-21
1
-14
/
+13
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
1
-1
/
+0
*
core: Consolidate top-level system state into a singleton.
bunnei
2016-12-21
1
-55
/
+26
*
citra-qt: Move graphics debugging code into its own folder
Lioncash
2016-12-21
1
-6
/
+6
*
citra-qt: Move bits of constructor behavior to named functions
Lioncash
2016-12-19
1
-61
/
+78
*
Merge pull request #2351 from CaptV0rt3x/master
bunnei
2016-12-18
1
-0
/
+1
|
\
|
*
Fixed game_list focusing issue.
Vamsi Krishna
2016-12-18
1
-0
/
+1
*
|
screen swap - Hotkey mapping
Vamsi Krishna
2016-12-19
1
-1
/
+1
|
/
*
main: Open folder when open save folder location context menu is clicked
MerryMage
2016-12-15
1
-0
/
+19
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-27
1
-5
/
+4
[next]