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
*
cpu_manager: Mark function getters as static
Lioncash
2020-07-16
4
-10
/
+11
*
cpu_manager: Remove unused preemption_count variable
Lioncash
2020-07-16
1
-1
/
+0
*
cpu_manager: Add missing includes
Lioncash
2020-07-16
1
-0
/
+3
*
Merge pull request #4261 from ameerj/gc-calibration
bunnei
2020-07-16
3
-36
/
+67
|
\
|
*
Rebase to master
Ameer
2020-07-14
118
-1479
/
+3408
|
|
\
|
*
|
Break out of scan loop if can't find adapter on first run
Ameer
2020-07-10
1
-0
/
+3
|
*
|
Rebase to master, fix merge conflicts
Ameer
2020-07-08
21
-302
/
+722
|
|
\
\
|
*
|
|
Address PR feedback, fix axis button thresholding
Ameer
2020-07-07
3
-58
/
+22
|
*
|
|
Brace the code! Fix compile error due to class member construction order
Ameer
2020-07-06
2
-15
/
+31
|
*
|
|
Recalibrate reconnected controllers
Ameer
2020-07-06
1
-0
/
+5
|
*
|
|
Save origin state of GC controller analog features, compare against origin fo...
Ameer
2020-07-06
3
-28
/
+72
*
|
|
|
Merge pull request #4337 from lat9nq/fix-per-game-async
bunnei
2020-07-16
3
-0
/
+10
|
\
\
\
\
|
*
|
|
|
clang-format
lat9nq
2020-07-14
1
-2
/
+1
|
*
|
|
|
settings: Move settings sanitization to its own function
lat9nq
2020-07-14
4
-4
/
+11
|
*
|
|
|
main: Set async gpu properly after loading per-game setting
lat9nq
2020-07-14
1
-0
/
+4
*
|
|
|
|
Merge pull request #4297 from FearlessTobi/skip-profile-select
bunnei
2020-07-16
1
-9
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
main/profile_select: Don't prompt for profile selection when only one is avai...
FearlessTobi
2020-07-11
1
-9
/
+13
*
|
|
|
|
|
Merge pull request #4346 from lioncash/thread
David
2020-07-16
7
-35
/
+26
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/process: Move name and system context to the bottom of the member list
Lioncash
2020-07-15
1
-6
/
+6
|
*
|
|
|
|
|
kernel/handle_table: Remove usages of the global system instance
Lioncash
2020-07-15
4
-8
/
+15
|
*
|
|
|
|
|
kernel/thread: Remove global GetCurrentThread()
Lioncash
2020-07-15
3
-23
/
+7
*
|
|
|
|
|
|
Merge pull request #4249 from Morph1984/delete-update-aoc-on-overwrite
David
2020-07-16
3
-12
/
+94
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Check for empty section0 and CNMT prior to install
Morph
2020-07-16
1
-3
/
+19
|
*
|
|
|
|
|
|
clang format
Morph
2020-07-15
1
-3
/
+3
|
*
|
|
|
|
|
|
Use proper install result when overwriting files
Morph
2020-07-15
2
-3
/
+3
|
*
|
|
|
|
|
|
Remove global system instance and address feedback
Morph
2020-07-15
2
-14
/
+10
|
*
|
|
|
|
|
|
registered_cache: Remove previous update/dlc if it exists on install
Morph
2020-07-15
2
-13
/
+83
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #4328 from lioncash/unused-var3
bunnei
2020-07-15
1
-2
/
+0
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
memory_layout: Remove unused data member
Lioncash
2020-07-13
1
-2
/
+0
*
|
|
|
|
|
|
Merge pull request #4342 from lioncash/endian
Rodrigo Locatti
2020-07-14
1
-42
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
common/swap: Make use of std::endian
Lioncash
2020-07-14
1
-42
/
+4
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #4242 from ReinUsesLisp/maxwell-dma
bunnei
2020-07-14
6
-359
/
+468
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-10
5
-84
/
+125
|
*
|
|
|
|
|
maxwell_dma: Rename registers to match official docs and reorder
ReinUsesLisp
2020-07-07
2
-287
/
+355
*
|
|
|
|
|
|
Merge pull request #4294 from MerryMage/cpu-opt-settings
bunnei
2020-07-14
19
-29
/
+685
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
configure_cpu: Split optimization settings off into Debug tab
MerryMage
2020-07-12
9
-163
/
+302
|
*
|
|
|
|
|
|
configure_cpu: Add tooltips
MerryMage
2020-07-11
1
-1
/
+54
|
*
|
|
|
|
|
|
configure_cpu: Show/Hide debugging options
MerryMage
2020-07-11
7
-46
/
+135
|
*
|
|
|
|
|
|
configuration: Add settings to enable/disable specific CPU optimizations
MerryMage
2020-07-11
16
-29
/
+404
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #4282 from Morph1984/fs-size
bunnei
2020-07-14
7
-225
/
+17
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bis_factory: Set User NAND free space to be 1 MiB less than total.
Morph
2020-07-10
1
-1
/
+3
|
*
|
|
|
|
|
|
sdmc_factory: Set the SDMC total size to 1 TiB
Morph
2020-07-10
1
-1
/
+3
|
*
|
|
|
|
|
|
bis_factory: Use hardware default NAND partition sizes
Morph
2020-07-10
1
-10
/
+11
|
*
|
|
|
|
|
|
settings: Remove storage size options
Morph
2020-07-10
5
-214
/
+1
*
|
|
|
|
|
|
|
Fix crash if gc configured but adapter not connected
Ameer
2020-07-14
2
-15
/
+25
*
|
|
|
|
|
|
|
Merge pull request #4314 from lioncash/input-warn
bunnei
2020-07-14
4
-11
/
+15
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
gc_poller: Mark GCButtonFactory::GetNextInput() as const
Lioncash
2020-07-12
2
-2
/
+2
|
*
|
|
|
|
|
|
|
gc_poller: Get rid of undefined behavior in Create()
Lioncash
2020-07-12
1
-0
/
+4
|
*
|
|
|
|
|
|
|
gc_poller: Silence sign conversion warnings
Lioncash
2020-07-12
1
-1
/
+1
|
*
|
|
|
|
|
|
|
gc_adapter: Remove deprecated usage of = in lambda captures
Lioncash
2020-07-12
1
-1
/
+1
[next]