Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
beetle-psx-libretro
Commits
42964300
Commit
42964300
authored
Dec 18, 2021
by
bslenul
Browse files
Change crosshair color on-the-fly
parent
3b4e32b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro.cpp
View file @
42964300
...
...
@@ -4508,6 +4508,10 @@ void retro_run(void)
{
}
}
// Update gun crosshair color
PSX_FIO
->
SetCrosshairsColor
(
0
,
setting_crosshair_color_p1
);
PSX_FIO
->
SetCrosshairsColor
(
1
,
setting_crosshair_color_p2
);
}
/* We only start counting after the first frame we encounter. This
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment