From 3e1eafa244dc2ea6a1d8de6e841370c83c362dda Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 15 May 2014 22:54:17 -0400 Subject: - moved mmu to arm/interpreter folder - added initial VFP code from skyeye --- src/core/core.vcxproj | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index b56661e48..1aaf28eee 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -147,6 +147,10 @@ + + + + @@ -182,6 +186,9 @@ + + + -- cgit v1.2.3 From 9a642caee770db2632f4daa842b10801b47ffbfc Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 15 May 2014 23:39:06 -0400 Subject: added missing skyeye mmu code --- src/core/core.vcxproj | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 1aaf28eee..02d0387af 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -146,12 +146,18 @@ + + + + + + + - @@ -185,15 +191,16 @@ + + + + + + - - - - - -- cgit v1.2.3 From ad49d481a8f3e53f18eb105a3add80a9546d1879 Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 16 May 2014 00:23:36 -0400 Subject: added missing armcopro from skyeye --- src/core/core.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 02d0387af..9d8b0ddcf 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -139,6 +139,7 @@ + -- cgit v1.2.3 From f872807de2d2fec7cd7c76936fa06cca1cf1c1ad Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 16 May 2014 00:52:42 -0400 Subject: added maverick.cpp to ARM core from skyeye --- src/core/core.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/core.vcxproj') diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 9d8b0ddcf..41af5801d 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -149,6 +149,7 @@ + -- cgit v1.2.3