index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1008 from lioncash/pc
bunnei
2015-07-30
2
-21
/
+40
|
\
|
*
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
2015-07-29
2
-21
/
+40
*
|
Merge pull request #1014 from lioncash/unused-warn
bunnei
2015-07-29
2
-3
/
+5
|
\
\
|
*
|
core: Eliminate some unused variable warnings
Lioncash
2015-07-29
2
-3
/
+5
*
|
|
Merge pull request #1013 from lioncash/unused
Yuri Kunde Schlesner
2015-07-29
1
-3
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dyncom: Remove an unused variable
Lioncash
2015-07-29
1
-3
/
+0
*
|
|
core: Fix missing prototype warnings
Lioncash
2015-07-29
2
-0
/
+2
|
/
/
*
|
Merge pull request #1009 from lioncash/table
Yuri Kunde Schlesner
2015-07-29
1
-1
/
+2
|
\
\
|
*
|
am_net: Add missing function to the function table
Lioncash
2015-07-29
1
-0
/
+1
|
*
|
am_net: Add correct function name to the function table
Lioncash
2015-07-29
1
-1
/
+1
|
|
/
*
|
Merge pull request #982 from Subv/home
bunnei
2015-07-29
7
-18
/
+84
|
\
\
|
|
/
|
/
|
|
*
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...
Subv
2015-07-23
6
-5
/
+36
|
*
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-23
4
-14
/
+49
*
|
dyncom: Handle left-operand PC correctly for data-processing ops
Lioncash
2015-07-28
1
-7
/
+33
*
|
Merge pull request #899 from zawata/Winsock-Deprecation
bunnei
2015-07-28
1
-2
/
+8
|
\
\
|
*
|
SOC:U : Update deprecated function gethostbyname() to getaddrinfo()
zawata
2015-07-19
1
-2
/
+8
*
|
|
Merge pull request #1003 from lioncash/armcruft
bunnei
2015-07-28
6
-124
/
+91
|
\
\
\
|
*
|
|
dyncom: Remove an unnecessary typedef
Lioncash
2015-07-28
2
-7
/
+5
|
*
|
|
dyncom: Use enum class for instruction decoding results
Lioncash
2015-07-28
5
-41
/
+40
|
*
|
|
dyncom: Remove code duplication regarding thumb instructions
Lioncash
2015-07-27
3
-23
/
+12
|
*
|
|
dyncom: Migrate exclusive memory access control into armstate
Lioncash
2015-07-27
2
-50
/
+35
|
*
|
|
dyncom: Remove duplicated typedef and extern
Lioncash
2015-07-27
1
-4
/
+0
*
|
|
|
Merge pull request #873 from jroweboy/input_array
Tony Wasserka
2015-07-28
3
-24
/
+45
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Move input values into an array
James Rowe
2015-07-27
3
-24
/
+45
*
|
|
|
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
2
-28
/
+29
*
|
|
|
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
12
-1105
/
+1023
*
|
|
|
dyncom: Remove unnecessary initialization code.
Lioncash
2015-07-25
4
-59
/
+2
*
|
|
|
dyncom: Remove unnecessary abort-related cruft
Lioncash
2015-07-25
2
-48
/
+1
*
|
|
|
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
15
-33
/
+33
*
|
|
|
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-25
7
-61
/
+55
*
|
|
|
dyncom: Move helper functions to their own header
Lioncash
2015-07-25
10
-41
/
+57
*
|
|
|
dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common
Lioncash
2015-07-25
3
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #989 from lioncash/extern
Yuri Kunde Schlesner
2015-07-25
1
-25
/
+25
|
\
\
\
|
*
|
|
armdefs: Remove unnecessary extern keywords
Lioncash
2015-07-25
1
-25
/
+25
*
|
|
|
loader: Remove unnecessary else usages
Lioncash
2015-07-25
1
-9
/
+9
|
/
/
/
*
|
|
Merge pull request #888 from zawata/Warning-Fixes-2
Yuri Kunde Schlesner
2015-07-25
2
-3
/
+3
|
\
\
\
|
*
|
|
Core\HLE : Fix Warning
zawata
2015-07-17
2
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #892 from zawata/another-warning-fixes
Yuri Kunde Schlesner
2015-07-25
2
-2
/
+2
|
\
\
\
|
*
|
|
Core : Change variable type
zawata
2015-07-19
1
-1
/
+1
|
*
|
|
Core : Fix Conversion Warnings
zawata
2015-07-19
1
-1
/
+1
*
|
|
|
Merge pull request #983 from yuriks/null-memory-fill
Yuri Kunde Schlesner
2015-07-23
1
-13
/
+18
|
\
\
\
\
|
*
|
|
|
GSP: Don't try to write memory fill registers if start address is 0
Yuri Kunde Schlesner
2015-07-23
1
-13
/
+18
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-23
2
-0
/
+11
|
/
/
/
*
|
|
Merge pull request #962 from Subv/am_app
bunnei
2015-07-21
3
-3
/
+33
|
\
\
\
|
*
|
|
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
Subv
2015-07-21
3
-3
/
+33
*
|
|
|
Merge pull request #966 from Subv/log
bunnei
2015-07-21
1
-4
/
+8
|
\
\
\
\
|
*
|
|
|
Services/Logging: Log more useful information when some operations fail.
Subv
2015-07-21
1
-4
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #957 from Subv/hwtest_crash
bunnei
2015-07-21
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
Subv
2015-07-20
1
-0
/
+8
|
|
/
/
/
*
|
|
|
dyncom: Pass SVC immediates directly.
Lioncash
2015-07-21
3
-6
/
+6
[next]