Homebrew Compiling FceuGX - one question

TheSly

Well-Known Member
OP
Newcomer
Joined
Oct 27, 2013
Messages
89
Trophies
0
XP
149
Country
Australia
How can I change the colour from the letters of the APPVERSION (3.1.4 - or which version ever)?

or:

How can I move these letters?


I'm compiling the colours of FceuGX so it fits better to my themes I use on my Wii.
But I can't figure out how to change this colour or how to move it somewhere else...

1.png
 

TheSly

Well-Known Member
OP
Newcomer
Joined
Oct 27, 2013
Messages
89
Trophies
0
XP
149
Country
Australia
Hm... by now I found out how to DELETE these letters (3.x.x) -
but still not how to MOVE them... :blink:
 

TheSly

Well-Known Member
OP
Newcomer
Joined
Oct 27, 2013
Messages
89
Trophies
0
XP
149
Country
Australia
Has nobody got any idea?:-(

Problem is:
If I DELETE the letters 3.x.x inside fceugx.h (compiling)
the emulator will save no personal settings (like cropping, timing...) and will
always reset to default settings.

Has nobody experience compiling fceugx?:-(
 

Jacobeian

Well-Known Member
Member
Joined
May 15, 2008
Messages
1,893
Trophies
0
XP
387
Country
Cuba
APPVERSION in fceugx.h is likely used elsewhere, it's not only meant to be displayed so making it empty like you probably did will cause problems.

To change a color, it's really simple, just look in the code to find where APPVERSION is being used,

It didn't took me very long to find this in menu.c:

Code:
GuiText logoTxt(APPVERSION, 18, (GXColor){255, 255, 255, 255});


The last parameter is the color in RGBA format, you only need to modifiy the first 3 hex values to change the color

Plain red would be {255,0,0,255} for example
 
  • Like
Reactions: TheSly

TheSly

Well-Known Member
OP
Newcomer
Joined
Oct 27, 2013
Messages
89
Trophies
0
XP
149
Country
Australia
APPVERSION in fceugx.h is likely used elsewhere, it's not only meant to be displayed so making it empty like you probably did will cause problems.

To change a color, it's really simple, just look in the code to find where APPVERSION is being used,

It didn't took me very long to find this in menu.c:

Code:
GuiText logoTxt(APPVERSION, 18, (GXColor){255, 255, 255, 255});


The last parameter is the color in RGBA format, you only need to modifiy the first 3 hex values to change the color

Plain red would be {255,0,0,255} for example
Thank You very much!
I'll do so as soon as I'm home
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Boo I thought that was a rejection comment