index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu_cmd
/
yuzu.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
1
-1
/
+3
2018-08-09
loader: Add more descriptive errors
Zach Hilman
1
-13
/
+11
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
1
-0
/
+1
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
1
-1
/
+1
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
1
-1
/
+1
2018-08-01
Fix merge conflicts with opus and update docs
Zach Hilman
1
-2
/
+2
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
1
-5
/
+9
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
1
-13
/
+0
2018-08-01
Remove files that are not used
Zach Hilman
1
-0
/
+15
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
1
-8
/
+13
2018-07-14
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
bunnei
1
-0
/
+5
2018-07-12
Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual erro...
Tobias
1
-3
/
+1
2018-07-12
yuzu-cmd Apply the filter string from settings
James Rowe
1
-2
/
+1
2018-07-02
Fix build and address review feedback
bunnei
1
-0
/
+1
2018-07-02
Add configurable logging backends
James Rowe
1
-1
/
+6
2018-07-02
Update clang format
James Rowe
1
-3
/
+3
2018-07-02
Rename logging macro back to LOG_*
James Rowe
1
-10
/
+10
2018-05-23
yuzu_cmd: Fix project for latest msvc.
bunnei
1
-14
/
+12
2018-04-26
frontends: Move logging macros over to new fmt-capable ones
Lioncash
1
-12
/
+12
2018-04-21
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
adityaruplaha
1
-2
/
+10
2018-04-19
Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...
N00byKing
1
-0
/
+9
2018-03-26
yuzu.cpp: Update Link from citra to yuzu
N00byKing
1
-1
/
+1
2018-01-16
clang-format
MerryMage
1
-1
/
+0
2018-01-13
Minor cleanup
MerryMage
1
-2
/
+2
2018-01-12
Get yuzu sdl to start compiling
James Rowe
1
-2
/
+3
2018-01-12
Massive removal of unused modules
James Rowe
1
-0
/
+0
2017-08-25
telemetry: Log frontend type.
bunnei
1
-0
/
+2
2017-06-24
Set global definition WIN32_LEAN_AND_MEAN (#2807)
B3n30
1
-0
/
+3
2017-06-03
Edit Citra URLs (#2728)
Alex Touchet
1
-1
/
+1
2017-05-27
Remove some unnecessary inclusions of video_core.h
Yuri Kunde Schlesner
1
-1
/
+0
2017-01-29
citra: add missing control paths for ResultStatus on rom load. Fix warning ab...
Kloen
1
-0
/
+20
2016-12-21
Address clang-format issues.
bunnei
1
-3
/
+3
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
1
-2
/
+1
2016-12-21
core: Consolidate top-level system state into a singleton.
bunnei
1
-21
/
+14
2016-12-05
Support mingw cross-compile
Jannik Vogel
1
-1
/
+1
2016-11-27
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
1
-6
/
+6
2016-11-19
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
1
-4
/
+11
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-5
/
+2
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-4
/
+6
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-21
/
+18
2016-06-08
Fix boot_filename encode on Windows
LFsWang
1
-0
/
+22
2016-05-21
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
1
-1
/
+1
2016-05-21
Loader, Frontends: Refactor loader creation and game loading
Emmanuel Gil Peyrot
1
-1
/
+7
2016-04-20
SDL2 Frontend: Use argv[0], add a --version, and reorder options.
Emmanuel Gil Peyrot
1
-9
/
+20
2016-04-11
Use Settings::Apply in SDL frontend
Jannik Vogel
1
-5
/
+4
2016-04-06
Default to settings from ini for gdbstub
polaris-
1
-6
/
+6
2016-04-06
Adopted WinterMute's gdbstub changes
polaris-
1
-4
/
+21
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-2
/
+2
2016-03-15
citra: Shutdown cleanly if ROM load fails
MerryMage
1
-8
/
+6
2016-03-02
Dependencies: Remove GLFW, Add SDL2
MerryMage
1
-2
/
+2
[next]