Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Remove screenshots since it can be natively done
Browse files Browse the repository at this point in the history
You can use PS + Start anyway.
  • Loading branch information
joel16 committed Mar 31, 2017
1 parent 5472ad5 commit 706ae8e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 65 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET := VITAident
TITLE_ID := VID000016
SOURCES := src

OBJS = app.o font.o fs.o graphics.o kernel.o main.o net.o power.o screenshot.o utils.o \
OBJS = app.o font.o fs.o graphics.o kernel.o main.o net.o power.o utils.o \

PREFIX = arm-vita-eabi
CC = $(PREFIX)-gcc
Expand Down
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "main.h"
#include "net.h"
#include "power.h"
#include "screenshot.h"
#include "utils.h"

int main(int argc, char *argv[])
Expand Down
48 changes: 0 additions & 48 deletions src/screenshot.c

This file was deleted.

15 changes: 0 additions & 15 deletions src/screenshot.h

This file was deleted.

0 comments on commit 706ae8e

Please sign in to comment.