mkwcat / gecko-codes

Collection of various gecko codes I've made for Wii games
MIT License
32 stars 3 forks source link

In your readme the example command output name is an rpx file, when it should be an elf file, because you recompress it later #3

Closed Jace-198 closed 2 months ago

Jace-198 commented 2 months ago

Look up

Jace-198 commented 2 months ago

simple mistake, no biggy

mkwcat commented 2 months ago

RPX and ELF are the same thing

Jace-198 commented 2 months ago

what

Jace-198 commented 2 months ago

the script needs an elf file

Jace-198 commented 2 months ago

and It outputs one, right? so you need to recompress it

mkwcat commented 2 months ago

i don't think you need to recompress it, at least it worked on Cemu without it

Jace-198 commented 2 months ago

Oh ok, I assumed you had to, sorry to bother