index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
IPurchaseEventManager: Implement GetPurchasedEventReadableHandle
Morph
2020-12-08
1
-1
/
+14
|
*
|
|
IPurchaseEventManager: Stub Set(Default)DeliveryTarget
Morph
2020-12-08
1
-2
/
+27
|
*
|
|
aoc_u: Stub Create(Permanent)EcPurchasedEventManager
Morph
2020-12-08
2
-2
/
+38
|
|
/
/
*
|
|
Merge pull request #5172 from lioncash/svc-wide
bunnei
2020-12-11
1
-35
/
+25
|
\
\
\
|
*
|
|
svc: Remove unnecessary casts
Lioncash
2020-12-08
1
-35
/
+25
|
|
/
/
*
|
|
Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailable
bunnei
2020-12-10
1
-1
/
+13
|
\
\
\
|
*
|
|
nim: Stub IsLargeResourceAvailable
Morph
2020-12-04
1
-1
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-09
4
-40
/
+45
|
\
\
\
|
*
|
|
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-12-06
4
-40
/
+45
*
|
|
|
Merge pull request #5166 from lioncash/log-cast
bunnei
2020-12-08
21
-76
/
+67
|
\
\
\
\
|
*
|
|
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
21
-76
/
+67
*
|
|
|
|
Merge pull request #5135 from Morph1984/applets-shadow
bunnei
2020-12-08
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
applets: Resolve variable shadowing
Morph
2020-12-05
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
controller: Use std::move within ConvertToFrontendParameters()
Lioncash
2020-12-07
1
-3
/
+3
*
|
|
|
controller: Avoid unnecessary copies in ConfigurationComplete()
Lioncash
2020-12-07
1
-9
/
+8
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5148 from comex/xx-unused-fields
bunnei
2020-12-06
2
-3
/
+3
|
\
\
\
|
*
|
|
core: Mark unused fields as [[maybe_unused]]
comex
2020-12-06
2
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #5154 from comex/xx-ipc
bunnei
2020-12-06
2
-34
/
+37
|
\
\
\
|
*
|
|
hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp
comex
2020-12-06
2
-34
/
+37
|
|
/
/
*
|
|
Merge pull request #5147 from comex/xx-purevirt
LC
2020-12-07
1
-33
/
+0
|
\
\
\
|
*
|
|
nvdrv: Remove useless re-declaration of pure virtual methods that were alread...
comex
2020-12-06
1
-33
/
+0
|
|
/
/
*
|
|
Merge pull request #5150 from comex/xx-boxcat
LC
2020-12-07
1
-1
/
+1
|
\
\
\
|
*
|
|
boxcat: Avoid unnecessary object copy
comex
2020-12-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-07
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
1
-3
/
+3
|
|
/
*
/
Fix "explicitly defaulted but implicitly deleted" warning
comex
2020-12-06
1
-1
/
+1
|
/
*
Merge pull request #4996 from bunnei/use-4jits
bunnei
2020-12-03
16
-120
/
+132
|
\
|
*
kernel: scheduler: Minor cleanup to remove duplicated code.
bunnei
2020-11-29
2
-46
/
+14
|
*
kernel: time_manager: Protect access with a mutex.
bunnei
2020-11-29
2
-1
/
+5
|
*
hle: kernel: thread: Remove unused "Running" state.
bunnei
2020-11-29
2
-6
/
+0
|
*
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
5
-10
/
+21
|
*
hle: kernel: time_manager: Avoid a crash on process exit.
bunnei
2020-11-29
1
-1
/
+4
|
*
hle: kernel: AddressArbiter: Remove unused code.
bunnei
2020-11-29
2
-9
/
+0
|
*
hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.
bunnei
2020-11-29
1
-1
/
+2
|
*
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
2020-11-29
1
-1
/
+1
|
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
8
-57
/
+97
*
|
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-1
/
+1
*
|
Merge pull request #4998 from Morph1984/bioshock-patch
bunnei
2020-11-28
1
-2
/
+4
|
\
\
|
*
|
hid: Check if applet_resource exists in InitializeVibrationDevice
Morph
2020-11-25
1
-2
/
+4
|
|
/
*
|
Add missing types to NpadCommunicationMode
german
2020-11-28
1
-0
/
+2
*
|
Merge pull request #5021 from german77/StubCommunicationMode
bunnei
2020-11-28
4
-2
/
+50
|
\
\
|
*
|
Stub set and get NpadCommunicationMode
german
2020-11-26
4
-2
/
+50
*
|
|
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-27
1
-1
/
+2
*
|
|
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
219
-897
/
+1207
|
/
/
*
|
Merge pull request #4975 from comex/invalid-syncpoint-id
bunnei
2020-11-26
1
-2
/
+2
|
\
\
|
*
|
nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID
comex
2020-11-24
1
-2
/
+2
*
|
|
Merge pull request #4981 from ogniK5377/ioctl-ctrl
bunnei
2020-11-25
24
-91
/
+214
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-24
24
-91
/
+214
|
|
/
*
|
service: am: Implement ExecuteProgram and required stubs.
bunnei
2020-11-24
2
-3
/
+34
[prev]
[next]