index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: Fix crash when pressing a key when the emulator is stopped
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+2
*
FS: Remove use of GetHandle
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Service: Store function names as const char* instead of std::string
Yuri Kunde Schlesner
2015-02-02
1
-6
/
+6
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
46
-67
/
+54
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
3
-102
/
+64
*
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
2015-02-02
3
-32
/
+33
*
archive: Fix initializer list order for the File class.
Lioncash
2015-01-30
1
-1
/
+1
*
apt_u: Fix missing printf specifiers
Lioncash
2015-01-30
1
-2
/
+2
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-9
/
+14
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
7
-58
/
+71
*
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-8
/
+9
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
5
-16
/
+24
*
Merge pull request #345 from purpasmart96/apt_stubs
bunnei
2015-01-26
1
-91
/
+276
|
\
|
*
APT_U: Stub some functions & misc changes
purpasmart96
2015-01-22
1
-91
/
+276
*
|
Merge pull request #485 from Subv/more_servs
bunnei
2015-01-25
18
-1
/
+393
|
\
\
|
*
|
Services/HID: Removed some files due to a rebase error
Subv
2015-01-24
3
-267
/
+0
|
*
|
Services: Stubbed more services.
Subv
2015-01-24
21
-1
/
+660
*
|
|
cam_u.h: fix indentation
archshift
2015-01-22
1
-2
/
+2
|
/
/
*
|
Merge pull request #493 from archshift/ptmplay
bunnei
2015-01-22
5
-0
/
+102
|
\
\
|
*
|
Stubbed cam:u service
archshift
2015-01-21
3
-0
/
+49
|
*
|
Stubbed ptm:play service
archshift
2015-01-21
3
-0
/
+53
*
|
|
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-21
2
-3
/
+3
*
|
|
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
8
-217
/
+324
|
/
/
*
|
core: Fix a few docstrings
Lioncash
2015-01-20
2
-2
/
+2
*
|
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
archshift
2015-01-18
2
-1
/
+4
|
/
*
APT: Fix typo in setting return code for NotifyToWait
bunnei
2015-01-15
1
-1
/
+1
*
DSP: Removed useless spam log for SignalInterrupt
bunnei
2015-01-15
1
-5
/
+2
*
Merge pull request #482 from yuriks/fix-vblank
bunnei
2015-01-15
2
-35
/
+25
|
\
|
*
GSP: Fix appending of interrupts to the shared memory buffer
Yuri Kunde Schlesner
2015-01-14
2
-17
/
+12
|
*
GSP: Update framebuffer info on all interrupts
Yuri Kunde Schlesner
2015-01-14
1
-12
/
+13
|
*
GPU: Fire GPU interrupts at the correct places.
Yuri Kunde Schlesner
2015-01-14
1
-6
/
+0
*
|
APT: Fixed the comment style in some variables
Sebastian Valle
2015-01-14
1
-2
/
+2
*
|
APTU: Stubbed NotifyToWait, taken from 3dmoo.
Subv
2015-01-13
1
-7
/
+21
|
/
*
Services: Added some missing services.
Subv
2015-01-13
8
-1
/
+358
*
Fix building on MinGW
darkf
2015-01-11
1
-0
/
+13
*
Stubbed y2r:u IsBusyConversion
archshift
2015-01-10
1
-1
/
+16
*
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
2015-01-10
1
-3
/
+3
*
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-10
7
-30
/
+20
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+1
*
Merge pull request #404 from bunnei/more-frame-synch-fixes
bunnei
2015-01-07
1
-1
/
+4
|
\
|
*
GSP: Toggle active framebuffer each frame
bunnei
2015-01-07
1
-1
/
+4
*
|
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2015-01-07
2
-25
/
+4
*
|
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-06
4
-18
/
+23
|
\
\
|
|
/
|
/
|
|
*
Archives: Changed the unimplemented archives comment.
Subv
2015-01-06
1
-1
/
+1
|
*
Archives: Addressed some comments
Subv
2015-01-06
1
-2
/
+2
|
*
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
2
-4
/
+4
|
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-03
4
-15
/
+20
|
*
Archives: Change the folder layout of some archives.
Subv
2015-01-02
2
-2
/
+2
*
|
Merge pull request #413 from purpasmart96/serv_clean
bunnei
2015-01-05
7
-33
/
+36
|
\
\
[next]