dr-carlos
dr-carlos
Is there any progress on this issue?
This behaviour is still occuring on Wayland, using the latest develop. ``` Feb 12 19:57:53 detlas audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb...
> The only change in the compile process is that the ROM start address `0x00300000` needs to be changed to `0x8C200000`. Then, `fxlink` can to used to send the generated...
> What do you think about packaging this tool in PrizmSDK on Windows like mkg3a is at the moment? That seems like the biggest challenge here to me, if that's...
I've built a tool (in utils/zx7/CLI) which can compress and decompress files with zx7, which I think solves the mentioned issues.
@tari I have made PRs #93 - #96 to implement the changes you listed above. I have not included ptune2_simple (I'm not sure why ptune is needed in the SDK),...
This is not really an issue: the example uses GetKey in a loop. If you press MENU whilst this is running, the main menu is opened. If you press EXE,...
Here's the effect on libc and a minimal G3A using printf - `int main() { printf("%s", "Hello!");` | Binary | Old printf | New printf | |-|--------|--------| | libc.a |...
I've moved pretty much everything that wasn't in the old version into #ifndef PRINTF_MINIMAL blocks (PRINTF_MINIMAL is defined by default in libc). Here's the new sizes: | Binary | Old...
I don't think that libfxcg currently includes sscanf (a simple search of the repo shows this). You will have to implement it yourself. If you would then like to, you...