mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-28 11:30:22 +00:00
bump version
This commit is contained in:
parent
735f6fa40e
commit
70a2d41b61
5 changed files with 13 additions and 10 deletions
|
@ -36,8 +36,8 @@ APP_DESCRIPTION := Fast and simple save manager
|
|||
APP_AUTHOR := Bernardo Giordano
|
||||
|
||||
VERSION_MAJOR := 3
|
||||
VERSION_MINOR := 3
|
||||
VERSION_MICRO := 1
|
||||
VERSION_MINOR := 4
|
||||
VERSION_MICRO := 0
|
||||
|
||||
TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
|
||||
OUTDIR := out
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"nand_saves": false,
|
||||
"version_major": 3,
|
||||
"version_minor": 3,
|
||||
"version_micro": 1
|
||||
"version_minor": 4,
|
||||
"version_micro": 0
|
||||
}
|
|
@ -26,6 +26,7 @@ Checkpoint relies on the following folders to store the files it generates. Note
|
|||
### Switch
|
||||
|
||||
* **`sdmc:/switch/Checkpoint`**: root path
|
||||
* **`sdmc:/switch/Checkpoint/config.json`**: custom configuration file
|
||||
* **`sdmc:/switch/Checkpoint/saves/<title id> <game title>`**: root path for all the save backups for a generic game
|
||||
|
||||
## Usage
|
||||
|
@ -85,7 +86,7 @@ Additionally, you can receive real-time support by joining PKSM's discord server
|
|||
|
||||
Checkpoint for 3DS relies on [latest libctru](https://github.com/smealum/ctrulib), [latest citro3d](https://github.com/fincs/citro3d) and [latest citro2d](https://github.com/devkitPro/citro2d).
|
||||
|
||||
Checkpoint for Switch relies on [latest libnx](https://github.com/switchbrew/libnx).
|
||||
Checkpoint for Switch relies on [latest libnx](https://github.com/switchbrew/libnx) and switch-freetype, available from [dkp-pacman](https://github.com/devkitPro/pacman/releases).
|
||||
|
||||
## License
|
||||
|
||||
|
@ -93,7 +94,7 @@ This project is licensed under the GNU GPLv3. Additional Terms 7.b and 7.c of GP
|
|||
|
||||
## Credits
|
||||
|
||||
Even though this is the result of independent research and work, Checkpoint for 3DS couldn't be possible without J-D-K's [JKSM](https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/), which is an incredible piece of software that you should all be using. Best regards JK, hope you're fine.
|
||||
Even though this is the result of independent research and work, Checkpoint for 3DS couldn't be possible without J-D-K's original [JKSM](https://github.com/J-D-K/JKSM) version, which is an incredible piece of software that you should all be using. Best regards JK, hope you're fine.
|
||||
|
||||
TuxSH for [TWLSaveTool](https://github.com/TuxSH/TWLSaveTool), from which SPI code has been taken.
|
||||
|
||||
|
@ -101,6 +102,8 @@ All the maintainers for [nx-hbmenu](https://github.com/switchbrew/nx-hbmenu), fo
|
|||
|
||||
Yellows8 and all the mantainers for [switch-examples](https://github.com/switchbrew/switch-examples).
|
||||
|
||||
[rakujira](https://twitter.com/rakujira) for the awesome Checkpoint icons he provided!
|
||||
|
||||
Hikari-chin and all the other testers for their help with testing.
|
||||
|
||||
If you like my work, **support me on [Patreon](https://www.patreon.com/bernardogiordano)**!
|
|
@ -31,8 +31,8 @@ include $(DEVKITPRO)/libnx/switch_rules
|
|||
# - <libnx folder>/default_icon.jpg
|
||||
#---------------------------------------------------------------------------------
|
||||
VERSION_MAJOR := 3
|
||||
VERSION_MINOR := 3
|
||||
VERSION_MICRO := 1
|
||||
VERSION_MINOR := 4
|
||||
VERSION_MICRO := 0
|
||||
|
||||
APP_TITLE := Checkpoint
|
||||
APP_AUTHOR := Bernardo Giordano
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
},
|
||||
"version_major": 3,
|
||||
"version_minor": 3,
|
||||
"version_micro": 1
|
||||
"version_minor": 4,
|
||||
"version_micro": 0
|
||||
}
|
Loading…
Reference in a new issue