yellows8 / hblauncher_loader

3DS NCCH application for booting the *hax payloads.
243 stars 27 forks source link

Update for new libctru #100

Closed unresolvedsymbol closed 3 years ago

unresolvedsymbol commented 3 years ago

This commit breaks compilation by declaring gspGpuHandle static. I'm estranged why the hax payload needs this as a parameter when homebrew apps themselves have to init gfx don't they? I know this repo is very dead but hoping someone can shed light.

unresolvedsymbol commented 3 years ago

Solved by simply getting the handle ourselves srvGetServiceHandle(&gspGpuHandle, "gsp::Gpu"); but perhaps there's a more elegant solution