aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Logging/LogClass.cs
diff options
context:
space:
mode:
authorThomas Guillemard <thog@protonmail.com>2018-08-04 23:38:49 +0200
committergdkchan <gab.dark.100@gmail.com>2018-08-04 18:38:49 -0300
commiteeb626947eac81b9d9d9a90ad6e29035c21d54a7 (patch)
tree4a1f0b2417db6670b098244ef3702f75775c50f6 /Ryujinx.HLE/Logging/LogClass.cs
parent5f34353dce716bca2e3fc1c7e82be6276b95d61a (diff)
Implement Shared Fonts (#215)
* Implement Shared Fonts This fully implements shared fonts. This commit is provided without fonts. This commit also add Size to HSharedMem.Positions to be able to add fonts to shared zones when RequestLoad is called. * Require the user to provide fonts in RyuFS/system * Use File.Exits instead of relying ona try/catch and change system resource exception format a bit * Make sure that font sum doesn't exceed 17MB Also rename font data dictionary for coherence.
Diffstat (limited to 'Ryujinx.HLE/Logging/LogClass.cs')
-rw-r--r--Ryujinx.HLE/Logging/LogClass.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.HLE/Logging/LogClass.cs b/Ryujinx.HLE/Logging/LogClass.cs
index c377ace6..95cae7e0 100644
--- a/Ryujinx.HLE/Logging/LogClass.cs
+++ b/Ryujinx.HLE/Logging/LogClass.cs
@@ -4,6 +4,7 @@ namespace Ryujinx.HLE.Logging
{
Audio,
Cpu,
+ Font,
Gpu,
Hid,
Kernel,