index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-07-19
loader: Amend Doxygen comments
Lioncash
2018-07-19
Merge pull request #709 from lioncash/thread-local
bunnei
2018-07-19
Merge pull request #705 from lioncash/string-ref
bunnei
2018-07-19
Merge pull request #704 from lioncash/string
bunnei
2018-07-19
Merge pull request #703 from lioncash/const
bunnei
2018-07-19
Merge pull request #702 from lioncash/initialize
bunnei
2018-07-19
Merge pull request #701 from lioncash/moving
bunnei
2018-07-19
Merge pull request #699 from lioncash/vfs
bunnei
2018-07-19
Merge pull request #697 from bunnei/disable-depth-cull
bunnei
2018-07-19
common/misc: Deduplicate code in GetLastErrorMsg()
Lioncash
2018-07-19
file_util: return string by const reference for GetExeDirectory()
Lioncash
2018-07-18
string_util: Remove AsciiToHex()
Lioncash
2018-07-18
Merge pull request #692 from lioncash/assign
bunnei
2018-07-18
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...
Lioncash
2018-07-18
partition_filesystem: Ensure all class members of PartitionFilesystem are ini...
Lioncash
2018-07-18
gl_state: Temporarily disable culling and depth test.
bunnei
2018-07-18
content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference
Lioncash
2018-07-18
content_archive: Add missing standard includes
Lioncash
2018-07-18
content_archive: std::move VirtualFile in NCA's constructor
Lioncash
2018-07-18
vfs: Deduplicate accumulation code in VfsDirectory's GetSize()
Lioncash
2018-07-18
Merge pull request #691 from lioncash/guard
bunnei
2018-07-18
Merge pull request #686 from lioncash/fmt
bunnei
2018-07-18
Merge pull request #688 from lioncash/comma
bunnei
2018-07-18
Merge pull request #693 from lioncash/unused
bunnei
2018-07-18
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
Merge pull request #680 from bunnei/fix-swizz
bunnei
2018-07-18
Merge pull request #684 from lioncash/nonmember
bunnei
2018-07-18
decoders: Fix calc of swizzle image_width_in_gobs.
bunnei
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
core/memory: Remove unused function GetSpecialHandlers() and an unused variab...
Lioncash
2018-07-18
address_arbiter: Correct assignment within an assertion statement in WakeThre...
Lioncash
2018-07-18
service/prepo: Add missing header guard
Lioncash
2018-07-18
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
core: Make System's default constructor private
Lioncash
2018-07-18
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
externals: update fmt to version 5.1.0
Lioncash
2018-07-18
game_list: Make ContainsAllWords an internally linked non-member function
Lioncash
2018-07-18
Fill in more fields in TouchScreenEntryTouch
Zach Hilman
2018-07-18
Single touch support
Zach Hilman
2018-07-18
Merge pull request #681 from lioncash/const
bunnei
2018-07-18
Merge pull request #682 from lioncash/telemetry
bunnei
2018-07-17
Merge pull request #679 from lioncash/ctor
bunnei
2018-07-17
Merge pull request #678 from lioncash/astc
bunnei
2018-07-18
telemetry: Remove unnecessary Field constructor
Lioncash
2018-07-18
telemetry: Make operator== and operator!= const member functions of Field
Lioncash
2018-07-18
telemetry: Default copy/move constructors and assignment operators
Lioncash
2018-07-18
game_list: Upper-case containsAllWords to ContainsAllWords()
Lioncash
2018-07-18
game_list: Make containsAllWords a const member function
Lioncash
[next]