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
*
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
*
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
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
9
-2
/
+130
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
15
-637
/
+567
*
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
4
-45
/
+0
*
Remove more 3DS-specific code.
bunnei
2017-10-12
5
-1411
/
+1
*
Remove more 3DS-specific code.
bunnei
2017-10-12
1
-9
/
+0
*
Remove lots more 3DS-specific code.
bunnei
2017-10-12
24
-4161
/
+6
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
184
-21488
/
+2
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
66
-610
/
+1824
|
\
|
*
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
2
-55
/
+49
|
|
\
|
|
*
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
|
*
|
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
|
*
|
|
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
2
-0
/
+12
|
|
\
\
\
|
|
*
|
|
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
1
-1
/
+1
|
|
/
/
/
|
*
|
|
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
|
|
\
\
\
|
|
*
|
|
HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...
Subv
2017-09-24
3
-2
/
+26
|
|
*
|
|
HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize
Subv
2017-09-24
1
-6
/
+19
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
4
-17
/
+91
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-28
4
-17
/
+91
|
*
|
|
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
21
-56
/
+59
|
*
|
|
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-09-26
4
-17
/
+22
|
|
/
/
|
*
|
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2017-09-25
2
-1
/
+24
|
*
|
Merge pull request #2952 from MerryMage/page-tables
B3n30
2017-09-25
1
-7
/
+4
|
|
\
\
|
|
*
|
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-24
1
-7
/
+4
|
|
|
/
|
*
|
Merge pull request #2948 from Subv/register_service
B3n30
2017-09-25
4
-1
/
+33
|
|
\
\
|
|
*
|
HLE/SRV: Implemented RegisterService.
Subv
2017-09-24
4
-1
/
+33
|
|
|
/
|
*
/
Services/UDS: Added a function to send EAPoL-Start packets (#2920)
B3n30
2017-09-25
5
-88
/
+250
|
|
/
[next]