diff options
| author | 2013-08-29 23:35:09 -0400 | |
|---|---|---|
| committer | 2013-08-29 23:35:09 -0400 | |
| commit | 27474060e1287a67c45cd790d29b9095b35b2bdf (patch) | |
| tree | fcbc56f1182617c01597f13e1a18dbec147d4216 /src/core | |
| parent | Initial commit (diff) | |
| download | yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.gz yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.xz yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.zip | |
adding initial project layout
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | src/core/core.vcxproj | 186 |
2 files changed, 196 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt new file mode 100644 index 000000000..29a6aea82 --- /dev/null +++ b/src/core/CMakeLists.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | set(SRCS src/core.cpp | ||
| 2 | src/memory.cpp | ||
| 3 | src/boot/apploader.cpp | ||
| 4 | src/boot/bootrom.cpp | ||
| 5 | src/boot/loader.cpp | ||
| 6 | src/hle/hle.cpp | ||
| 7 | src/hw/hw.cpp | ||
| 8 | ) | ||
| 9 | |||
| 10 | add_library(core STATIC ${SRCS}) | ||
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj new file mode 100644 index 000000000..c976d292e --- /dev/null +++ b/src/core/core.vcxproj | |||
| @@ -0,0 +1,186 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|x64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|Win32"> | ||
| 13 | <Configuration>Release</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|x64"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | </ItemGroup> | ||
| 21 | <PropertyGroup Label="Globals"> | ||
| 22 | <ProjectGuid>{8AEA7F29-3466-4786-A10D-6A4BD0610977}</ProjectGuid> | ||
| 23 | <RootNamespace>core</RootNamespace> | ||
| 24 | </PropertyGroup> | ||
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 27 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 28 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 29 | </PropertyGroup> | ||
| 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 31 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 32 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 33 | </PropertyGroup> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 36 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 37 | </PropertyGroup> | ||
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 40 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 41 | </PropertyGroup> | ||
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 43 | <ImportGroup Label="ExtensionSettings"> | ||
| 44 | </ImportGroup> | ||
| 45 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 47 | <Import Project="..\..\vsprops\Base.props" /> | ||
| 48 | <Import Project="..\..\vsprops\CodeGen_Debug.props" /> | ||
| 49 | <Import Project="..\..\vsprops\Optimization_Debug.props" /> | ||
| 50 | <Import Project="..\..\vsprops\Externals.props" /> | ||
| 51 | </ImportGroup> | ||
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 54 | <Import Project="..\..\vsprops\Base.props" /> | ||
| 55 | <Import Project="..\..\vsprops\CodeGen_Debug.props" /> | ||
| 56 | <Import Project="..\..\vsprops\Optimization_Debug.props" /> | ||
| 57 | <Import Project="..\..\vsprops\Externals.props" /> | ||
| 58 | </ImportGroup> | ||
| 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 61 | <Import Project="..\..\vsprops\Base.props" /> | ||
| 62 | <Import Project="..\..\vsprops\CodeGen_Release.props" /> | ||
| 63 | <Import Project="..\..\vsprops\Optimization_Release.props" /> | ||
| 64 | <Import Project="..\..\vsprops\Externals.props" /> | ||
| 65 | </ImportGroup> | ||
| 66 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 68 | <Import Project="..\..\vsprops\Base.props" /> | ||
| 69 | <Import Project="..\..\vsprops\CodeGen_Release.props" /> | ||
| 70 | <Import Project="..\..\vsprops\Optimization_Release.props" /> | ||
| 71 | <Import Project="..\..\vsprops\Externals.props" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <PropertyGroup Label="UserMacros" /> | ||
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 77 | <CustomBuildBeforeTargets> | ||
| 78 | </CustomBuildBeforeTargets> | ||
| 79 | </PropertyGroup> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 81 | <CustomBuildBeforeTargets /> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 86 | <CustomBuildBeforeTargets> | ||
| 87 | </CustomBuildBeforeTargets> | ||
| 88 | </PropertyGroup> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 90 | <CustomBuildBeforeTargets /> | ||
| 91 | </PropertyGroup> | ||
| 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 93 | <ClCompile /> | ||
| 94 | <Link> | ||
| 95 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 96 | </Link> | ||
| 97 | <CustomBuildStep> | ||
| 98 | <Command> | ||
| 99 | </Command> | ||
| 100 | </CustomBuildStep> | ||
| 101 | <CustomBuildStep> | ||
| 102 | <Message> | ||
| 103 | </Message> | ||
| 104 | </CustomBuildStep> | ||
| 105 | <CustomBuildStep> | ||
| 106 | <Outputs> | ||
| 107 | </Outputs> | ||
| 108 | </CustomBuildStep> | ||
| 109 | <ClCompile /> | ||
| 110 | </ItemDefinitionGroup> | ||
| 111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 112 | <ClCompile /> | ||
| 113 | <Link> | ||
| 114 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 115 | </Link> | ||
| 116 | <CustomBuildStep> | ||
| 117 | <Command> | ||
| 118 | </Command> | ||
| 119 | </CustomBuildStep> | ||
| 120 | <CustomBuildStep> | ||
| 121 | <Message> | ||
| 122 | </Message> | ||
| 123 | </CustomBuildStep> | ||
| 124 | <CustomBuildStep> | ||
| 125 | <Outputs> | ||
| 126 | </Outputs> | ||
| 127 | </CustomBuildStep> | ||
| 128 | <ClCompile /> | ||
| 129 | </ItemDefinitionGroup> | ||
| 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 131 | <ClCompile /> | ||
| 132 | <Link> | ||
| 133 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 134 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 135 | <OptimizeReferences>true</OptimizeReferences> | ||
| 136 | </Link> | ||
| 137 | <CustomBuildStep> | ||
| 138 | <Command> | ||
| 139 | </Command> | ||
| 140 | </CustomBuildStep> | ||
| 141 | <CustomBuildStep> | ||
| 142 | <Message> | ||
| 143 | </Message> | ||
| 144 | </CustomBuildStep> | ||
| 145 | <CustomBuildStep> | ||
| 146 | <Outputs> | ||
| 147 | </Outputs> | ||
| 148 | </CustomBuildStep> | ||
| 149 | <ClCompile /> | ||
| 150 | <ClCompile /> | ||
| 151 | <ClCompile> | ||
| 152 | <FloatingPointModel>Fast</FloatingPointModel> | ||
| 153 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 154 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> | ||
| 155 | </ClCompile> | ||
| 156 | </ItemDefinitionGroup> | ||
| 157 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 158 | <ClCompile /> | ||
| 159 | <Link> | ||
| 160 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 161 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 162 | <OptimizeReferences>true</OptimizeReferences> | ||
| 163 | </Link> | ||
| 164 | <CustomBuildStep> | ||
| 165 | <Command> | ||
| 166 | </Command> | ||
| 167 | </CustomBuildStep> | ||
| 168 | <CustomBuildStep> | ||
| 169 | <Message> | ||
| 170 | </Message> | ||
| 171 | </CustomBuildStep> | ||
| 172 | <CustomBuildStep> | ||
| 173 | <Outputs> | ||
| 174 | </Outputs> | ||
| 175 | </CustomBuildStep> | ||
| 176 | <ClCompile /> | ||
| 177 | </ItemDefinitionGroup> | ||
| 178 | <ItemGroup> | ||
| 179 | <ProjectReference Include="..\common\common.vcxproj"> | ||
| 180 | <Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project> | ||
| 181 | </ProjectReference> | ||
| 182 | </ItemGroup> | ||
| 183 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 184 | <ImportGroup Label="ExtensionTargets"> | ||
| 185 | </ImportGroup> | ||
| 186 | </Project> \ No newline at end of file | ||