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
*
Y2R: Rework conversion process, enabling support for all formats
Yuri Kunde Schlesner
2015-06-21
2
-163
/
+309
*
Y2R: Re-organize how params are stored. Support SetConversionParams
Yuri Kunde Schlesner
2015-06-20
1
-72
/
+100
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
9
-113
/
+68
*
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-06-01
3
-11
/
+32
*
Merge pull request #810 from yuriks/memmap
Yuri Kunde Schlesner
2015-05-29
2
-0
/
+445
|
\
|
*
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-27
2
-0
/
+445
*
|
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
22
-65
/
+65
*
|
hid: Get rid of undefined behavior
Lioncash
2015-05-27
1
-2
/
+2
|
/
*
Merge pull request #821 from Subv/ImportDisplayCaptureInfo
bunnei
2015-05-26
1
-1
/
+47
|
\
|
*
Service/GSP: Implemented ImportDisplayCaptureInfo.
Subv
2015-05-25
1
-1
/
+47
*
|
Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified...
Subv
2015-05-25
1
-0
/
+2
|
/
*
y2r_u: Remove unused variable in StartConversion
Lioncash
2015-05-23
1
-1
/
+0
*
Merge pull request #801 from purpasmart96/hid_stubs
bunnei
2015-05-22
4
-9
/
+47
|
\
|
*
HID: Stub DisableAccelerometer and DisableGyroscopeLow
purpasmart96
2015-05-22
4
-9
/
+47
*
|
Flush for y2r (moflex)
tfarley
2015-05-22
1
-0
/
+11
*
|
OpenGL renderer
tfarley
2015-05-22
1
-0
/
+9
|
/
*
Service::Y2R: Support for grayscale decoding of specific formats
Yuri Kunde Schlesner
2015-05-22
1
-35
/
+265
*
Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback ...
Emmanuel Gil Peyrot
2015-05-21
1
-2
/
+1
*
y2r_u: Stub StartConversion to prevent moflex games from hanging.
bunnei
2015-05-20
1
-1
/
+17
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-20
7
-20
/
+22
*
Merge pull request #766 from purpasmart96/cfg_service_update
bunnei
2015-05-18
5
-337
/
+304
|
\
|
*
CFG: Update the cfg service to be like other integrated services
purpasmart96
2015-05-15
5
-337
/
+304
*
|
Merge pull request #772 from lioncash/warn
bunnei
2015-05-18
1
-3
/
+3
|
\
\
|
*
|
process: Get rid of warnings
Lioncash
2015-05-14
1
-3
/
+3
|
|
/
*
|
Implement svcBreak
archshift
2015-05-16
2
-1
/
+17
*
|
Merge pull request #781 from archshift/delete
bunnei
2015-05-16
1
-33
/
+0
|
\
\
|
*
|
Delete unused hle/coprocessor.cpp
archshift
2015-05-15
1
-33
/
+0
*
|
|
APT/FS: Remove asserts that were causing false positives
purpasmart96
2015-05-15
2
-5
/
+5
|
/
/
*
|
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
8
-14
/
+326
*
|
Memory: Read SharedPage directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
2
-58
/
+35
*
|
Memory: Read ConfigMem directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
2
-49
/
+36
*
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
11
-12
/
+12
*
|
thread: Fix a conditional check in Reschedule
Lioncash
2015-05-14
1
-1
/
+1
|
/
*
Merge pull request #756 from purpasmart96/ptm_service_changes
bunnei
2015-05-12
5
-125
/
+112
|
\
|
*
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-05-11
5
-125
/
+112
*
|
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
3
-7
/
+19
|
\
\
|
*
|
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
3
-7
/
+19
*
|
|
Merge pull request #751 from yuriks/idle-thread
bunnei
2015-05-11
2
-44
/
+19
|
\
\
\
|
*
|
|
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
2
-44
/
+19
*
|
|
|
Merge pull request #757 from Subv/scheduling
bunnei
2015-05-11
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...
Subv
2015-05-11
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
6
-4
/
+46
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fixup!
Subv
2015-05-11
3
-16
/
+12
|
*
|
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
6
-4
/
+50
*
|
|
NWM_UDS: Fix a typo in the nwm service port name
purpasmart96
2015-05-11
1
-1
/
+1
|
|
/
|
/
|
*
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
3
-5
/
+4
|
/
*
Merge pull request #740 from yuriks/gsp-shmem
archshift
2015-05-10
7
-34
/
+67
|
\
|
*
fixup! GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-10
1
-1
/
+1
|
*
GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-10
1
-9
/
+11
|
*
Kernel: Zero-fill shared memory blocks when mapping
Yuri Kunde Schlesner
2015-05-10
1
-0
/
+8
[next]