mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-10 07:39:39 +01:00
fix build
This commit is contained in:
parent
6e3960cf67
commit
7767843fd3
@ -955,6 +955,16 @@ static void WindowCredits(void * ptr)
|
|||||||
* Displays a list of games on the specified load device, and allows the user
|
* Displays a list of games on the specified load device, and allows the user
|
||||||
* to browse and select from this list.
|
* to browse and select from this list.
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
static char* getImageFolder()
|
||||||
|
{
|
||||||
|
switch(GCSettings.PreviewImage)
|
||||||
|
{
|
||||||
|
case 1 : return GCSettings.CoverFolder; break;
|
||||||
|
case 2 : return GCSettings.ArtworkFolder; break;
|
||||||
|
default: return GCSettings.ScreenshotsFolder; break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static int MenuGameSelection()
|
static int MenuGameSelection()
|
||||||
{
|
{
|
||||||
int menu = MENU_NONE;
|
int menu = MENU_NONE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user