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
2020-12-09
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-08
Merge pull request #5166 from lioncash/log-cast
bunnei
2020-12-08
Merge pull request #5135 from Morph1984/applets-shadow
bunnei
2020-12-08
Merge pull request #5167 from lioncash/doc-memory
bunnei
2020-12-08
memory: Resolve -Wdocumentation warning for Write()
Lioncash
2020-12-08
Merge pull request #5165 from lioncash/copy-controller
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
controller: Use std::move within ConvertToFrontendParameters()
Lioncash
2020-12-07
controller: Avoid unnecessary copies in ConfigurationComplete()
Lioncash
2020-12-08
Merge pull request #5020 from german77/AnalogfromButtonFix
Morph
2020-12-07
Disable analog joystick from buttons by default
german
2020-12-07
Merge pull request #5153 from comex/xx-unix
bunnei
2020-12-06
Merge pull request #5148 from comex/xx-unused-fields
bunnei
2020-12-06
Merge pull request #5154 from comex/xx-ipc
bunnei
2020-12-07
Merge pull request #5147 from comex/xx-purevirt
LC
2020-12-07
Merge pull request #5150 from comex/xx-boxcat
LC
2020-12-07
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-06
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-12-06
Fix "explicitly defaulted but implicitly deleted" warning
comex
2020-12-06
hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp
comex
2020-12-06
CMakeLists,network: Create YUZU_UNIX macro to replace __unix__
comex
2020-12-06
core: Mark unused fields as [[maybe_unused]]
comex
2020-12-06
boxcat: Avoid unnecessary object copy
comex
2020-12-06
nvdrv: Remove useless re-declaration of pure virtual methods that were alread...
comex
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
applets: Resolve variable shadowing
Morph
2020-12-05
system_version: Update to 11.0.0
Chloe Marcec
2020-12-03
Merge pull request #4996 from bunnei/use-4jits
bunnei
2020-12-02
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-01
Merge pull request #4937 from german77/multiUDP
bunnei
2020-11-29
Merge pull request #4939 from german77/MouseInput
bunnei
2020-11-29
kernel: scheduler: Minor cleanup to remove duplicated code.
bunnei
2020-11-29
kernel: time_manager: Protect access with a mutex.
bunnei
2020-11-29
hle: kernel: thread: Remove unused "Running" state.
bunnei
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
hle: kernel: time_manager: Avoid a crash on process exit.
bunnei
2020-11-29
hle: kernel: AddressArbiter: Remove unused code.
bunnei
2020-11-29
hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.
bunnei
2020-11-29
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
2020-11-29
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-28
Merge pull request #4998 from Morph1984/bioshock-patch
bunnei
2020-11-28
Add missing types to NpadCommunicationMode
german
2020-11-28
Merge pull request #5021 from german77/StubCommunicationMode
bunnei
2020-11-27
Merge pull request #5011 from lioncash/file-str2
bunnei
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-26
Stub set and get NpadCommunicationMode
german
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
core: Reduce string copies in GetGameFileFromPath()
Lioncash
[next]