index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
apt
Age
Commit message (
Expand
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-04
Merge pull request #2953 from Subv/applet_launch
Sebastian Valle
2017-09-30
Merge pull request #2946 from Subv/home_menu_apt
Sebastian Valle
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-25
HLE/APT: Always set up the APT parameter when starting a library applet.
Subv
2017-09-24
HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...
Subv
2017-09-24
HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize
Subv
2017-09-03
APT: load different shared font depending on the region
wwylele
2017-08-07
Services/APT: Use the AppletAttributes union directly when dealing with apple...
Subv
2017-08-07
Services/APT: Use an array to hold data about the 4 possible concurrent apple...
Subv
2017-08-03
telemetry: Add field for RequiresSharedFont.
bunnei
2017-07-27
Merge pull request #2840 from Subv/apt_parameter
bunnei
2017-07-22
Merge pull request #2799 from yuriks/virtual-cached-range-flush
Weiyi Wang
2017-07-21
Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they retur...
Subv
2017-07-21
Services/APT: Return the proper error code when calling SendParameter with an...
Subv
2017-07-21
Services/APT: Reset the APT parameter inside CancelParameter if the condition...
Subv
2017-07-21
Services/APT: Properly clear the apt parameter after a successful ReceivePara...
Subv
2017-07-21
Services/APT: Use the right error codes in ReceiveParameter and GlanceParamet...
Subv
2017-07-21
Services/APT: Use boost::optional for the APT parameter structure.
Subv
2017-06-26
apt: load shared font from system archive
wwylele
2017-06-26
apt/shared_font: don't relocate zero offset
wwylele
2017-06-21
Memory: Make PhysicalToVirtualAddress return a boost::optional
Yuri Kunde Schlesner
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-02
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-04-06
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
2017-03-20
hopefully fix clang-format issues with old version
Lectem
2017-03-19
address more comments
Lectem
2017-03-18
Cast size_t to u32 for PushStaticBuffer usages
Lectem
2017-03-18
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
apt: fix RequestBuilder parameters for Unwrap
wwylele
2017-03-18
fix #2560 and other comments
Lectem
2017-03-18
refactor APT service to use the new IPC helpers
Lectem
2017-02-21
APT: implement Wrap and Unwrap
wwylele
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-11
APT::GetStartupArgument: force clear startup argument
mailwl
2016-12-07
apt: Update apt function tables
Lioncash
2016-12-05
HLE: Use a member variable instead of a virtual function to retrieve the max ...
Subv
2016-11-23
Bravely Default/Second stuck #1822 (#2188)
pippo2931
2016-11-19
APT/Applets: Renamed the members of the SignalType enum.
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-30
Merge pull request #2023 from yuriks/autobase-bcfnt
bunnei
2016-08-27
Auto-detect original shared_font.bin memory base
Yuri Kunde Schlesner
2016-08-02
fix #1942 and adds a few IPC functions for descriptors
Lectem
[next]