index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Merge pull request #159 from mailwl/acc0-fix
bunnei
2018-02-04
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
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
*
|
Merge pull request #156 from mailwl/nifm
bunnei
2018-02-03
10
-0
/
+378
|
\
\
|
|
/
|
/
|
|
*
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 #151 from lioncash/catch
bunnei
2018-01-28
1
-0
/
+0
|
\
|
*
externals: Update catch to v2.1.1
Lioncash
2018-01-27
1
-0
/
+0
|
/
*
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
*
|
Merge pull request #149 from MerryMage/feature/remove-x86_64h
bunnei
2018-01-27
1
-1
/
+1
|
\
\
|
*
|
travis: Remove CMAKE_OSX_ARCHITECTURES argument
MerryMage
2018-01-27
1
-1
/
+1
*
|
|
Merge pull request #147 from chris062689/master
Flame Sage
2018-01-26
1
-0
/
+5
|
\
\
\
|
*
|
|
Added webhook notifications to TravisCI build.
Flame Sage
2018-01-27
1
-0
/
+5
|
/
/
/
*
|
|
Merge pull request #144 from KAMiKAZOW/patch-1
bunnei
2018-01-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Install Linux icon in hicolor instead of pixmaps
KAMiKAZOW
2018-01-26
1
-1
/
+1
*
|
|
|
Merge pull request #145 from jroweboy/oops
bunnei
2018-01-26
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix typo for dependent options
James Rowe
2018-01-25
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #142 from bunnei/improve-time
bunnei
2018-01-25
2
-1
/
+22
|
\
\
\
|
*
|
|
time: Implement ISteadyClock::GetCurrentTimePoint.
bunnei
2018-01-25
2
-1
/
+22
|
/
/
/
*
|
|
Merge pull request #137 from bunnei/improve-ipc
bunnei
2018-01-24
32
-452
/
+311
|
\
\
\
|
*
|
|
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
[next]