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
*
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
6
-0
/
+99
*
result: Check against self-assignment in ResultVal's copy assignment operator
Lioncash
2018-03-28
1
-0
/
+3
*
settings: Remove unused CpuCore class.
bunnei
2018-03-26
1
-5
/
+0
*
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
2018-03-26
3
-10
/
+7
*
config: Rename is_docked to use_docked_mode to be consistent with other confi...
bunnei
2018-03-26
2
-6
/
+6
*
config: Add setting for whether the system is docked or not.
bunnei
2018-03-26
2
-2
/
+9
*
memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.
bunnei
2018-03-26
1
-4
/
+8
*
memory: Add RasterizerMarkRegionCached code and cleanup.
bunnei
2018-03-26
2
-200
/
+195
*
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
*
|
Merge pull request #273 from Subv/textures
bunnei
2018-03-25
1
-0
/
+11
|
\
\
|
*
|
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
1
-0
/
+11
|
|
/
*
/
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
8
-32
/
+96
|
/
*
arm_dynarmic: Fix timing
MerryMage
2018-03-24
1
-7
/
+3
*
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
4
-7
/
+66
|
\
|
*
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
1
-6
/
+0
|
*
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
1
-3
/
+3
|
*
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
1
-0
/
+1
|
*
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
2
-3
/
+3
|
*
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
|
*
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
2
-1
/
+58
|
*
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
12
-48
/
+329
|
\
\
|
*
|
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
1
-7
/
+14
|
*
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
6
-7
/
+29
|
*
|
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 DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
5
-6
/
+19
|
*
|
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
1
-2
/
+4
|
*
|
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
5
-30
/
+84
|
*
|
FS: Support the file Append open mode.
Subv
2018-03-19
2
-2
/
+23
|
*
|
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
5
-0
/
+79
*
|
|
Service/SSL: add ssl service
mailwl
2018-03-23
4
-0
/
+43
*
|
|
Remove more N3DS References
N00byKing
2018-03-22
2
-20
/
+0
*
|
|
Service/spl: add module and services
mailwl
2018-03-22
8
-0
/
+174
|
|
/
|
/
|
*
|
Service/vi: convert services to module
mailwl
2018-03-21
8
-212
/
+160
*
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
8
-0
/
+144
*
|
Clang Fixes
N00byKing
2018-03-19
4
-8
/
+9
*
|
oops
N00byKing
2018-03-19
1
-3
/
+3
*
|
More Warning cleanups
N00byKing
2018-03-19
3
-3
/
+3
*
|
Clean Warnings (?)
N00byKing
2018-03-19
14
-19
/
+19
|
/
*
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-18
7
-41
/
+41
|
\
|
*
Implements citra-emu/citra#3184
N00byKing
2018-02-25
7
-41
/
+41
*
|
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-03-18
3
-12
/
+49
[next]