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
...
|
*
|
ns: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-6
/
+6
|
*
|
nifm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-11
/
+11
|
*
|
nfp: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-1
/
+1
|
*
|
lm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-6
/
+6
|
*
|
hid: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-25
/
+25
|
*
|
friend: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-1
/
+1
|
*
|
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-30
/
+29
|
*
|
fatal: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-2
/
+2
|
*
|
audio: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-21
/
+21
|
*
|
apm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-3
/
+3
|
*
|
aoc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-2
/
+2
|
*
|
am: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
3
-50
/
+50
|
*
|
acc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-10
/
+10
|
*
|
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-24
1
-1
/
+21
|
*
|
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
11
-439
/
+236
|
|
\
\
|
|
*
|
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
4
-10
/
+94
|
|
*
|
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-20
1
-1
/
+1
|
|
*
|
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-04-20
3
-8
/
+8
|
|
*
|
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
5
-148
/
+0
|
|
*
|
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
4
-209
/
+3
|
|
*
|
Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey
Subv
2018-04-20
1
-83
/
+46
|
|
*
|
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
6
-22
/
+126
|
*
|
|
Merge pull request #384 from Subv/nvhost-remap
bunnei
2018-04-23
2
-0
/
+57
|
|
\
\
\
|
|
*
|
|
NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...
Subv
2018-04-23
1
-0
/
+10
|
|
*
|
|
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
Subv
2018-04-23
2
-0
/
+47
|
*
|
|
|
Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.
Subv
2018-04-23
5
-5
/
+5
|
|
/
/
/
*
|
|
|
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-26
2
-13
/
+2
*
|
|
|
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-22
9
-25
/
+63
*
|
|
|
lioncash proposed changes
David
2018-04-22
1
-2
/
+2
*
|
|
|
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec
2018-04-21
10
-11
/
+107
|
/
/
/
*
|
|
Merge pull request #372 from lioncash/enum
bunnei
2018-04-20
3
-38
/
+38
|
\
\
\
|
*
|
|
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-04-20
3
-38
/
+38
*
|
|
|
core: Relocate g_service_manager to the System class
Lioncash
2018-04-20
4
-32
/
+32
|
/
/
/
*
|
|
Merge pull request #340 from mailwl/vi-update
bunnei
2018-04-20
1
-7
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output
mailwl
2018-04-17
1
-7
/
+27
*
|
|
Merge pull request #360 from lioncash/namespaces
bunnei
2018-04-20
136
-570
/
+273
|
\
\
\
|
*
|
|
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-19
136
-570
/
+273
*
|
|
|
Merge pull request #363 from lioncash/array-size
bunnei
2018-04-20
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-19
1
-1
/
+2
|
|
/
/
/
*
/
/
/
vi: Remove redundant initializers in the constructors
Lioncash
2018-04-19
1
-9
/
+5
|
/
/
/
*
/
/
nvflinger: Call MicroProfileFlip on NVFlinger::Compose.
bunnei
2018-04-18
1
-0
/
+3
|
/
/
*
|
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
13
-11
/
+207
*
|
Merge pull request #338 from bunnei/unrequire-shared-font
bunnei
2018-04-15
1
-17
/
+14
|
\
\
|
*
|
pl_u: Use empty shared font if none is available.
bunnei
2018-04-15
1
-17
/
+14
*
|
|
fsp_srv: Implement DeleteFile.
bunnei
2018-04-15
1
-1
/
+15
|
/
/
*
|
Merge pull request #332 from bunnei/fix-total-mem-usage
bunnei
2018-04-14
1
-1
/
+1
|
\
\
|
*
|
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-04-14
1
-1
/
+1
*
|
|
fsp_srv: Implement IFile::Flush.
bunnei
2018-04-14
1
-1
/
+9
|
/
/
*
|
Merge pull request #323 from Hexagon12/stub-hid
bunnei
2018-04-13
1
-1
/
+7
|
\
\
|
*
|
Stubbed out GetPlayerLedPattern
Hexagon12
2018-04-13
1
-1
/
+7
[prev]
[next]