Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
Added version number
Browse files Browse the repository at this point in the history
Version number 1.0
  • Loading branch information
edo9300 authored Aug 20, 2018
1 parent 6f8a383 commit 3a6e69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include <nds.h>
#include<dirent.h>
#include <dirent.h>

#include <cstdio>
#include <fat.h>
Expand Down Expand Up @@ -274,7 +274,7 @@ int main() {
nds.gameTitle[0] = 0;
char gamename[13];
char gameid[5];
WriteMessage("Savegame manager by edo9300",true,true);
WriteMessage("Savegame manager by edo9300 v1.0",true,true);

if(!fatInitDefault()){
WriteMessage("SD init failed");
Expand Down

0 comments on commit 3a6e69a

Please sign in to comment.