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
/
apt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
10
-2266
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
3
-217
/
+540
|
\
|
*
Merge pull request #2953 from Subv/applet_launch
Sebastian Valle
2017-10-04
2
-30
/
+47
|
|
\
|
|
*
HLE/APT: Always set up the APT parameter when starting a library applet.
Subv
2017-09-25
2
-30
/
+47
|
*
|
Merge pull request #2946 from Subv/home_menu_apt
Sebastian Valle
2017-09-30
3
-8
/
+45
|
|
\
\
|
|
*
|
HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...
Subv
2017-09-24
3
-2
/
+26
|
|
*
|
HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize
Subv
2017-09-24
1
-6
/
+19
|
|
|
/
|
*
/
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-2
/
+2
|
|
/
|
*
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 apple...
Subv
2017-08-07
1
-19
/
+15
|
*
Services/APT: Use an array to hold data about the 4 possible concurrent apple...
Subv
2017-08-07
2
-35
/
+204
|
*
telemetry: Add field for RequiresSharedFont.
bunnei
2017-08-03
1
-0
/
+4
|
*
Merge pull request #2840 from Subv/apt_parameter
bunnei
2017-07-27
2
-33
/
+105
|
/
|
|
*
Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they retur...
Subv
2017-07-21
1
-7
/
+9
|
*
Services/APT: Return the proper error code when calling SendParameter with an...
Subv
2017-07-21
2
-4
/
+17
|
*
Services/APT: Reset the APT parameter inside CancelParameter if the condition...
Subv
2017-07-21
1
-6
/
+23
|
*
Services/APT: Properly clear the apt parameter after a successful ReceivePara...
Subv
2017-07-21
1
-2
/
+8
|
*
Services/APT: Use the right error codes in ReceiveParameter and GlanceParamet...
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-21
1
-1
/
+1
*
|
apt: load shared font from system archive
wwylele
2017-06-26
1
-20
/
+134
*
|
apt/shared_font: don't relocate zero offset
wwylele
2017-06-26
1
-2
/
+4
|
/
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
1
-6
/
+6
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
1
-3
/
+2
*
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-06-02
1
-2
/
+5
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-0
/
+2
*
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
5
-6
/
+149
*
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
4
-3
/
+6
|
\
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-1
/
+2
|
*
HLE: Use a member variable instead of a virtual function to retrieve the max ...
Subv
2016-12-05
4
-3
/
+5
*
|
APT::GetStartupArgument: force clear startup argument
mailwl
2016-12-11
2
-5
/
+11
*
|
apt: Update apt function tables
Lioncash
2016-12-07
2
-7
/
+73
|
/
*
Bravely Default/Second stuck #1822 (#2188)
pippo2931
2016-11-23
4
-2
/
+22
*
APT/Applets: Renamed the members of the SignalType enum.
Subv
2016-11-19
2
-7
/
+18
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
4
-4
/
+4
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
3
-9
/
+5
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
5
-18
/
+17
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
5
-311
/
+337
*
Merge pull request #2023 from yuriks/autobase-bcfnt
bunnei
2016-08-30
3
-30
/
+68
|
\
|
*
Auto-detect original shared_font.bin memory base
Yuri Kunde Schlesner
2016-08-27
3
-30
/
+68
*
|
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-08-02
1
-2
/
+2
|
/
[next]