Remove ctru / Add pre font work

This commit is contained in:
2025-12-05 19:33:58 +01:00
parent d136e6ac5e
commit c18ef2161a
8 changed files with 109 additions and 39 deletions

View File

@@ -3,7 +3,6 @@
#include <amethyst/app.hpp>
#include <amethyst/assets.hpp>
#include <amethyst/c3d.hpp>
#include <amethyst/ctru.hpp>
#include <amethyst/image.hpp>
#include <amethyst/iron.hpp>
#include <amethyst/renderer.hpp>
@@ -14,5 +13,4 @@ void RegisterCxxExceptionHandler();
}
using Iron = Amy::Iron;
namespace Ctr = Amy::Ctr;
using C3D = Amy::C3D;