mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 15:19:26 +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
|
||||
* 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()
|
||||
{
|
||||
int menu = MENU_NONE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user