Skip to content
  • rahix's avatar
    feat(api): Add initial argument passing · 6cd4fcc3
    rahix authored
    
    
    This allows pycardium to learn which script it should start once it
    boots.  Arguments can only be read before any API calls are made.
    Afterward they are lost.
    
    To ensure they won't collide with anything during a core 1 restart,
    they are offset by 0x20 from the start of the API buffer.
    
    Signed-off-by: default avatarRahix <rahix@rahix.de>
    6cd4fcc3