index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
core: hle: kernel: Disable dispatch count tracking on single core.
bunnei
2021-08-14
3
-5
/
+12
|
*
|
|
|
|
|
|
core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.
bunnei
2021-08-07
1
-1
/
+1
|
*
|
|
|
|
|
|
core: cpu_manager: Use invalid core_id on init and simplify shutdown.
bunnei
2021-08-07
1
-7
/
+3
|
*
|
|
|
|
|
|
core: hle: service: buffer_queue: Improve management of KEvent.
bunnei
2021-08-07
3
-14
/
+24
|
*
|
|
|
|
|
|
core: hle: kernel: k_auto_object: Add GetName method.
bunnei
2021-08-07
1
-0
/
+4
|
*
|
|
|
|
|
|
core: hle: service: nvflinger/vi: Improve management of KEvent.
bunnei
2021-08-07
4
-16
/
+30
|
*
|
|
|
|
|
|
core: hle: kernel: DisableDispatch on suspend threads.
bunnei
2021-08-07
1
-0
/
+3
|
*
|
|
|
|
|
|
core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.
bunnei
2021-08-07
1
-14
/
+9
|
*
|
|
|
|
|
|
core: cpu_manager: Use KScopedDisableDispatch.
bunnei
2021-08-07
1
-7
/
+8
|
*
|
|
|
|
|
|
core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.
bunnei
2021-08-07
1
-6
/
+2
|
*
|
|
|
|
|
|
core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.
bunnei
2021-08-07
1
-5
/
+0
|
*
|
|
|
|
|
|
core: hle: kernel: k_scheduler: Improve ScheduleImpl.
bunnei
2021-08-07
1
-6
/
+7
|
*
|
|
|
|
|
|
core: hle: kernel: k_scheduler: Improve Unload.
bunnei
2021-08-07
1
-17
/
+29
|
*
|
|
|
|
|
|
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-08-07
1
-0
/
+1
|
*
|
|
|
|
|
|
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-08-07
2
-0
/
+8
|
*
|
|
|
|
|
|
core: hle: kernel: k_thread: Add KScopedDisableDispatch.
bunnei
2021-08-07
2
-1
/
+47
|
*
|
|
|
|
|
|
core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
bunnei
2021-08-07
3
-24
/
+22
|
*
|
|
|
|
|
|
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-08-07
7
-13
/
+15
|
*
|
|
|
|
|
|
core: cpu_manager: Use jthread.
bunnei
2021-08-07
2
-18
/
+13
*
|
|
|
|
|
|
|
Merge pull request #6863 from spholz/fix-lan-play
Fernando S
2021-08-16
16
-103
/
+409
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
network_interface: correct formatting
Sönke Holz
2021-08-16
1
-1
/
+1
|
*
|
|
|
|
|
|
network_interface: fix mingw-w64 build
spholz
2021-08-16
1
-1
/
+1
|
*
|
|
|
|
|
|
network: retrieve subnet mask and gateway info
Sönke Holz
2021-08-16
5
-24
/
+137
|
*
|
|
|
|
|
|
configuration: fix mingw-w64 build
Sönke Holz
2021-08-13
1
-2
/
+2
|
*
|
|
|
|
|
|
network: don't use reinterpret_cast in GetAvailableNetworkInterfaces
spholz
2021-08-13
1
-7
/
+4
|
*
|
|
|
|
|
|
network: fix mingw-w64 build
Sönke Holz
2021-08-13
1
-4
/
+4
|
*
|
|
|
|
|
|
network: don't use assert to check if no network interfaces are returned
Sönke Holz
2021-08-13
1
-2
/
+4
|
*
|
|
|
|
|
|
configuration: move network_interface include to source file
Sönke Holz
2021-08-13
2
-2
/
+1
|
*
|
|
|
|
|
|
network: use Common::BitCast instead of std::bit_cast
Sönke Holz
2021-08-13
1
-2
/
+3
|
*
|
|
|
|
|
|
network: narrow down scope of "result" in win32 code for
Sönke Holz
2021-08-13
1
-4
/
+5
|
*
|
|
|
|
|
|
configuration: use tr instead of QStringLiteral for "None" item in
Sönke Holz
2021-08-13
1
-1
/
+1
|
*
|
|
|
|
|
|
network: use explicit bool conversions in GetAvailableNetworkInterfaces
Sönke Holz
2021-08-13
1
-1
/
+1
|
*
|
|
|
|
|
|
network: initialize ip_addr in GetHostIPv4Address()
Sönke Holz
2021-08-13
1
-1
/
+1
|
*
|
|
|
|
|
|
nifm: use operator*() instead of .value() to get value of std::optional
Sönke Holz
2021-08-13
1
-2
/
+2
|
*
|
|
|
|
|
|
nifm: treat a missing host IP address as a non-critical error
Sönke Holz
2021-08-13
1
-2
/
+2
|
*
|
|
|
|
|
|
Merge branch 'yuzu-emu:master' into fix-lan-play
spholz
2021-08-12
47
-1471
/
+1186
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
network: correct formatting in network.cpp and network_interface.cpp
Sönke Holz
2021-08-12
2
-8
/
+6
|
*
|
|
|
|
|
|
|
configuration: add option to select network interface
spholz
2021-08-12
16
-91
/
+279
|
*
|
|
|
|
|
|
|
Merge branch 'yuzu-emu:master' into fix-lan-play
spholz
2021-08-07
5
-205
/
+52
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
network: GetAndLogLastError: ignore Errno::AGAIN
Sönke Holz
2021-08-07
1
-1
/
+5
|
*
|
|
|
|
|
|
|
|
network: GetCurrentIpConfigInfo: return host IP address
Sönke Holz
2021-08-07
1
-1
/
+4
|
*
|
|
|
|
|
|
|
|
network: fix fcntl cmds
Sönke Holz
2021-08-06
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
Merge pull request #6861 from yzct12345/const-mempy-is-all-the-speed
bunnei
2021-08-15
1
-57
/
+116
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
decoders: Templates allow memcpy optimizations
yzct12345
2021-08-12
1
-57
/
+116
*
|
|
|
|
|
|
|
|
|
Merge pull request #6868 from yzct12345/safe-threads-no-deadlocks
bunnei
2021-08-14
1
-6
/
+4
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
threadsafe_queue: Fix deadlock
yzct12345
2021-08-13
1
-6
/
+4
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Merge pull request #6862 from german77/badsdl
bunnei
2021-08-12
1
-0
/
+3
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
input_common: Disable sdl raw input mode
german77
2021-08-12
1
-0
/
+3
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #6838 from ameerj/sws-align
bunnei
2021-08-12
1
-3
/
+2
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
vic: Specify sws_scale height stride.
ameerj
2021-08-09
1
-3
/
+2
[prev]
[next]