index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-8
/
+8
*
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
1
-1
/
+1
*
Add cam:u service function names to its function table
archshift
2015-09-03
1
-3
/
+60
*
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-08-26
1
-2
/
+2
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
1
-0
/
+5
*
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-22
3
-12
/
+11
|
\
|
*
APT: Adjust shared font hack so it works with the new linear heap code
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+11
|
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
2
-2
/
+0
*
|
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
5
-18
/
+72
|
\
\
|
|
/
|
/
|
|
*
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...
Subv
2015-07-23
5
-4
/
+35
|
*
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-23
2
-14
/
+37
*
|
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
*
|
|
Move input values into an array
James Rowe
2015-07-27
2
-1
/
+14
*
|
|
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
1
-0
/
+7
|
/
/
*
|
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
|
|
/
/
*
/
/
Services/CFG: Added some missing functions to cfg:s
Subv
2015-07-20
1
-1
/
+3
|
/
/
*
|
Merge pull request #946 from archshift/update-frdu
bunnei
2015-07-19
1
-1
/
+12
|
\
\
|
*
|
Add more frd:u unknown service commands from 3dbrew
archshift
2015-07-19
1
-1
/
+12
*
|
|
Change trace/unimplemented service call logs to use hex
archshift
2015-07-19
1
-1
/
+1
|
/
/
*
|
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
11
-1
/
+31
*
|
Archive: Correct a few incorrect types in function signatures
Yuri Kunde Schlesner
2015-07-13
1
-1
/
+1
*
|
Add CiTrace recording support.
Tony Wasserka
2015-07-13
1
-1
/
+1
*
|
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-12
1
-3
/
+6
*
|
Applets: Reworked how the Applet update event is handled.
Subv
2015-07-11
3
-4
/
+4
*
|
Applets: Add infrastructure to allow custom drawing and input handling in App...
Subv
2015-07-11
3
-20
/
+39
*
|
HLE/APT: Initial HLE support for applets.
Subv
2015-07-11
4
-50
/
+173
*
|
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
12
-50
/
+82
|
\
\
|
*
|
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
3
-0
/
+7
[next]