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
...
|
*
|
|
|
|
mm_u: Forward all old variants of functions to the new ones
Lioncash
2018-08-13
1
-5
/
+11
|
*
|
|
|
|
mm_u: Move implementation class into the cpp file
Lioncash
2018-08-13
2
-46
/
+46
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1055 from lioncash/init
bunnei
2018-08-14
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
audout_u: Correct IAudioOut initializer list order
Lioncash
2018-08-13
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1046 from ogniK5377/missing-channels
Mat M
2018-08-13
5
-0
/
+144
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Registered missing channel devices
David Marcec
2018-08-13
1
-0
/
+4
|
*
|
|
|
Added missing channel devices
David Marcec
2018-08-13
4
-0
/
+140
*
|
|
|
|
kernel/object: Tighten object against data races
Lioncash
2018-08-13
2
-8
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Kernel/SVC: Don't reschedule the current core when creating a new thread.
Subv
2018-08-12
1
-1
/
+0
*
|
|
|
|
Merge pull request #1036 from lioncash/thread
bunnei
2018-08-12
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
scheduler: Make HaveReadyThreads() a const member function
Lioncash
2018-08-12
2
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1042 from Subv/races
bunnei
2018-08-12
1
-2
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Kernel/Threads: Lock the HLE mutex when executing the wakeup callback.
Subv
2018-08-12
1
-0
/
+5
|
*
|
|
|
|
Kernel/Thread: Always use the threadsafe option when scheduling wakeups.
Subv
2018-08-12
1
-2
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1041 from Subv/duplicated_mutex
bunnei
2018-08-12
2
-2
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Subv
2018-08-12
2
-2
/
+22
|
|
/
/
/
/
*
|
|
|
|
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
1
-1
/
+1
*
|
|
|
|
Merge pull request #1035 from ogniK5377/audio-dev-revision-info
bunnei
2018-08-12
2
-1
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
GetAudioDeviceServiceWithRevisionInfo
David Marcec
2018-08-12
2
-1
/
+13
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1028 from ogniK5377/aoa
bunnei
2018-08-12
1
-5
/
+26
|
\
\
\
\
\
|
*
|
|
|
|
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
1
-4
/
+2
|
*
|
|
|
|
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-12
1
-5
/
+28
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
hid: disable clang-format around tables
Lioncash
2018-08-12
1
-4
/
+5
*
|
|
|
|
hid: Stub DisconnectNpad()
Lioncash
2018-08-12
1
-1
/
+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Stub UpdateUserPresence
David Marcec
2018-08-12
1
-1
/
+8
|
/
/
/
*
|
|
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-11
1
-1
/
+10
*
|
|
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-08-11
1
-2
/
+86
*
|
|
server_session: Provide more useful information and don't crash on bad IPC re...
bunnei
2018-08-11
1
-0
/
+8
*
|
|
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #997 from lioncash/const-func
bunnei
2018-08-09
4
-4
/
+4
|
\
\
|
*
|
buffer_queue: Make reference parameter of SetPreallocatedBuffer const
Lioncash
2018-08-09
2
-2
/
+2
|
*
|
hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const
Lioncash
2018-08-09
2
-2
/
+2
*
|
|
Merge pull request #990 from lioncash/entry
bunnei
2018-08-09
1
-6
/
+3
|
\
\
\
|
*
|
|
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-08
1
-5
/
+1
|
*
|
|
fsp_srv: Emplace entries first when building index instead of emplacing last
Lioncash
2018-08-08
1
-2
/
+3
*
|
|
|
Merge pull request #897 from DarkLordZach/vfs-accuracy-2
bunnei
2018-08-09
4
-12
/
+17
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
4
-11
/
+16
|
*
|
|
filesystem: Remove unnecessary if conditions
Zach Hilman
2018-08-08
1
-1
/
+1
*
|
|
|
Merge pull request #986 from mailwl/acc-loadimage
bunnei
2018-08-08
1
-1
/
+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Service/Account: stub LoadImage function
mailwl
2018-08-08
1
-1
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #978 from bunnei/fixioctl
bunnei
2018-08-08
1
-1
/
+1
|
\
\
\
|
*
|
|
nvhost_gpu: Don't over copy IoctlSubmitGpfifo.
bunnei
2018-08-08
1
-1
/
+1
*
|
|
|
Merge pull request #975 from bunnei/am-stub
bunnei
2018-08-08
2
-1
/
+9
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
am: Stub SetScreenShotImageOrientation.
bunnei
2018-08-08
2
-1
/
+9
|
|
/
/
*
|
|
Merge pull request #958 from lioncash/nv-global
bunnei
2018-08-08
5
-11
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
nvdrv: Get rid of global std::weak_ptr
Lioncash
2018-08-07
5
-11
/
+22
|
|
/
*
|
Merge pull request #965 from lioncash/unused-files
bunnei
2018-08-08
2
-124
/
+0
|
\
\
|
*
|
hle: Remove unused romfs.cpp/.h
Lioncash
2018-08-07
2
-124
/
+0
|
|
/
*
|
Merge pull request #974 from lioncash/acc
bunnei
2018-08-08
2
-2
/
+2
|
\
\
[prev]
[next]