qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

Allows the iPod touch 1G to boot on Windows using MSYS2.

Open TylerJaacks opened this issue 8 months ago • 5 comments
trafficstars

I was able to add Windows support for booting the iPod touch 1G. So far I have only tested this on Windows and only with the serial debugger and no display using this "Running the Emulator".

The changes are as following

  • replacing fsize's type as gsize this is also consistent with glib's documentation.
  • assigning nand_state->nand_path directly to nms->nand_path.
  • implement this patch that fixes shader compilation on MSYS2.
  • fixed type casting in sha1 when using swapLong to use void*.

TylerJaacks avatar Mar 13 '25 00:03 TylerJaacks

Thank you very much for your contribution! Is the PR ready to be merged?

devos50 avatar Mar 13 '25 07:03 devos50

BTW I think there still is a workflow somewhere that automatically blocks PRs, I will look into this 👍

devos50 avatar Mar 13 '25 07:03 devos50

@TylerJaacks Is this PR ready for merge? 👍

devos50 avatar Apr 06 '25 08:04 devos50

@TylerJaacks seems I had to unlock the conversation 👍

devos50 avatar Apr 07 '25 06:04 devos50

As long as this has been tested on Mac I think it should be ready.

TylerJaacks avatar Apr 07 '25 13:04 TylerJaacks