haze: use gpu console for rendering

This commit is contained in:
Liam 2023-10-13 21:44:52 -04:00 committed by SciresM
parent c866c15856
commit d9fff85bc4
6 changed files with 592 additions and 9 deletions

View file

@ -19,8 +19,8 @@ namespace haze {
namespace {
/* Allow 20MiB for use by libnx. */
static constexpr size_t LibnxReservedMemorySize = 20_MB;
/* Allow 30MiB for use by libnx. */
static constexpr size_t LibnxReservedMemorySize = 30_MB;
}