index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence -Wsign-compare warnings.
Rohit Nirmal
2015-10-06
1
-1
/
+1
*
Service/CFG: Use a constexpr function for country initialization
Emmanuel Gil Peyrot
2015-09-30
1
-4
/
+3
*
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-29
1
-1
/
+1
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
5
-10
/
+12
*
Service/CFG: Add default entry for block 0x000A0001 (birthday)
Yuri Kunde Schlesner
2015-09-14
1
-0
/
+6
*
Service/CFG: Correct flags in 2 default blocks
Yuri Kunde Schlesner
2015-09-14
1
-2
/
+2
*
Service/CFG: Add additional blocks to default save data
Yuri Kunde Schlesner
2015-09-14
1
-0
/
+34
*
Fix narrowing conversion warning
Yuri Kunde Schlesner
2015-09-14
1
-1
/
+1
*
Service/CFG: Move several private types from the header to the cpp
Yuri Kunde Schlesner
2015-09-14
2
-63
/
+49
*
Service/CFG: Clean up default block creation
Yuri Kunde Schlesner
2015-09-14
2
-27
/
+17
*
GSP: Implement command 0x05, used for flushing caches
Yuri Kunde Schlesner
2015-09-14
2
-13
/
+34
*
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-11
1
-1
/
+1
*
General: Fix up doxygen comments
Lioncash
2015-09-10
4
-7
/
+4
*
Merge pull request #1101 from archshift/camu-service-names
bunnei
2015-09-03
1
-3
/
+60
|
\
|
*
Add cam:u service function names to its function table
archshift
2015-09-03
1
-3
/
+60
*
|
Merge pull request #1072 from yuriks/GetSystemTick-advance-time
bunnei
2015-09-01
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
SVC: Advance time when calling GetSystemTick to escape busy-wait loops
Yuri Kunde Schlesner
2015-08-30
1
-1
/
+4
*
|
Kernel: Fix wrong linear heap base on titles using newer kernels
Yuri Kunde Schlesner
2015-08-27
1
-1
/
+1
*
|
Kernel: Fix assertion failure when ControlMemory is called with size=0
Yuri Kunde Schlesner
2015-08-26
1
-0
/
+8
*
|
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-08-26
3
-4
/
+29
|
/
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
2
-0
/
+9
*
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-22
19
-88
/
+659
|
\
|
*
Kernel: Remove unused legacy heap MapBlock_* functions
Yuri Kunde Schlesner
2015-08-16
2
-77
/
+0
|
*
APT: Adjust shared font hack so it works with the new linear heap code
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+11
|
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
5
-2
/
+70
|
*
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
8
-27
/
+139
|
*
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Yuri Kunde Schlesner
2015-08-16
5
-10
/
+0
|
*
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-08-16
4
-2
/
+161
|
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
3
-3
/
+0
|
*
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
2015-08-16
2
-3
/
+7
|
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
5
-36
/
+338
|
*
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
2
-6
/
+11
|
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
3
-5
/
+15
|
*
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-08-16
2
-3
/
+3
*
|
GPU: Implement TextureCopy-mode display transfers
Yuri Kunde Schlesner
2015-08-16
2
-11
/
+25
|
/
*
core: Eliminate some unused variable warnings
Lioncash
2015-07-29
2
-3
/
+5
*
core: Fix missing prototype warnings
Lioncash
2015-07-29
1
-0
/
+1
*
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
*
|
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 #873 from jroweboy/input_array
Tony Wasserka
2015-07-28
2
-1
/
+14
|
\
\
\
|
*
|
|
Move input values into an array
James Rowe
2015-07-27
2
-1
/
+14
*
|
|
|
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
1
-1
/
+1
|
/
/
/
*
|
|
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
|
|
/
/
[next]