util::string_view, update pgl for new sf semantics

This commit is contained in:
Michael Scire
2021-01-18 05:20:27 -08:00
parent 6467f6f07b
commit 2c485f832c
13 changed files with 448 additions and 70 deletions

View File

@@ -20,6 +20,6 @@
namespace ams::pgl::srv {
void Initialize(ShellInterface *interface, MemoryResource *mr);
void Initialize();
}