Email or username:

Password:

Forgot your password?
Top-level
kelp

@neauoire
it could be implemented as a custom 'window' device that the menu rom would send DEO calls into.

There's enough space for x,y,width,height and probably some flags that would set if the rom's window can be moved or if there should be a border drawn around it or not

I'm not sure if this approach would be in spirit of porporo though

3 comments
Devil Lu Linvega

@kelp porporo has no custom devices at the moment, I'll try to see how far I can get without having to do make new ones.

kelp

@neauoire

maybe a file-based approach could work as well?

a rom could make a file in a specific folder within the sandbox named after itself, the information written there would give porporo guidance on how the rom should be treated in terms of window position and size

Go Up