index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
apt
/
apt.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
1
-533
/
+0
2017-09-24
HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system.
Subv
1
-0
/
+10
2017-08-07
Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System).
Subv
1
-1
/
+5
2017-07-21
Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory.
Subv
1
-0
/
+6
2017-05-30
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
1
-0
/
+2
2017-02-21
APT: implement Wrap and Unwrap
wwylele
1
-0
/
+40
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
1
-1
/
+2
2016-12-11
APT::GetStartupArgument: force clear startup argument
mailwl
1
-1
/
+3
2016-12-05
HLE: Use a member variable instead of a virtual function to retrieve the max number of sessions that can be connected to an HLE service at the same time.
Subv
1
-0
/
+2
2016-11-24
Bravely Default/Second stuck #1822 (#2188)
pippo2931
1
-0
/
+11
2016-11-19
APT/Applets: Renamed the members of the SignalType enum.
Subv
1
-6
/
+17
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-8
/
+6
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-45
/
+50
2016-07-15
Correct APT::0x00550040 and APT::0x00560000 function
JamePeng
1
-10
/
+16
2016-07-04
HLE/Applets: Implement ErrEula applet
mailwl
1
-0
/
+8
2016-05-21
APT: Remove use of Memory::GetPointer
MerryMage
1
-4
/
+2
2016-05-07
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
Subv
1
-0
/
+15
2016-04-20
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
1
-0
/
+44
2016-04-06
append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:A
JamePeng
1
-8
/
+8
2016-04-04
implement APT::GetStartupArgument
JamePeng
1
-0
/
+17
2016-03-12
HLE/Applets: Implemented a dummy Mii Selector applet.
Subv
1
-1
/
+16
2015-07-24
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.
Subv
1
-0
/
+11
2015-07-24
Service/APT: Return proper parameters in GetLockHandle.
Subv
1
-0
/
+19
2015-07-12
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
1
-3
/
+6
2015-07-12
Applets: Reworked how the Applet update event is handled.
Subv
1
-1
/
+1
2015-07-12
HLE/APT: Initial HLE support for applets.
Subv
1
-1
/
+48
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-4
/
+4
2015-04-03
Services: Stubs and minor changes
purpasmart96
1
-6
/
+43
2015-03-04
Services: Moved the PTM and APT services to their own folder
Subv
1
-0
/
+222