Kyra Zimmer
Kyra Zimmer
could you please give instructions on how to deploy this? i don't see a makefile or similar and i don't know enough about ngx extension development to figure out how...
should be -llua, without any specific version number. and -fPIC, not -f PIC
your "API docs" contain pretty much the same as the readme and the link to the "API docs" inside it link to the same page again.
`client_sync` doesn't even exist.
setting the `defaultRendererName` et al requires to edit the js sources, should be exposed to config.
according to the source code, there's a `function M.out_of_band_cli(client)`, but you call `M.out_of_band_cli(client,client)` in the example, which, while not breaking things (yet), is confusing.
having noticed you didn't disallow banks on the "generic z80" target (and no way to set the bank size, so i hoped for something smart along the lines of "one...
> Should be done in root none of that ever should, and you didn't even specify *which* permission you didn't understand! there shouldn't even be any need for a global...
in pseudo-C: ```C int EWRAM_CODE FindMyRompage(){ static int EWRAM cached = -1; if(cached >= 0) return cached; static char EWRAM romname_copy[ROMNAMELENGTH]; memcpy(romname_copy, header->romname, ROMNAMELENGTH); static int EWRAM checksum_copy = header->checksum;...