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
/
yuzu_cmd
/
yuzu.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6199 from lioncash/log-ns
bunnei
2021-04-15
1
-2
/
+4
|
\
|
*
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-15
1
-2
/
+4
*
|
common: Move settings to common from core.
bunnei
2021-04-15
1
-2
/
+2
|
/
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
1
-1
/
+1
*
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
ReinUsesLisp
2021-01-21
1
-0
/
+3
*
yuzu_cmd: Silence unreferenced local variable warning
Morph
2021-01-10
1
-2
/
+0
*
general: Fix various spelling errors
Morph
2021-01-02
1
-1
/
+1
*
cmake: Always enable Vulkan
ReinUsesLisp
2020-12-25
1
-7
/
+0
*
yuzu: Remove gdbstub configuration
FearlessTobi
2020-12-19
1
-19
/
+5
*
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-5
/
+4
*
Merge pull request #4976 from comex/poll-events
Rodrigo Locatti
2020-11-26
1
-1
/
+1
|
\
|
*
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
comex
2020-11-23
1
-1
/
+1
*
|
core: Make use of [[nodiscard]] with the System class
Lioncash
2020-11-18
1
-2
/
+2
|
/
*
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
2020-09-20
1
-5
/
+2
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-1
/
+4
*
input_common: Eliminate most global state
Lioncash
2020-08-27
1
-4
/
+5
*
common/telemetry: Migrate namespace into the Common namespace
Lioncash
2020-08-18
1
-1
/
+1
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-2
/
+2
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-10
1
-1
/
+1
*
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
1
-2
/
+4
*
YuzuCMD/Tester: Correct execution
Fernando Sahmkow
2020-06-27
1
-3
/
+4
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Address review and fix broken yuzu-tester build
James Rowe
2020-03-26
1
-2
/
+2
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
1
-9
/
+2
*
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-26
1
-9
/
+16
*
yuzu: Implement Vulkan frontend
ReinUsesLisp
2020-01-29
1
-1
/
+17
*
Add FPS to SDL title bar
jroweboy
2019-09-22
1
-2
/
+2
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-1
/
+1
*
Merge pull request #2526 from lioncash/global
Zach Hilman
2019-06-05
1
-4
/
+1
|
\
|
*
yuzu_cmd/yuzu: Correct formatting specifier
Lioncash
2019-05-29
1
-1
/
+1
|
*
core/loader: Remove LoadKernelSystemMode
Lioncash
2019-05-29
1
-3
/
+0
*
|
yuzu_cmd: Split emu_window OpenGL implementation into its own file
ReinUsesLisp
2019-05-25
1
-1
/
+2
|
/
*
yuzu_cmd: Make OpenGL's context current
ReinUsesLisp
2019-05-17
1
-0
/
+1
*
CMakeLists: Ensure we specify Unicode as the codepage on Windows
Lioncash
2019-04-17
1
-4
/
+6
*
game_list: Register content with ContentProvider
Zach Hilman
2019-03-27
1
-0
/
+2
*
Fix getopt on systems where char is unsigned by default
xperia64
2019-03-19
1
-2
/
+2
*
yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main()
Lioncash
2019-03-04
1
-1
/
+1
*
gl_shader_cache: Link loading screen with disk shader cache load
ReinUsesLisp
2019-02-07
1
-0
/
+3
*
Merge pull request #1441 from CarlKenner/DebuggerLog
bunnei
2018-11-05
1
-0
/
+3
|
\
|
*
logging: Add DebuggerBackend for logging to Visual Studio
Carl Kenner
2018-10-07
1
-0
/
+3
*
|
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Lioncash
2018-10-13
1
-1
/
+1
*
|
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
1
-8
/
+11
|
/
*
Port web_service from Citra
fearlessTobi
2018-10-02
1
-0
/
+3
*
yuzu-cmd: Add call to CreateFactories
Zach Hilman
2018-09-19
1
-1
/
+3
*
yuzu-cmd: fix SDL logging
tgsm
2018-09-08
1
-2
/
+3
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
1
-0
/
+1
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+3
*
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-15
1
-1
/
+3
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-13
/
+11
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-09
1
-0
/
+1
*
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
1
-1
/
+1
|
\
|
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-1
/
+1
*
|
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
1
-5
/
+11
|
\
\
|
|
/
|
/
|
|
*
Fix merge conflicts with opus and update docs
Zach Hilman
2018-08-01
1
-2
/
+2
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
1
-5
/
+9
|
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
1
-13
/
+0
|
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-0
/
+15
*
|
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-02
1
-1
/
+1
|
/
*
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
1
-8
/
+13
*
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
bunnei
2018-07-14
1
-0
/
+5
*
Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)
Tobias
2018-07-12
1
-3
/
+1
*
yuzu-cmd Apply the filter string from settings
James Rowe
2018-07-12
1
-2
/
+1
*
Fix build and address review feedback
bunnei
2018-07-03
1
-0
/
+1
*
Add configurable logging backends
James Rowe
2018-07-03
1
-1
/
+6
*
Update clang format
James Rowe
2018-07-03
1
-3
/
+3
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-10
/
+10
*
yuzu_cmd: Fix project for latest msvc.
bunnei
2018-05-24
1
-14
/
+12
*
frontends: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-27
1
-12
/
+12
*
Merge pull request #377 from adityaruplaha/sdl2-fullscreen
bunnei
2018-04-21
1
-2
/
+10
|
\
|
*
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
adityaruplaha
2018-04-21
1
-2
/
+10
*
|
Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271)
N00byKing
2018-04-19
1
-0
/
+9
|
/
*
yuzu.cpp: Update Link from citra to yuzu
N00byKing
2018-03-26
1
-1
/
+1
*
clang-format
MerryMage
2018-01-16
1
-1
/
+0
*
Minor cleanup
MerryMage
2018-01-14
1
-2
/
+2
*
Get yuzu sdl to start compiling
James Rowe
2018-01-13
1
-0
/
+176