index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
logger: Use Service_HID category where applicable.
bunnei
2018-02-04
1
-2
/
+2
*
logger: Use Service_NVDRV category where applicable.
bunnei
2018-02-04
2
-10
/
+10
*
logger: Add AM service logging category.
bunnei
2018-02-04
3
-42
/
+42
*
logger: Add "account" service logging category.
bunnei
2018-02-04
1
-8
/
+8
*
acc_u0: Stub out GetLastOpenedUser.
bunnei
2018-02-04
2
-0
/
+10
*
Merge pull request #160 from bunnei/svc-improvements
bunnei
2018-02-04
5
-24
/
+32
|
\
|
*
GetInfo: Implement IsCurrentProcessBeingDebugged.
bunnei
2018-02-04
1
-0
/
+3
|
*
WaitProcessWideKeyAtomic: Handle case where condition variable was already cr...
bunnei
2018-02-04
3
-13
/
+17
|
*
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-02-03
3
-11
/
+11
|
*
ArbitrateLock: Assert that requesting_thread is current_thread.
bunnei
2018-02-03
1
-0
/
+1
*
|
acc:u0 : stub GetAccountId
mailwl
2018-02-04
1
-1
/
+9
|
/
*
Merge pull request #157 from bunnei/fix-duplicate-session
bunnei
2018-02-03
1
-4
/
+9
|
\
|
*
controller: DuplicateSession should return a ClientSession.
bunnei
2018-02-03
1
-4
/
+9
*
|
Service:nifm: add nifm:a, nifm:s and nifm:u services
mailwl
2018-02-03
10
-0
/
+378
|
/
*
Service/am: Add AppletAE service (#153)
mailwl
2018-02-02
7
-379
/
+571
*
Merge pull request #154 from mailwl/vi_create_stray_array
bunnei
2018-02-02
1
-0
/
+1
|
\
|
*
vi::CreateStrayLayer : add padding to request
mailwl
2018-02-02
1
-0
/
+1
*
|
Merge pull request #155 from mailwl/vi-services
bunnei
2018-02-02
6
-0
/
+128
|
\
\
|
*
|
Services/vi: add vi:s and vi:u services
mailwl
2018-02-02
6
-0
/
+128
|
|
/
*
|
Merge pull request #152 from shinyquagsire23/sharedmem-valid-bounds
bunnei
2018-02-02
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
shared_memory: Only mark addresses as invalid if they are within the heap
shinyquagsire23
2018-01-29
1
-1
/
+2
*
|
[WIP] sfdnsres: stub (#146)
mailwl
2018-01-29
5
-2
/
+52
|
/
*
Merge pull request #148 from MerryMage/feature/special-memory
bunnei
2018-01-27
8
-415
/
+243
|
\
|
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
8
-415
/
+243
*
|
time: Implement ISteadyClock::GetCurrentTimePoint.
bunnei
2018-01-25
2
-1
/
+22
*
|
audout_u: Various cleanups.
bunnei
2018-01-24
1
-29
/
+17
*
|
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-24
3
-11
/
+21
*
|
time: Stub GetSystemClockContext function.
bunnei
2018-01-24
2
-2
/
+17
*
|
server_session: Fix scenario where all domain handlers are closed.
bunnei
2018-01-24
1
-3
/
+3
*
|
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
19
-128
/
+129
*
|
service: Fix all incorrect IPC response headers.
bunnei
2018-01-24
14
-82
/
+42
*
|
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-24
2
-25
/
+58
*
|
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
7
-38
/
+74
*
|
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-24
10
-169
/
+2
*
|
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-24
2
-17
/
+0
*
|
audout:u OpenAudioOut and IAudioOut (#138)
st4rk
2018-01-24
2
-14
/
+166
*
|
Fix time returning epoch time in milliseconds rather than in seconds
gdkchan
2018-01-24
1
-1
/
+1
*
|
Correct Spelling
N00byKing
2018-01-23
1
-2
/
+2
*
|
Merge pull request #135 from Subv/no_ports
bunnei
2018-01-22
5
-65
/
+67
|
\
\
|
*
|
Services: Added a todo about returning interfaces as domain objects in lm, hi...
Subv
2018-01-22
3
-0
/
+12
|
*
|
Time: Don't create unnecessary ports when retrieving the clock service sessions.
Subv
2018-01-22
1
-33
/
+27
|
*
|
HID: Don't create an unnecessary port in CreateAppletResource.
Subv
2018-01-22
1
-13
/
+13
|
*
|
LM: Don't create an unnecessary port in Initialize.
Subv
2018-01-22
2
-15
/
+10
|
*
|
IPC: Don't create an unnecessary port when using PushIpcInterface outside of ...
Subv
2018-01-22
1
-4
/
+5
*
|
|
Merge pull request #133 from Subv/nvflinger2
bunnei
2018-01-22
9
-17
/
+59
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Defa...
Subv
2018-01-22
1
-0
/
+14
|
*
|
AppletOE: Make ISelfController keep a reference to nvflinger.
Subv
2018-01-22
5
-10
/
+32
|
*
|
Services: Vi shouldn't be responsible for creating nvflinger.
Subv
2018-01-22
5
-7
/
+13
*
|
|
Merge pull request #134 from gdkchan/audout_hid_fix
bunnei
2018-01-22
3
-2
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...
gdkchan
2018-01-22
3
-2
/
+21
[next]