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
...
|
*
|
|
gl_state: Temporarily disable culling and depth test.
bunnei
2018-07-18
1
-1
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #692 from lioncash/assign
bunnei
2018-07-18
1
-1
/
+1
|
\
\
\
|
*
|
|
address_arbiter: Correct assignment within an assertion statement in WakeThre...
Lioncash
2018-07-18
1
-1
/
+1
*
|
|
|
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
9
-16
/
+26
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
9
-16
/
+26
*
|
|
|
Merge pull request #691 from lioncash/guard
bunnei
2018-07-18
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
service/prepo: Add missing header guard
Lioncash
2018-07-18
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #686 from lioncash/fmt
bunnei
2018-07-18
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
externals: update fmt to version 5.1.0
Lioncash
2018-07-18
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #688 from lioncash/comma
bunnei
2018-07-18
1
-22
/
+12
|
\
\
\
|
*
|
|
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
1
-22
/
+12
|
|
/
/
*
|
|
Merge pull request #693 from lioncash/unused
bunnei
2018-07-18
1
-7
/
+0
|
\
\
\
|
*
|
|
core/memory: Remove unused function GetSpecialHandlers() and an unused variab...
Lioncash
2018-07-18
1
-7
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
6
-22
/
+26
|
\
\
\
|
*
|
|
core: Make System's default constructor private
Lioncash
2018-07-18
2
-0
/
+4
|
*
|
|
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
5
-22
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #680 from bunnei/fix-swizz
bunnei
2018-07-18
1
-1
/
+4
|
\
\
\
|
*
|
|
decoders: Fix calc of swizzle image_width_in_gobs.
bunnei
2018-07-18
1
-1
/
+4
*
|
|
|
Merge pull request #684 from lioncash/nonmember
bunnei
2018-07-18
2
-2
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
game_list: Make ContainsAllWords an internally linked non-member function
Lioncash
2018-07-18
2
-2
/
+1
|
|
/
/
*
|
/
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
54
-1959
/
+1926
|
|
/
|
/
|
*
|
Fill in more fields in TouchScreenEntryTouch
Zach Hilman
2018-07-18
1
-4
/
+9
*
|
Single touch support
Zach Hilman
2018-07-18
1
-4
/
+19
|
/
*
Merge pull request #681 from lioncash/const
bunnei
2018-07-18
2
-5
/
+7
|
\
|
*
game_list: Upper-case containsAllWords to ContainsAllWords()
Lioncash
2018-07-18
2
-3
/
+3
|
*
game_list: Make containsAllWords a const member function
Lioncash
2018-07-18
2
-4
/
+6
*
|
Merge pull request #682 from lioncash/telemetry
bunnei
2018-07-18
1
-20
/
+7
|
\
\
|
*
|
telemetry: Remove unnecessary Field constructor
Lioncash
2018-07-18
1
-4
/
+1
|
*
|
telemetry: Make operator== and operator!= const member functions of Field
Lioncash
2018-07-18
1
-2
/
+2
|
*
|
telemetry: Default copy/move constructors and assignment operators
Lioncash
2018-07-18
1
-14
/
+4
|
|
/
*
|
Merge pull request #679 from lioncash/ctor
bunnei
2018-07-17
1
-4
/
+1
|
\
\
|
*
|
game_list: Remove unnecessary QString initialization in KeyReleaseEater
Lioncash
2018-07-18
1
-4
/
+1
|
|
/
*
|
Merge pull request #678 from lioncash/astc
bunnei
2018-07-17
1
-78
/
+60
|
\
\
|
*
|
astc: Initialize vector size directly in Decompress
Lioncash
2018-07-17
1
-2
/
+1
|
*
|
astc: Mark functions as internally linked where applicable
Lioncash
2018-07-17
1
-17
/
+20
|
*
|
astc: const-correctness changes where applicable
Lioncash
2018-07-17
1
-14
/
+13
|
*
|
astc: Delete Bits' copy contstructor and assignment operator
Lioncash
2018-07-17
1
-8
/
+6
|
*
|
astc: In-class initialize member variables where appropriate
Lioncash
2018-07-17
1
-39
/
+22
|
|
/
*
|
settings: Turn docked mode off by default.
bunnei
2018-07-17
3
-3
/
+3
*
|
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
bunnei
2018-07-17
1
-1
/
+1
*
|
vi: Fix size for ListDisplays default display.
bunnei
2018-07-17
1
-2
/
+2
*
|
vi: Partially implement buffer crop parameters.
bunnei
2018-07-17
9
-14
/
+46
|
/
*
Merge pull request #675 from Subv/stencil
bunnei
2018-07-17
1
-2
/
+25
|
\
|
*
GPU: Added register definitions for the stencil parameters.
Subv
2018-07-17
1
-2
/
+25
*
|
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
16
-212
/
+256
*
|
Merge pull request #671 from MerryMage/clear-exclusive-state
bunnei
2018-07-17
6
-0
/
+11
|
\
\
|
*
|
scheduler: Clear exclusive state when switching contexts
MerryMage
2018-07-16
6
-0
/
+11
*
|
|
Merge pull request #672 from SciresM/to_address_fix
bunnei
2018-07-17
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Kernel/Arbiter: Fix bug in WaitIfLessThan
Michael Scire
2018-07-16
1
-2
/
+4
|
|
/
*
/
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-17
6
-32
/
+21
|
/
[prev]
[next]