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
/
core
Age
Commit message (
Expand
)
Author
2018-07-23
Merge pull request #786 from lioncash/exclusive
bunnei
2018-07-23
Merge pull request #784 from lioncash/loader
bunnei
2018-07-23
Merge pull request #783 from lioncash/linker
bunnei
2018-07-23
Merge pull request #782 from lioncash/file
bunnei
2018-07-23
Merge pull request #780 from lioncash/move
bunnei
2018-07-23
Merge pull request #779 from lioncash/shared
bunnei
2018-07-23
exclusive_monitor: Use consistent type alias for u64
Lioncash
2018-07-23
loader: Remove unnecessary constructor call in IdentifyFile()
Lioncash
2018-07-23
linker: Remove unused parameter from WriteRelocations()
Lioncash
2018-07-23
nro: Replace inclusion with a forward declaration
Lioncash
2018-07-23
nro: Make bracing consistent
Lioncash
2018-07-23
nro: Make constructor explicit
Lioncash
2018-07-23
nro: Remove unused forward declaration
Lioncash
2018-07-23
Merge pull request #695 from DarkLordZach/nro-asset
bunnei
2018-07-23
vi: Add std::is_trivially_copyable checks to Read and Write functions
Lioncash
2018-07-23
vi: std::move std::vector in constructors where applicable
Lioncash
2018-07-23
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
2018-07-23
set: Add missing log call in GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
NRO Assets and NACP file format
Zach Hilman
2018-07-23
Merge pull request #777 from lioncash/lang
bunnei
2018-07-23
set: Implement GetAvailableLanguageCodeCount()
Lioncash
2018-07-23
set: Correct return code size of value in GetAvailableLanguageCodes()
Lioncash
2018-07-22
Merge pull request #774 from Subv/atomic_signal
bunnei
2018-07-22
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-22
Implement exclusive monitor
MerryMage
2018-07-22
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
Merge pull request #760 from lioncash/path
bunnei
2018-07-21
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
Merge pull request #754 from lioncash/part
bunnei
2018-07-21
Merge pull request #750 from lioncash/ctx
bunnei
2018-07-21
Merge pull request #755 from lioncash/ctor
bunnei
2018-07-21
Merge pull request #751 from Subv/tpidr_el0
bunnei
2018-07-21
Merge pull request #753 from lioncash/const
bunnei
2018-07-20
Merge pull request #752 from Subv/vfs_load
bunnei
2018-07-20
file_sys/errors: Remove redundant object constructor calls
Lioncash
2018-07-20
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...
Lioncash
2018-07-20
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-20
vfs_offset: Simplify TrimToFit()
Lioncash
2018-07-20
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...
Lioncash
2018-07-20
vfs: Use variable template variants of std::is_trivially_copyable
Lioncash
2018-07-20
vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...
Lioncash
2018-07-20
Loader: Only print the module names and addresses if they actually exist.
Subv
2018-07-20
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
[next]