Fix bsnes version number in libsnes to be v084, not v083
This commit is contained in:
parent
831e9614a7
commit
df7851648e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ struct Interface : public SNES::Interface {
|
|||
static Interface interface;
|
||||
|
||||
const char* snes_library_id(void) {
|
||||
return "bsnes v083";
|
||||
return "bsnes v084";
|
||||
}
|
||||
|
||||
unsigned snes_library_revision_major(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue