Search found 3 matches

by vicmarto
Sat Feb 21, 2015 5:04 pm
Forum: Wii64
Topic: Not64 Second Edition - an Hybrid Heaven emulator
Replies: 368
Views: 793768

Re: Not64 Second Edition - an Hybrid Heaven emulator

emu_kidid wrote:Not64 is the only thing that relies on custom devkitPPC/libOGC that I know of so far. You might just have to get used to the paths or hex edit some equivalent length paths instead.
:arrow:
Thank you very much emu_kidid, I have played a little with the hex edit... :D
by vicmarto
Thu Feb 19, 2015 8:50 am
Forum: Wii64
Topic: Not64 Second Edition - an Hybrid Heaven emulator
Replies: 368
Views: 793768

Re: Not64 Second Edition - an Hybrid Heaven emulator

Can I ask why you're trying to compile your own? You'll need a custom version of libOGC and DevkitPPC to do it - even if you get it to compile as-is it will fail due to R2/R13 usage. Hello emu_kidid. Well, I only wanted to do a little code modification to change the folder where the roms and saves ...
by vicmarto
Wed Feb 18, 2015 7:21 pm
Forum: Wii64
Topic: Not64 Second Edition - an Hybrid Heaven emulator
Replies: 368
Views: 793768

Re: Not64 Second Edition - an Hybrid Heaven emulator

Hello. I got a problem compiling Not64 20150205 ( make -f Makefile.menu2_wii ). This is the error I get: main/main_gc-menu2.cpp: In function 'void Initialise()': main/main_gc-menu2.cpp:666:29: error: 'CAST_SetGQR2' was not declared in this scope main/main_gc-menu2.cpp:667:31: error: 'CAST_SetGQR3' w...