Skip to content

Commit

Permalink
pgba: add crappy gfx (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Sep 26, 2023
1 parent a6b49f3 commit d7ef1bc
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion data/common/romfs/skins/default/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ SKIN_CONFIG :
TITLE :
{
texture = "title.png";
texture_filtering = 0;
texture_filtering = 1;
color = [0, 0, 0, 0];
texture_color = [255, 255, 255, 255];
rectangle = [ 6.0, 6.0, 516.0, 196.0 ];
Expand Down
Binary file modified src/cores/pgba/data/3ds/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions src/cores/pgba/data/common/romfs/skins/default/config.cfg.override
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@ SKIN_CONFIG :
{
COLORS :
{
color0 = [ 64, 64, 64, 255 ]; // HIGHLIGHT > color
color1 = [ 154 ,34 ,87, 255 ]; // HIGHLIGHT > outline_color
color0 = [ 154, 34, 87, 255 ]; // HIGHLIGHT > color
color1 = [ 196, 190, 187, 255 ]; // HIGHLIGHT > outline_color
color2 = [ 73, 71, 134, 255 ]; // MESSAGEBOX > color
color3 = [ 154 ,34 ,87, 255 ]; // MESSAGEBOX > outline_color
color3 = [ 154, 34, 87, 255 ]; // MESSAGEBOX > outline_color
color4 = [ 73, 71, 134, 255 ]; // STATUSBOX > color
color5 = [ 154 ,34 ,87, 255 ]; // STATUSBOX > outline_color
color6 = [ 34, 34, 34, 255 ]; // MAIN > color
color7 = [ 154 ,34 ,87, 255 ]; // MAIN > outline_color
color5 = [ 154, 34, 87, 255 ]; // STATUSBOX > outline_color
color6 = [ 196, 190, 187, 255 ]; // MAIN > color
color7 = [ 154, 34, 87, 255 ]; // MAIN > outline_color
color8 = [ 255, 255, 255, 255 ]; // MAIN > TITLE > color
color9 = [ 0, 0, 0, 255 ]; // MAIN > TITLE > outline_color
color10 = [ 64, 64, 64, 255 ]; // MAIN > HELP > color
color11 = [ 154 ,34 ,87, 255 ]; // MAIN > HELP > outline_color
color10 = [ 73, 71, 134, 255 ]; // MAIN > HELP > color
color11 = [ 154, 34, 87, 255 ]; // MAIN > HELP > outline_color
color12 = [ 73, 71, 134, 255 ]; // MAIN > ROM_LIST > color
color13 = [ 154 ,34 ,87, 255 ]; // MAIN > ROM_LIST > outline_color
color13 = [ 154, 34, 87, 255 ]; // MAIN > ROM_LIST > outline_color
color14 = [ 73, 71, 134, 255 ]; // MAIN > ROM_LIST > TITLE_TEXT > color
color15 = [ 154 ,34 ,87, 255 ]; // MAIN > ROM_LIST > TITLE_TEXT > outline_color
color16 = [ 200, 200, 200, 255 ]; // MAIN > ROM_LIST > TEXT > color
color17 = [ 154 ,34 ,87, 255 ]; // MAIN > ROM_LIST > TEXT > color_missing
color15 = [ 154, 34, 87, 255 ]; // MAIN > ROM_LIST > TITLE_TEXT > outline_color
color16 = [ 196, 190, 187, 255 ]; // MAIN > ROM_LIST > TEXT > color
color17 = [ 154, 34, 87, 255 ]; // MAIN > ROM_LIST > TEXT > color_missing
color18 = [ 0, 0, 0, 255 ]; // MAIN > ROM_LIST > TEXT > outline_color
color19 = [ 132, 208, 125, 255 ]; // MAIN > ROM_IMAGE > color
color19 = [ 154, 34, 87, 255 ]; // MAIN > ROM_IMAGE > color
color20 = [ 73, 71, 134, 255 ]; // MAIN > ROM_IMAGE > outline_color
color21 = [ 73, 71, 134, 255 ]; // MAIN > ROM_INFOS > color
color22 = [ 154 ,34 ,87, 255 ]; // MAIN > ROM_INFOS > outline_color
color23 = [ 154 ,34 ,87, 255 ]; // MAIN > ROM_INFOS > TEXT_1 > color
color22 = [ 154, 34, 87, 255 ]; // MAIN > ROM_INFOS > outline_color
color23 = [ 154, 34, 87, 255 ]; // MAIN > ROM_INFOS > TEXT_1 > color
color24 = [ 0, 0, 0, 255 ]; // MAIN > ROM_INFOS > TEXT_1 > outline_color
color25 = [ 132, 208, 125, 255 ]; // MAIN > ROM_INFOS > TEXT_2 > color
color25 = [ 196, 190, 187, 255 ]; // MAIN > ROM_INFOS > TEXT_2 > color
color26 = [ 0, 0, 0, 255 ]; // MAIN > ROM_INFOS > TEXT_2 > outline_color
color27 = [ 154 ,34 ,87, 255 ]; // MAIN > ROM_SYNOPSIS > color
color27 = [ 154, 34, 87, 255 ]; // MAIN > ROM_SYNOPSIS > color
color28 = [ 73, 71, 134, 255 ]; // MAIN > ROM_SYNOPSIS > outline_color
color29 = [ 247, 186, 11, 255 ]; // MAIN > ROM_SYNOPSIS > TEXT > color
color30 = [ 73, 71, 134, 255 ]; // MAIN > ROM_SYNOPSIS > TEXT > outline_color
color31 = [ 73, 71, 134, 255 ]; // OPTIONS_MENU > color
color32 = [ 154 ,34 ,87, 255 ]; // OPTIONS_MENU > outline_color
color33 = [ 200, 200, 200, 255 ]; // OPTIONS_MENU > TITLE_TEXT > color
color34 = [ 154 ,34 ,87, 255 ]; // OPTIONS_MENU > TITLE_TEXT > outline_color
color35 = [ 200, 200, 200, 255 ]; // OPTIONS_MENU > ITEMS_TEXT > color
color32 = [ 154, 34, 87, 255 ]; // OPTIONS_MENU > outline_color
color33 = [ 196, 190, 187, 255 ]; // OPTIONS_MENU > TITLE_TEXT > color
color34 = [ 154, 34, 87, 255 ]; // OPTIONS_MENU > TITLE_TEXT > outline_color
color35 = [ 196, 190, 187, 255 ]; // OPTIONS_MENU > ITEMS_TEXT > color
color36 = [ 0, 0, 0, 255 ]; // OPTIONS_MENU > ITEMS_TEXT > outline_color
color37 = [ 0, 56, 123, 220 ]; // STATES_MENU > color
color38 = [ 154 ,34 ,87, 255 ]; // STATES_MENU > outline_color
color39 = [ 200, 200, 200, 255 ]; // STATES_MENU > TITLE_TEXT > color
color40 = [ 220, 0, 0, 255 ]; // STATES_MENU > TITLE_TEXT > outline_color
color38 = [ 154, 34, 87, 255 ]; // STATES_MENU > outline_color
color39 = [ 196, 190, 187, 255 ]; // STATES_MENU > TITLE_TEXT > color
color40 = [ 154, 34, 87, 255 ]; // STATES_MENU > TITLE_TEXT > outline_color
color41 = [ 64, 64, 64, 255 ]; // STATES_MENU > STATES_ITEM > color
color42 = [ 0, 0, 0, 255 ]; // STATES_MENU > STATES_ITEM > outline_color
color43 = [ 200, 200, 200, 255 ]; // STATES_MENU > STATES_ITEM > STATE_TEXT > color
color43 = [ 196, 190, 187, 255 ]; // STATES_MENU > STATES_ITEM > STATE_TEXT > color
color44 = [ 0, 0, 0, 255 ]; // STATES_MENU > STATES_ITEM > STATE_TEXT > outline_color
};
MAIN :
Expand Down
Binary file modified src/cores/pgba/data/common/romfs/skins/default/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/cores/pgba/data/common/title.xcf
Binary file not shown.
Binary file modified src/cores/pgba/data/ps4/romfs/sce_sys/icon0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/cores/pgba/data/switch/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/cores/pgba/data/vita/romfs/sce_sys/icon0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7ef1bc

Please sign in to comment.