Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/cfw.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/deinstaller.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/downloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
4 changes: 1 addition & 3 deletions include/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand All @@ -39,8 +39,6 @@ extern "C"
void deinitFS(bool validCfw) __attribute__((__cold__));
FSAClientHandle getFSAClient() __attribute__((__hot__));
NUSDEV getUSB();
void claimSpace(NUSDEV dev, uint64_t size);
void freeSpace(NUSDEV dev, uint64_t size);

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you prove removing these functions does not introduce regressions? So have you checked why they have been added in the first place?

uint64_t getFreeSpace(NUSDEV dev);
bool checkFreeSpace(NUSDEV dev, uint64_t size);
uint64_t getSpace(NUSDEV dev);
Expand Down
2 changes: 1 addition & 1 deletion include/gtitles.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/installer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/ioQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/keygen.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/localisation.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. * *
* with this program; if not, see <http://www.gnu.org/licenses/>. * *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/download.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/filebrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/installer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/insttitlebrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/logs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/predownload.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/titlebrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/update.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/menu/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/no-intro.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/notifications.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/osdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/otp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
4 changes: 2 additions & 2 deletions include/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down Expand Up @@ -72,7 +72,7 @@ extern "C"
int addToQueue(TitleData *data);
bool removeFromQueue(uint32_t index);
void clearQueue();
bool proccessQueue();
bool processQueue();
LIST *getTitleQueue();

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion include/renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/romfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/sanity.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/staticMem.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/swkbd_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program; if not, If not, see <http://www.gnu.org/licenses/>. *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#pragma once
Expand Down
Loading