mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
bump version, since this is not the same as last released binary
also clean up redundant version.h files
This commit is contained in:
parent
be26eb239b
commit
c6f91b0ea3
8 changed files with 3 additions and 15 deletions
|
@ -15,9 +15,8 @@
|
|||
#include "../libpicofe/plat.h"
|
||||
#include "menu_pico.h"
|
||||
#include "emu.h"
|
||||
//#include "config.h"
|
||||
#include "version.h"
|
||||
#include <cpu/debug.h>
|
||||
#include <version.h>
|
||||
|
||||
|
||||
extern char *PicoConfigFile;
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
#include "emu.h"
|
||||
#include "menu_pico.h"
|
||||
#include "input_pico.h"
|
||||
|
||||
#include <version.h>
|
||||
#include "version.h"
|
||||
|
||||
#include <pico/pico.h>
|
||||
#include <pico/patch.h>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define VERSION "1.80"
|
||||
#define VERSION "1.81"
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#define VERSION "1.51b"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#define VERSION "1.80"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#include "../gp2x/version.h"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#define VERSION "1.51b"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#define VERSION "1.70"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue