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
*
Fix spelling of Initialize
James Rowe
2018-04-07
2
-3
/
+3
*
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-02
2
-2
/
+19
*
audren_u: Stub out GetActiveAudioDeviceName.
bunnei
2018-04-02
1
-1
/
+13
*
audout_u: Implement GetAudioOutState.
bunnei
2018-04-02
1
-1
/
+8
*
nifm: GetResult does not return a data field.
bunnei
2018-04-02
1
-2
/
+1
*
vi: Implement GetDisplayResolution.
bunnei
2018-04-02
2
-0
/
+26
*
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-04-02
1
-12
/
+0
*
service: Add friend:u interface.
bunnei
2018-04-02
3
-0
/
+39
*
externals: Update fmt to 4d35f94
Daniel Lim Wee Soong
2018-04-03
1
-6
/
+6
*
Merge pull request #297 from bunnei/hid-touch-state
bunnei
2018-04-02
1
-5
/
+21
|
\
|
*
hid: Write empty touch screen state.
bunnei
2018-04-01
1
-5
/
+21
*
|
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
2
-3
/
+3
*
|
hid: Stub out GetSupportedNpadStyleSet.
bunnei
2018-03-31
1
-0
/
+8
*
|
hle_ipc: Do not ensure write buffer size.
bunnei
2018-03-31
1
-2
/
+5
*
|
fsp_srv: Implement GetSize and SetSize.
bunnei
2018-03-31
1
-2
/
+21
*
|
memory: Fix stack region.
bunnei
2018-03-31
2
-3
/
+4
|
/
*
audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.
bunnei
2018-03-29
1
-8
/
+36
*
svc: Stub GetThreadCoreMask.
bunnei
2018-03-29
2
-3
/
+26
*
service: Add NFP module interface.
bunnei
2018-03-29
5
-0
/
+95
*
result: Check against self-assignment in ResultVal's copy assignment operator
Lioncash
2018-03-28
1
-0
/
+3
*
config: Rename is_docked to use_docked_mode to be consistent with other confi...
bunnei
2018-03-26
1
-5
/
+5
*
config: Add setting for whether the system is docked or not.
bunnei
2018-03-26
1
-2
/
+6
*
Merge pull request #280 from bunnei/misc-service-fixes
bunnei
2018-03-25
5
-8
/
+66
|
\
|
*
audren_u: Fix GetAudioDevice.
bunnei
2018-03-25
2
-7
/
+48
|
*
hid: Stub out SetNpadJoyAssignmentModeDual.
bunnei
2018-03-25
1
-1
/
+7
|
*
pl_u: Add RequestLoad.
bunnei
2018-03-25
2
-0
/
+11
*
|
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
7
-30
/
+92
|
/
*
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
2
-6
/
+7
|
\
|
*
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
1
-6
/
+0
|
*
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
2
-3
/
+3
|
*
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
1
-0
/
+7
|
*
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
1
-3
/
+3
*
|
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
3
-2
/
+106
|
\
\
|
*
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
1
-0
/
+15
|
*
|
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
1
-0
/
+28
|
*
|
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
1
-0
/
+51
|
*
|
FS: Implement MountSdCard.
Subv
2018-03-19
1
-2
/
+6
|
*
|
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-19
2
-0
/
+6
*
|
|
Service/SSL: add ssl service
mailwl
2018-03-23
3
-0
/
+41
*
|
|
Service/spl: add module and services
mailwl
2018-03-22
7
-0
/
+168
|
|
/
|
/
|
*
|
Service/vi: convert services to module
mailwl
2018-03-21
8
-212
/
+160
*
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
7
-0
/
+138
*
|
Clang Fixes
N00byKing
2018-03-19
3
-7
/
+7
*
|
oops
N00byKing
2018-03-19
1
-3
/
+3
*
|
More Warning cleanups
N00byKing
2018-03-19
2
-2
/
+2
*
|
Clean Warnings (?)
N00byKing
2018-03-19
10
-15
/
+15
|
/
*
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-03-18
3
-12
/
+49
*
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
2
-0
/
+47
*
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
2
-9
/
+9
*
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
3
-7
/
+14
[next]