MCPcopy Create free account
hub / github.com/dborth/fceugx / getImageFolder

Function getImageFolder

source/menu.cpp:1006–1015  ·  view source on GitHub ↗

* MenuGameSelection * * Displays a list of games on the specified load device, and allows the user * to browse and select from this list. ***************************************************************************/

Source from the content-addressed store, hash-verified

1004 * to browse and select from this list.
1005 ***************************************************************************/
1006static char* getImageFolder()
1007{
1008 switch(GCSettings.PreviewImage)
1009 {
1010 case PREVIEWIMAGE_SCREENSHOT : return GCSettings.ScreenshotsFolder;
1011 case PREVIEWIMAGE_COVER : return GCSettings.CoverFolder;
1012 case PREVIEWIMAGE_ARTWORK : return GCSettings.ArtworkFolder;
1013 default : return GCSettings.CoverFolder;
1014 }
1015}
1016
1017static int MenuGameSelection()
1018{

Callers 1

MenuGameSelectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected