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
*
Service/hid: stub SetNpadHandheldActivationMode
mailwl
2018-02-06
1
-0
/
+7
*
Merge pull request #165 from bunnei/puyo-fixes
bunnei
2018-02-05
4
-2
/
+23
|
\
|
*
mutex: Update hasWaiters on release.
bunnei
2018-02-05
1
-0
/
+1
|
*
hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.
bunnei
2018-02-05
1
-2
/
+14
|
*
IApplicationFunctions: Stub out EnsureSaveData.
bunnei
2018-02-05
2
-0
/
+8
*
|
Extra nvdrv support (#162)
David
2018-02-05
17
-37
/
+765
|
/
*
Merge pull request #164 from ogniK5377/libnx_sm_fix
bunnei
2018-02-05
1
-0
/
+2
|
\
|
*
Dont call UNIMPLEMENTED for 'empty services', just return error code
David Marcec
2018-02-05
1
-0
/
+2
*
|
Changed .istorage to .romfs
David Marcec
2018-02-05
2
-5
/
+5
|
/
*
set: GetAvailableLanguageCodes should not return lang_codes size.
bunnei
2018-02-04
1
-2
/
+3
*
nvflinger: Signal BufferQueue native handle event.
bunnei
2018-02-04
1
-0
/
+1
*
logger: Add Time service logging category.
bunnei
2018-02-04
3
-10
/
+12
*
logger: Add SET service logging category.
bunnei
2018-02-04
3
-16
/
+12
*
logger: Add PCTL service logging category.
bunnei
2018-02-04
3
-1
/
+3
*
logger: Add LM service logging category.
bunnei
2018-02-04
3
-2
/
+4
*
logger: Add APM service logging category.
bunnei
2018-02-04
3
-2
/
+5
*
lm: Ensure log string is non-empty before checking back().
bunnei
2018-02-04
1
-1
/
+1
*
logger: Add NIFM service logging category.
bunnei
2018-02-04
6
-11
/
+13
*
logger: Add VI service logging category.
bunnei
2018-02-04
6
-21
/
+22
*
hid: Stub out several functions.
bunnei
2018-02-04
1
-1
/
+39
*
hid: Implement CreateActiveVibrationDeviceList.
bunnei
2018-02-04
1
-0
/
+25
*
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
5
-42
/
+44
*
logger: Add "account" service logging category.
bunnei
2018-02-04
3
-8
/
+10
*
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
11
-441
/
+273
|
\
|
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
11
-441
/
+273
*
|
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
[next]