Donald Haase
Donald Haase
> > I think this solution: > > ``` > > void g1_dma_irq_handler(uint32 code, void *data) { > > if(g1_ata_irq_hdl) > > g1_ata_irq_hdl(code, data); > > else if (cdrom_irq_hdl) >...
Not sure on the solution to this, but it looks quite like it may be the c++ counterpart of this: https://github.com/KallistiOS/KallistiOS/pull/487
> I actually had created a branch doing quite a bit of preemptive work on making `arch_exec()` support taking and passing arbitrary command-line arguments to the child process, but... trying...
> I had to verify, the frame is correctly unlocked in `maple_dma_irq_hnd` when no callback is registered. So, all looks good. Yea, a number of the maple commands work without...
@dfchil - In case you hadn't seen this and would be interested.
@lerabot - https://dcemulation.org/phpBB/viewtopic.php?p=1061943#p1061943 The newest version of pvrtex might support what you're looking for. It would need some work to update the KOS version to it. I've opened #1144 for...
> I've taken your subtle hint and updated the pvrtex tool to match the latest release: [#1145](https://github.com/KallistiOS/KallistiOS/pull/1145) Thanks again for taking this on 🫡 . I had seen it but...
> pvrtex already supports converting cartesian normal maps to the PVR's spherical coordinates (using --format normal), and can also generate mipmaps and VQ compress the result. If there's a bug...
> Are you sure you want to break the API that much? Could you please elaborate? This shouldn't break much of anything. The renaming of the error codes and `NO_ACTIVE`...
> > > Are you sure you want to break the API that much? > > > > > > Could you please elaborate? This shouldn't break much of anything....