index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6197 from ameerj/kreslimit-cleanup
bunnei
2021-04-14
4
-21
/
+13
|
\
|
*
k_resource_limit: Minor cleanup of member variables/headers
ameerj
2021-04-14
4
-21
/
+13
*
|
Merge pull request #6195 from Morph1984/controller-applet-motion
bunnei
2021-04-13
2
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
applets/controller: Hook up the "Motion" button functionality
Morph
2021-04-13
2
-0
/
+19
*
|
Merge pull request #6185 from ameerj/process-reslimit
bunnei
2021-04-13
2
-38
/
+27
|
\
\
|
*
|
kernel/process: Replace process resource limit instance with the kernel's res...
ameerj
2021-04-12
2
-38
/
+27
*
|
|
Merge pull request #6191 from lioncash/vdtor
bunnei
2021-04-13
4
-4
/
+5
|
\
\
\
|
*
|
|
engine_interface: Add missing virtual destructor
Lioncash
2021-04-12
4
-4
/
+5
*
|
|
|
Merge pull request #6190 from lioncash/constfn2
bunnei
2021-04-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
vk_master_semaphore: Deduplicate atomic access within IsFree()
Lioncash
2021-04-12
1
-1
/
+1
|
*
|
|
|
vk_master_semaphore: Add missing const qualifier for IsFree()
Lioncash
2021-04-12
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #6188 from lioncash/bits
bunnei
2021-04-13
1
-5
/
+6
|
\
\
\
\
|
*
|
|
|
vk_texture_cache: Make use of Common::BitCast where applicable
Lioncash
2021-04-12
1
-5
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #6187 from lioncash/sign-conv
bunnei
2021-04-13
2
-11
/
+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-04-12
2
-11
/
+15
|
|
/
/
*
|
|
Merge pull request #6186 from lioncash/cache-erase
bunnei
2021-04-12
1
-5
/
+4
|
\
\
\
|
*
|
|
query_cache: Make use of std::erase_if
Lioncash
2021-04-12
1
-5
/
+4
|
|
/
/
*
|
|
nvidia_flags: Add missing header guard
Lioncash
2021-04-12
1
-0
/
+2
*
|
|
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
Lioncash
2021-04-12
1
-1
/
+1
|
/
/
*
|
Merge pull request #6135 from Morph1984/borderless-windowed-fullscreen
bunnei
2021-04-11
5
-9
/
+120
|
\
\
|
|
/
|
/
|
|
*
config: Default to exclusive fullscreen mode on platforms other than Windows
Morph
2021-04-06
1
-0
/
+12
|
*
configure_graphics: Add Borderless Windowed fullscreen mode
Morph
2021-04-06
5
-9
/
+108
*
|
Merge pull request #6181 from Joshua-Ashton/robustness_features
Rodrigo Locatti
2021-04-11
1
-0
/
+9
|
\
\
|
*
|
vulkan_device: Enable EXT_robustness2 features
Joshua Ashton
2021-04-11
1
-0
/
+9
*
|
|
Merge pull request #6182 from Joshua-Ashton/null-offset
Rodrigo Locatti
2021-04-11
1
-1
/
+1
|
\
\
\
|
*
|
|
vk_buffer_cache: Fix offset for NULL vertex buffers
Joshua Ashton
2021-04-11
1
-1
/
+1
*
|
|
|
Merge pull request #6170 from Morph1984/more-time-fixes
bunnei
2021-04-11
6
-21
/
+38
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
service: time: Setup the network clock with the local clock context
Morph
2021-04-08
6
-21
/
+38
*
|
|
|
renderer_vulkan: Check return value of AcquireNextImage
Joshua Ashton
2021-04-11
3
-5
/
+10
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #6167 from Morph1984/time-fix
bunnei
2021-04-10
1
-3
/
+8
|
\
\
\
|
*
|
|
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
Morph
2021-04-07
1
-3
/
+8
*
|
|
|
Merge pull request #6112 from ogniK5377/pctl
bunnei
2021-04-10
6
-31
/
+254
|
\
\
\
\
|
*
|
|
|
Addressed issues
Chloe Marcec
2021-03-30
2
-21
/
+22
|
*
|
|
|
pctl: Rework how pctl works to be more accurate
Chloe Marcec
2021-03-27
6
-31
/
+253
*
|
|
|
|
Merge pull request #6172 from degasus/cmake_opus
bunnei
2021-04-10
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
externals: Search for shared opus installation.
Markus Wick
2021-04-08
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #6099 from bunnei/derive-mem
bunnei
2021-04-10
26
-173
/
+2139
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hle: kernel: Breakup InitializeMemoryLayout.
bunnei
2021-03-23
1
-3
/
+7
|
*
|
|
|
|
|
hle: kernel: k_memory_region_type: Minor code cleanup.
bunnei
2021-03-23
1
-13
/
+12
|
*
|
|
|
|
|
hle: kernel: k_memory_region: Minor code cleanup.
bunnei
2021-03-23
1
-7
/
+5
|
*
|
|
|
|
|
hle: kernel: k_memory_layout: Use pair instead of tuple.
bunnei
2021-03-23
1
-2
/
+4
|
*
|
|
|
|
|
hle: kernel: k_system_control: Remove unnecessary inline.
bunnei
2021-03-23
1
-4
/
+4
|
*
|
|
|
|
|
common: common_sizes: Move sizes to the Common namespace.
bunnei
2021-03-23
5
-45
/
+50
|
*
|
|
|
|
|
hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType.
bunnei
2021-03-21
2
-11
/
+9
|
*
|
|
|
|
|
hle: kernel: Remove unused variable.
bunnei
2021-03-21
1
-1
/
+0
|
*
|
|
|
|
|
hle: kernel: k_memory_region_type: Remove extra ".
bunnei
2021-03-21
1
-1
/
+1
|
*
|
|
|
|
|
hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.
bunnei
2021-03-21
3
-35
/
+47
|
*
|
|
|
|
|
hle: kernel: k_memory_layout: Derive memory regions based on board layout.
bunnei
2021-03-21
6
-56
/
+1033
|
*
|
|
|
|
|
common: common_sizes: Move Invalid to Size_* prefix and add missing values.
bunnei
2021-03-21
2
-15
/
+21
|
*
|
|
|
|
|
hle: kernel: k_memory_region: Refactor to simplify code.
bunnei
2021-03-21
2
-83
/
+89
[next]