From 1dd99101ca5eadb1e26003bbf18b13d6c970d2a1 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 14 Mar 2012 16:05:44 +0100 Subject: [PATCH] typo fix in main.c --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 6a434ae..5dba71e 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -263,7 +263,7 @@ main(int argc, char *argv[]) else if (opendir(check_path("usb1:/apps/NANDEmu-Boot").c_str()) != NULL) { LoadHomebrew ("usb1:/apps/NANDEmu-Boot/boot.dol"); - Boothomebrew (); + BootHomebrew (); } }