mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-07 08:46:34 +00:00
common: constify basedir parm and remove cachedir
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
81de4e67fc
commit
2383fae7ac
@ -198,8 +198,7 @@ typedef struct {
|
||||
// available for the program to use
|
||||
|
||||
typedef struct {
|
||||
char *basedir;
|
||||
char *cachedir; // for development over ISDN lines
|
||||
const char *basedir;
|
||||
int argc;
|
||||
const char **argv;
|
||||
void *membase;
|
||||
|
@ -43,8 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
// available for the program to use
|
||||
|
||||
typedef struct {
|
||||
char *basedir;
|
||||
char *cachedir; // for development over ISDN lines
|
||||
const char *basedir;
|
||||
int argc;
|
||||
const char **argv;
|
||||
void *membase;
|
||||
|
@ -43,8 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
// available for the program to use
|
||||
|
||||
typedef struct {
|
||||
char *basedir;
|
||||
char *cachedir; // for development over ISDN lines
|
||||
const char *basedir;
|
||||
int argc;
|
||||
const char **argv;
|
||||
void *membase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user