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
*
nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.
bunnei
2018-02-07
2
-10
/
+33
*
nvdrv: Add MemoryManager class to track GPU memory.
bunnei
2018-02-07
2
-0
/
+160
*
nvmap: Refactor to expose nvmap objects.
bunnei
2018-02-07
2
-19
/
+22
*
nvhost_as_gpu: Add nvmap as a class member.
bunnei
2018-02-07
3
-2
/
+9
*
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-07
9
-6
/
+191
*
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
16
-37
/
+761
|
/
*
Dont call UNIMPLEMENTED for 'empty services', just return error code
David Marcec
2018-02-05
1
-0
/
+2
*
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
1
-10
/
+10
*
logger: Add SET service logging category.
bunnei
2018-02-04
1
-1
/
+1
*
logger: Add PCTL service logging category.
bunnei
2018-02-04
1
-1
/
+1
*
logger: Add LM service logging category.
bunnei
2018-02-04
1
-2
/
+2
*
logger: Add APM service logging category.
bunnei
2018-02-04
1
-2
/
+3
*
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
4
-11
/
+11
*
logger: Add VI service logging category.
bunnei
2018-02-04
4
-21
/
+20
*
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
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
9
-0
/
+370
|
/
*
Service/am: Add AppletAE service (#153)
mailwl
2018-02-02
6
-379
/
+569
*
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
5
-0
/
+124
|
\
\
|
*
|
Services/vi: add vi:s and vi:u services
mailwl
2018-02-02
5
-0
/
+124
|
|
/
*
|
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
4
-2
/
+51
|
/
*
Merge pull request #148 from MerryMage/feature/special-memory
bunnei
2018-01-27
2
-6
/
+6
|
\
|
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
2
-6
/
+6
*
|
time: Implement ISteadyClock::GetCurrentTimePoint.
bunnei
2018-01-25
2
-1
/
+22
*
|
audout_u: Various cleanups.
bunnei
2018-01-24
1
-29
/
+17
[next]