view paths.h @ 1482:2d203bf73dbd nuklear_ui

Avoid burning a huge amount of CPU in the menu when emulation is not running and vsync is disabled
author Michael Pavone <pavone@retrodev.com>
date Sat, 25 Nov 2017 14:42:38 -0800
parents 77a401044935
children 637fbc3b5063
line wrap: on
line source

#ifndef PATHS_H_
#define PATHS_H_

void get_initial_browse_path(char **dst);
char *path_append(char *base, char *suffix);

#endif //PATHS_H_