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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
APT: load different shared font depending on the region
wwylele
2017-09-03
1
-134
/
+152
*
Services/APT: Use the AppletAttributes union directly when dealing with applet attrs.
Subv
2017-08-07
1
-19
/
+15
*
Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System).
Subv
2017-08-07
1
-34
/
+199
*
telemetry: Add field for RequiresSharedFont.
bunnei
2017-08-04
1
-0
/
+4
*
Merge pull request #2840 from Subv/apt_parameter
bunnei
2017-07-27
1
-33
/
+99
|
\
|
*
Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they return an error.
Subv
2017-07-21
1
-7
/
+9
|
*
Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory.
Subv
2017-07-21
1
-4
/
+11
|
*
Services/APT: Reset the APT parameter inside CancelParameter if the conditions are met.
Subv
2017-07-21
1
-6
/
+23
|
*
Services/APT: Properly clear the apt parameter after a successful ReceiveParameter call.
Subv
2017-07-21
1
-2
/
+8
|
*
Services/APT: Use the right error codes in ReceiveParameter and GlanceParameter when the parameter doesn't exist.
Subv
2017-07-21
1
-0
/
+28
|
*
Services/APT: Use boost::optional for the APT parameter structure.
Subv
2017-07-21
1
-20
/
+26
*
|
Merge pull request #2799 from yuriks/virtual-cached-range-flush
Weiyi Wang
2017-07-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-06-22
1
-1
/
+1
*
|
apt: load shared font from system archive
wwylele
2017-06-26
1
-20
/
+134
|
/
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-6
/
+6
*
Created a whitelist of system archives to prevent false positives creating dialogs.
TheKoopaKingdom
2017-06-03
1
-3
/
+2
*
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-06-03
1
-2
/
+5
*
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
2017-04-06
1
-199
/
+245
|
\
|
*
hopefully fix clang-format issues with old version
Lectem
2017-03-20
1
-3
/
+2
|
*
address more comments
Lectem
2017-03-19
1
-20
/
+20
|
*
Cast size_t to u32 for PushStaticBuffer usages
Lectem
2017-03-18
1
-2
/
+2
|
*
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
1
-36
/
+38
|
*
fix #2560 and other comments
Lectem
2017-03-18
1
-19
/
+19
|
*
refactor APT service to use the new IPC helpers
Lectem
2017-03-18
1
-191
/
+236
*
|
apt: fix RequestBuilder parameters for Unwrap
wwylele
2017-03-18
1
-1
/
+1
|
/
*
APT: implement Wrap and Unwrap
wwylele
2017-02-21
1
-0
/
+103
*
APT::GetStartupArgument: force clear startup argument
mailwl
2016-12-11
1
-4
/
+8
*
Bravely Default/Second stuck #1822 (#2188)
pippo2931
2016-11-24
1
-0
/
+9
*
APT/Applets: Renamed the members of the SignalType enum.
Subv
2016-11-19
1
-1
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-7
/
+5
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-62
/
+86
*
Merge pull request #2023 from yuriks/autobase-bcfnt
bunnei
2016-08-30
1
-6
/
+1
|
\
|
*
Auto-detect original shared_font.bin memory base
Yuri Kunde Schlesner
2016-08-27
1
-6
/
+1
*
|
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-08-02
1
-2
/
+2
|
/
*
Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000
bunnei
2016-07-29
1
-6
/
+9
|
\
|
*
Correct APT::0x00550040 and APT::0x00560000 function
JamePeng
2016-07-15
1
-6
/
+9
*
|
Instead of segfaulting, log an error to remind the user to dump the shared font file
Henrik Rydgard
2016-07-28
1
-0
/
+7
|
/
*
Merge pull request #1692 from Subv/rm_getpointer2
bunnei
2016-05-30
1
-12
/
+13
|
\
|
*
APT: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-12
/
+13
*
|
Merge pull request #1520 from JamePeng/checknew3ds
bunnei
2016-05-24
1
-0
/
+51
|
\
\
|
|
/
|
/
|
|
*
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-04-20
1
-0
/
+51
*
|
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
Subv
2016-05-13
1
-66
/
+7
*
|
APT: Implement relocating the shared font to its true address.
Subv
2016-05-13
1
-9
/
+74
*
|
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-13
1
-26
/
+12
|
/
*
implement APT::GetStartupArgument
JamePeng
2016-04-04
1
-0
/
+17
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-2
/
+2
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
1
-2
/
+2
*
Merge pull request #1266 from Subv/miiapplet
bunnei
2016-03-12
1
-0
/
+19
|
\
|
*
HLE/Applets: Implemented a dummy Mii Selector applet.
Subv
2016-03-12
1
-0
/
+19
*
|
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-2
/
+0
|
/
*
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-08-27
1
-2
/
+2
*
APT: Adjust shared font hack so it works with the new linear heap code
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+11
*
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.
Subv
2015-07-24
1
-1
/
+20
*
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-24
1
-14
/
+18
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-0
/
+3
*
Applets: Reworked how the Applet update event is handled.
Subv
2015-07-12
1
-2
/
+2
*
Applets: Add infrastructure to allow custom drawing and input handling in Applets.
Subv
2015-07-12
1
-18
/
+27
*
HLE/APT: Initial HLE support for applets.
Subv
2015-07-12
1
-34
/
+105
*
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-06-23
1
-2
/
+4
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-2
/
+2
*
APT/FS: Remove asserts that were causing false positives
purpasmart96
2015-05-16
1
-2
/
+0
*
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-11
1
-1
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-6
/
+11
*
APT: (Subv) Fix bug where start event was being incorrectly signaled.
bunnei
2015-04-10
1
-6
/
+7
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
1
-18
/
+56
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
1
-0
/
+285