Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
104 stars 11 forks source link

Include PowerPC 64-bit support #28

Closed Tech-FZ closed 1 year ago

Tech-FZ commented 1 year ago

One thing is clear: Currently, EmuGUI only supports the 32-bit PowerPC architecture. To support more PPC guests, we need the 64-bit version. So, we can get into it!

Tech-FZ commented 1 year ago

The PowerPC support has been implemented.