Skip to content

Commit

Permalink
Screenshots when selecting slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpe230 committed Jun 22, 2018
1 parent bbf5d43 commit d4d68e1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ROMFS := romfs

APP_TITLE := BOTW UI
APP_AUTHOR := Jpe230
APP_VERSION := 0.2
APP_VERSION := 0.3
ICON := meta/icon.jpg

#---------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions include/MainMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SDL_Surface* screenSurface;
SDL_Renderer* renderer;
TTF_Font *Arial, *Arial_S, *Arial_M;
SDL_Texture *sprites[200];
SDL_Texture *saveFileImg[6];
SDL_Texture *GreenRupee;
SDL_Texture *back;
SDL_Texture *bbutton;
Expand Down
1 change: 0 additions & 1 deletion include/botw_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "mount.h"



Expand Down
5 changes: 4 additions & 1 deletion include/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
#define _main_h_

#include <switch.h>
#include <stdio.h>
#include <stdlib.h>
#include "MainMenu.h"
#include "botw_backend.h"
#include "mount.h"

int buttons;
int currentPage;
Expand All @@ -30,7 +33,6 @@ void MenuButtons(int x);
void MenuButtonsSlot(int x);
void ConfirmButton();
void setPages();
void returnMainScreen();
void KeyboardButtons(int x);
void BackButton();
void ItemMenu(int x);
Expand All @@ -39,6 +41,7 @@ void comboBox(int x);
void dropMenuButtons(int x);
void KeyboardLogic();
void exitMen();
int file_exist (char *filename);



Expand Down
2 changes: 1 addition & 1 deletion include/mount.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


void unmountSaveData();
void mountSaveData();
int mountSaveData();


#endif // TRANSLATIONS_H_
Binary file added romfs/missingSlot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4d68e1

Please sign in to comment.