From 0aca202ae936d3fccbab34f36d9246e0598849a5 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 16 Jun 2014 18:03:13 -0400 Subject: Loader: Moved elf and loader modules to a "loader" subdirectory. --- src/core/core.vcxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 8eb189a8b..07d3d57c8 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -162,7 +162,6 @@ - @@ -182,7 +181,8 @@ - + + @@ -210,8 +210,6 @@ - - @@ -233,7 +231,9 @@ - + + + @@ -243,4 +243,4 @@ - + \ No newline at end of file -- cgit v1.2.3 From 3577dd027ddbaa2517eacad700ed0768a1f4b518 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 16 Jun 2014 22:57:09 -0400 Subject: Loader: Added support for booting NCCH executables. NCCH: Fixed typo in printing NCCH filename. --- src/core/core.vcxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 07d3d57c8..bda89ff1d 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -183,6 +183,7 @@ + @@ -234,6 +235,7 @@ + -- cgit v1.2.3 From 1da361c7ab55e1dbe6709a738e228bfab5a5bb78 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 16 Jun 2014 23:05:10 -0400 Subject: Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. --- src/core/core.vcxproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index bda89ff1d..e2216760a 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -181,7 +181,7 @@ - + @@ -232,8 +232,7 @@ - - + -- cgit v1.2.3