mirror of https://github.com/bsnes-emu/bsnes.git
Update version, finalize BESS 1.0
This commit is contained in:
parent
e8158be454
commit
939817df73
4
BESS.md
4
BESS.md
|
@ -1,4 +1,4 @@
|
|||
# BESS – Best Effort Save State
|
||||
# BESS – Best Effort Save State 1.0
|
||||
|
||||
## Motivation
|
||||
|
||||
|
@ -6,8 +6,6 @@ BESS is a save state format specification designed to allow different emulators,
|
|||
|
||||
## Specification
|
||||
|
||||
**Note: This specification is currently under development and will potentially change in the near future**
|
||||
|
||||
Every integer used in the BESS specification is stored in Little Endian encoding.
|
||||
|
||||
### BESS footer
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION := 0.14.2
|
||||
VERSION := 0.14.3
|
Loading…
Reference in New Issue