Thanks for your help

I just change it and I don't have the TVPal error anymore.
I am confused a lot about which version of devkitpro to install, I try different scenario and I got differents errors of compilation.
My first try, I installed devkitpro with the last libogc and the last devkitppc.
If I try to compile it, here is the error I have:
heatmgr.cpp
In file included from c:/projects/wii/fceugx/source/cheatmgr.cpp:15:0:
c:/projects/wii/fceugx/source/fceugx.h:86:18: error: 'MAXPATHLEN' was not declared in this scope
char LoadFolder[MAXPATHLEN]; // Path to game files
^~~~~~~~~~
c:/projects/wii/fceugx/source/fceugx.h:87:22: error: 'MAXPATHLEN' was not declared in this scope
char LastFileLoaded[MAXPATHLEN]; //Last file loaded filename
^~~~~~~~~~
c:/projects/wii/fceugx/source/fceugx.h:88:18: error: 'MAXPATHLEN' was not declared in this scope
char SaveFolder[MAXPATHLEN]; // Path to save files
^~~~~~~~~~
c:/projects/wii/fceugx/source/fceugx.h:89:19: error: 'MAXPATHLEN' was not declared in this scope
char CheatFolder[MAXPATHLEN]; // Path to cheat files
^~~~~~~~~~
c:/projects/wii/fceugx/source/fceugx.h:90:25: error: 'MAXPATHLEN' was not declared in this scope
char ScreenshotsFolder[MAXPATHLEN]; //Path to screenshots files
^~~~~~~~~~
c:/projects/wii/fceugx/source/fceugx.h:92:21: error: 'MAXPATHLEN' was not declared in this scope
char Exit_Dol_File[MAXPATHLEN]; // Exit Path
^~~~~~~~~~
In file included from c:/projects/wii/fceugx/source/cheatmgr.cpp:18:0:
c:/projects/wii/fceugx/source/filebrowser.h:26:11: error: 'MAXPATHLEN' was not declared in this scope
char dir[MAXPATHLEN + 1]; // directory path of browserList
^~~~~~~~~~
c:/projects/wii/fceugx/source/filebrowser.h:58:20: error: 'MAXPATHLEN' was not declared in this scope
extern char szname[MAXPATHLEN];