index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-08-06
Use const where applicable
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
Merge pull request #931 from DarkLordZach/nca-as-drd
bunnei
2018-08-06
Merge pull request #947 from lioncash/encoding
bunnei
2018-08-06
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-06
Merge pull request #943 from lioncash/decl
bunnei
2018-08-06
Merge pull request #946 from lioncash/compress
bunnei
2018-08-06
Merge pull request #944 from lioncash/menu
bunnei
2018-08-06
Merge pull request #942 from lioncash/default
bunnei
2018-08-06
Merge pull request #940 from lioncash/private
bunnei
2018-08-06
Merge pull request #936 from bunnei/avoid-copies
bunnei
2018-08-06
Merge pull request #934 from lioncash/chrono
bunnei
2018-08-06
qt/main: Avoid sign conversions in UpdateRecentFiles()
Lioncash
2018-08-06
game_list: Remove unnecessary conversion to std::string in ValidateEntry()
Lioncash
2018-08-06
game_list: Use QString::fromStdString() where applicable instead of c_str()
Lioncash
2018-08-06
game_list: Join declarations and assignments in onTextChanged()
Lioncash
2018-08-06
qt/main: Collapse if statement in UpdateRecentFiles()
Lioncash
2018-08-06
qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateU...
Lioncash
2018-08-06
qt: Don't show error dialog when canceling the Load Folder dialog
Lioncash
2018-08-06
qt/game_list_p: Remove redundant base class constructor invocations
Lioncash
2018-08-06
qt: Add missing override specifiers where applicable
Lioncash
2018-08-06
qt: Default destructors where applicable
Lioncash
2018-08-06
kernel/event: Make data members private
Lioncash
2018-08-06
Merge pull request #933 from lioncash/memory
bunnei
2018-08-06
Service/Audio: audout_a.cpp: remove pragma once
mailwl
2018-08-05
maxwell_3d: Remove outdated assert.
bunnei
2018-08-05
gl_rasterizer_cache: Avoid superfluous surface copies.
bunnei
2018-08-05
Merge pull request #932 from lioncash/func
bunnei
2018-08-05
Merge pull request #929 from lioncash/addr
bunnei
2018-08-05
Merge pull request #930 from lioncash/thread
bunnei
2018-08-05
Merge pull request #925 from bunnei/audren
bunnei
2018-08-05
perf_stats: Correct literal used for MAX_LAG_TIME_US
Lioncash
2018-08-05
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-05
memory: Make prototype parameter names match their definitions
Lioncash
2018-08-05
memory: Correct prototype of ZeroBlock
Lioncash
2018-08-05
memory: Remove unnecessary const qualifiers in prototypes
Lioncash
2018-08-05
core_timing: Convert typedef into a type alias
Lioncash
2018-08-05
core_timing: Use transparent functors where applicable
Lioncash
2018-08-05
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-05
Merge pull request #927 from bunnei/fix-texs
bunnei
2018-08-05
gdbstub: Use type alias for breakpoint maps
Lioncash
2018-08-05
gdbstub: Move all file-static variables into the GDBStub namespace
Lioncash
2018-08-05
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-05
address_arbiter: Return by value from GetThreadsWaitingOnAddress()
Lioncash
2018-08-05
gdbstub: Replace PAddr alias with VAddr
Lioncash
2018-08-05
gl_shader_decompiler: Fix TEXS mask and dest.
bunnei
2018-08-05
Merge pull request #926 from ogniK5377/vertex-attrib-format
bunnei
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei
2018-08-05
added braces for conditions
David Marcec
2018-08-05
fix the attrib format for ints
David Marcec
[next]