Skip to content

Commit

Permalink
Build Fix (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
GABO1423 authored Nov 5, 2023
1 parent 6aee06e commit 76b9bf9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions libgambatte/libretro/gbcpalettes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 009 - Neon Pink", twb64_009_neon_pink },
{ "TWB64 010 - Mario Red", twb64_010_mario_red },
{ "TWB64 011 - Nick Orange", twb64_011_nick_orange },
{ "TWB64 012 - Virtual Boy Ver.", twb64_012_virtual_boy_ver },
{ "TWB64 012 - Virtual Boy Vision", twb64_012_virtual_vision },
{ "TWB64 013 - Golden Wild", twb64_013_golden_wild },
{ "TWB64 014 - Builder Yellow", twb64_014_builder_yellow },
{ "TWB64 015 - Classic Blurple", twb64_015_classic_blurple },
Expand Down Expand Up @@ -2767,7 +2767,7 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 053 - VMU Ver.", twb64_053_vmu_ver },
{ "TWB64 054 - Game Master Ver.", twb64_054_game_master_ver },
{ "TWB64 055 - Android Green", twb64_055_android_green },
{ "TWB64 056 - Ticketmaster Azure", twb64_056_ticketmaster_azure },
{ "TWB64 056 - Walmart Discount Blue", twb64_056_walmart_discount_blue },
{ "TWB64 057 - Google Red", twb64_057_google_red },
{ "TWB64 058 - Google Blue", twb64_058_google_blue },
{ "TWB64 059 - Google Yellow", twb64_059_google_yellow },
Expand Down Expand Up @@ -2853,7 +2853,7 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 139 - Kakarot Orange", twb64_139_kakarot_orange },
{ "TWB64 140 - Dragon Ball Orange", twb64_140_dragon_ball_orange },
{ "TWB64 141 - Christmas Gold", twb64_141_christmas_gold },
{ "TWB64 142 - Pepsi Cola Blue", twb64_142_pepsi_cola_blue },
{ "TWB64 142 - Pepsi Vision", twb64_142_pepsi_vision },
{ "TWB64 143 - Bubblun Green", twb64_143_bubblun_green },
{ "TWB64 144 - Bobblun Blue", twb64_144_bobblun_blue },
{ "TWB64 145 - Baja Blast Storm", twb64_145_baja_blast_storm },
Expand All @@ -2871,13 +2871,13 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 157 - Disney Dream Blue", twb64_157_disney_dream_blue },
{ "TWB64 158 - Xbox Green", twb64_158_xbox_green },
{ "TWB64 159 - Sonic Mega Blue", twb64_159_sonic_mega_blue },
{ "TWB64 160 - G4 Orange", twb64_160_g4_orange },
{ "TWB64 160 - Sprite Green", twb64_160_sprite_green },
{ "TWB64 161 - Scarlett Green", twb64_161_scarlett_green },
{ "TWB64 162 - Glitchy Blue", twb64_162_glitchy_blue },
{ "TWB64 163 - Classic LCD", twb64_163_classic_lcd },
{ "TWB64 164 - 3DS Virtual Console Ver.", twb64_164_3ds_virtual_console_ver },
{ "TWB64 165 - PocketStation Ver.", twb64_165_pocketstation_ver },
{ "TWB64 166 - Game and Gold", twb64_166_game_and_gold },
{ "TWB64 166 - Timeless Gold and Red", twb64_166_timeless_gold_and_red },
{ "TWB64 167 - Smurfy Blue", twb64_167_smurfy_blue },
{ "TWB64 168 - Swampy Ogre Green", twb64_168_swampy_ogre_green },
{ "TWB64 169 - Sailor Spinach Green", twb64_169_sailor_spinach_green },
Expand All @@ -2894,7 +2894,7 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 180 - Team Rocket Red", twb64_180_team_rocket_red },
{ "TWB64 181 - SEIKO Timer Yellow", twb64_181_seiko_timer_yellow },
{ "TWB64 182 - PINK109", twb64_182_pink109 },
{ "TWB64 183 - Doraemon Blue", twb64_183_doraemon_blue },
{ "TWB64 183 - Doraemon Tricolor", twb64_183_doraemon_tricolor},
{ "TWB64 184 - Fury Blue", twb64_184_fury_blue },
{ "TWB64 185 - Rockstar Orange", twb64_185_rockstar_orange },
{ "TWB64 186 - Puyo Puyo Green", twb64_186_puyo_puyo_green },
Expand All @@ -2904,9 +2904,9 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 190 - Grand Ivory", twb64_190_grand_ivory },
{ "TWB64 191 - Demon's Gold", twb64_191_demons_gold },
{ "TWB64 192 - SEGA Tokyo Blue", twb64_192_sega_tokyo_blue },
{ "TWB64 193 - Champion Blue", twb64_193_champion_blue },
{ "TWB64 193 - Champion's Tunic", twb64_193_champions_tunic },
{ "TWB64 194 - DK Barrel Brown", twb64_194_dk_barrel_brown },
{ "TWB64 195 - Evangelion Green", twb64_195_evangelion_green },
{ "TWB64 195 - EVA-01", twb64_195_eva_01 },
{ "TWB64 196 - Equestrian Purple", twb64_196_equestrian_purple },
{ "TWB64 197 - Autobot Red", twb64_197_autobot_red },
{ "TWB64 198 - Niconico Sea Green", twb64_198_niconico_sea_green },
Expand Down

0 comments on commit 76b9bf9

Please sign in to comment.