index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-19
7
-149
/
+31
*
lm: Implement lm::Initialize and Logger::log.
bunnei
2017-10-18
2
-3
/
+67
*
hle_ipc: Only copy necessary fields for outgoing command buffer.
bunnei
2017-10-18
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-18
2
-14
/
+19
*
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-18
2
-0
/
+12
*
memory: Print addresses as 64-bit.
bunnei
2017-10-18
1
-2
/
+2
*
ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).
bunnei
2017-10-17
1
-3
/
+4
*
service: Print correct command ID on unimplemented function.
bunnei
2017-10-17
1
-1
/
+1
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
10
-33
/
+82
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
11
-885
/
+18
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
10
-2
/
+136
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
21
-859
/
+574
*
nso: Add a log for loading submodules.
bunnei
2017-10-14
1
-0
/
+1
*
svc: Some logging cleanup.
bunnei
2017-10-14
1
-7
/
+5
*
svc: Update MemoryInfo flags for 64-bit.
bunnei
2017-10-14
1
-5
/
+5
*
svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc.
bunnei
2017-10-14
1
-1185
/
+185
*
Remove more 3DS-specific code.
bunnei
2017-10-13
5
-48
/
+3
*
Remove more 3DS-specific code.
bunnei
2017-10-12
7
-1414
/
+2
*
Remove more 3DS-specific code.
bunnei
2017-10-12
3
-55
/
+0
*
Remove lots more 3DS-specific code.
bunnei
2017-10-12
50
-6976
/
+8
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
200
-22393
/
+2
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
209
-2333
/
+20476
|
\
|
*
Change command header in nwm::UDS Initialize function
Dragios
2017-10-09
1
-1
/
+1
|
*
Merge pull request #2991 from Subv/getpointer
Sebastian Valle
2017-10-08
3
-63
/
+61
|
|
\
|
|
*
SVC: Removed GetPointer usage in the GetResourceLimit functions.
Subv
2017-10-04
1
-10
/
+16
|
|
*
SVC: Remove GetPointer usage in CreatePort.
Subv
2017-10-04
2
-6
/
+4
|
|
*
SVC: Replace GetPointer usage with ReadCString in ConnectToPort.
Subv
2017-10-04
2
-20
/
+9
|
|
*
SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.
Subv
2017-10-04
2
-4
/
+6
|
|
*
SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.
Subv
2017-10-04
2
-7
/
+6
|
|
*
SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.
Subv
2017-10-04
2
-8
/
+8
|
|
*
Memory: Remove all GetPointer usages from the GDB stub.
Subv
2017-10-04
1
-8
/
+12
|
*
|
Merge pull request #2975 from shinyquagsire23/archive-ncch-container-and-over...
Sebastian Valle
2017-10-06
7
-78
/
+581
|
|
\
\
|
|
*
|
file_sys, loader: add support for reading TMDs to determine app paths
shinyquagsire23
2017-10-01
2
-5
/
+27
|
|
*
|
file_sys: add class for Title Metadata (TMD)
shinyquagsire23
2017-10-01
3
-0
/
+338
|
|
*
|
file_sys/ncch_container: add RomFS, ExeFS override to allow for backward comp...
shinyquagsire23
2017-10-01
2
-69
/
+206
|
|
*
|
file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files
shinyquagsire23
2017-10-01
1
-6
/
+12
|
*
|
|
Merge pull request #2953 from Subv/applet_launch
Sebastian Valle
2017-10-04
2
-30
/
+47
|
|
\
\
\
|
|
*
|
|
HLE/APT: Always set up the APT parameter when starting a library applet.
Subv
2017-09-25
2
-30
/
+47
|
*
|
|
|
Extracted the attribute setup and draw commands into their own functions
Huw Pascoe
2017-10-04
1
-217
/
+222
|
*
|
|
|
Merge pull request #2977 from Subv/shmem_create
bunnei
2017-10-03
1
-15
/
+12
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Kernel/SharedMemory: Don't take over and unmap the source memory block when c...
Subv
2017-10-02
1
-15
/
+12
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
4
-22
/
+61
|
|
\
\
\
|
|
*
|
|
Memory: Make WriteBlock take a Process parameter on which to operate
Subv
2017-10-01
2
-10
/
+19
|
|
*
|
|
Memory: Make ReadBlock take a Process parameter on which to operate
Subv
2017-10-01
2
-12
/
+30
|
|
*
|
|
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
2017-10-01
2
-0
/
+12
|
*
|
|
|
Merge pull request #2974 from Subv/nim_event
Sebastian Valle
2017-10-01
3
-2
/
+29
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Services/NIM: Implement CheckForSysUpdateEvent.
Subv
2017-09-30
3
-2
/
+29
|
*
|
|
|
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
9
-43
/
+33
|
|
/
/
/
|
*
|
|
Services/UDS: Handle the rest of the connection sequence. (#2963)
B3n30
2017-09-30
3
-19
/
+250
|
*
|
|
Merge pull request #2946 from Subv/home_menu_apt
Sebastian Valle
2017-09-30
3
-8
/
+45
|
|
\
\
\
[next]