diff options
| author | 2013-09-26 17:34:48 -0400 | |
|---|---|---|
| committer | 2013-09-26 17:34:48 -0400 | |
| commit | 8bb0c457bca110ca80fd3d09e78a794600a7221a (patch) | |
| tree | 31023ba8d5839b836d4b49b31f9a74261c0540d1 | |
| parent | added meta_file_system to project (diff) | |
| download | yuzu-8bb0c457bca110ca80fd3d09e78a794600a7221a.tar.gz yuzu-8bb0c457bca110ca80fd3d09e78a794600a7221a.tar.xz yuzu-8bb0c457bca110ca80fd3d09e78a794600a7221a.zip | |
renamed from citrus to citra
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | citra.sln (renamed from citrus.sln) | 2 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/citra/CMakeLists.txt | 12 | ||||
| -rw-r--r-- | src/citra/citra.rc (renamed from src/citrus/citrus.rc) | bin | 3144 -> 3144 bytes | |||
| -rw-r--r-- | src/citra/citra.vcxproj (renamed from src/citrus/citrus.vcxproj) | 8 | ||||
| -rw-r--r-- | src/citra/citra.vcxproj.filters (renamed from src/citrus/citrus.vcxproj.filters) | 6 | ||||
| -rw-r--r-- | src/citra/resource.h (renamed from src/citrus/resource.h) | bin | 898 -> 898 bytes | |||
| -rw-r--r-- | src/citra/src/citra.cpp (renamed from src/citrus/src/citrus.cpp) | 8 | ||||
| -rw-r--r-- | src/citra/src/citra.h (renamed from src/citrus/src/citrus.h) | 14 | ||||
| -rw-r--r-- | src/citra/src/emu_window/emu_window_glfw.cpp (renamed from src/citrus/src/emu_window/emu_window_glfw.cpp) | 4 | ||||
| -rw-r--r-- | src/citra/src/emu_window/emu_window_glfw.h (renamed from src/citrus/src/emu_window/emu_window_glfw.h) | 8 | ||||
| -rw-r--r-- | src/citra/src/version.h (renamed from src/citrus/src/version.h) | 0 | ||||
| -rw-r--r-- | src/citrus/CMakeLists.txt | 12 | ||||
| -rw-r--r-- | src/common/src/common_paths.h | 2 | ||||
| -rw-r--r-- | src/common/src/emu_window.h | 2 | ||||
| -rw-r--r-- | src/common/src/scm_rev.h | 4 | ||||
| -rw-r--r-- | src/common/src/version.cpp | 2 | ||||
| -rw-r--r-- | vsprops/base.props | 2 |
20 files changed, 49 insertions, 49 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 24ede00d2..80acc1cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | cmake_minimum_required(VERSION 2.6) | 1 | cmake_minimum_required(VERSION 2.6) |
| 2 | 2 | ||
| 3 | project(citrus) | 3 | project(citra) |
| 4 | 4 | ||
| 5 | # silence some spam | 5 | # silence some spam |
| 6 | add_definitions(-Wno-attributes) | 6 | add_definitions(-Wno-attributes) |
| @@ -39,7 +39,7 @@ include_directories(${OPENGL_INCLUDE_DIR}) | |||
| 39 | # internal includes | 39 | # internal includes |
| 40 | include_directories(src/common/src) | 40 | include_directories(src/common/src) |
| 41 | include_directories(src/core/src) | 41 | include_directories(src/core/src) |
| 42 | include_directories(src/citrus/src) | 42 | include_directories(src/citra/src) |
| 43 | 43 | ||
| 44 | # process subdirectories | 44 | # process subdirectories |
| 45 | if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) | 45 | if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) |
| @@ -1,2 +1,2 @@ | |||
| 1 | citrus | 1 | citra emulator |
| 2 | ====== | 2 | ============== |
| @@ -5,7 +5,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "src\common\common | |||
| 5 | {69F00340-5C3D-449F-9A80-958435C6CF06} = {69F00340-5C3D-449F-9A80-958435C6CF06} | 5 | {69F00340-5C3D-449F-9A80-958435C6CF06} = {69F00340-5C3D-449F-9A80-958435C6CF06} |
| 6 | EndProjectSection | 6 | EndProjectSection |
| 7 | EndProject | 7 | EndProject |
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citrus", "src\citrus\citrus.vcxproj", "{CE7D2C07-21CE-4590-81AB-2ADA88A2B85F}" | 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "citra", "src\citra\citra.vcxproj", "{CE7D2C07-21CE-4590-81AB-2ADA88A2B85F}" |
| 9 | ProjectSection(ProjectDependencies) = postProject | 9 | ProjectSection(ProjectDependencies) = postProject |
| 10 | {69F00340-5C3D-449F-9A80-958435C6CF06} = {69F00340-5C3D-449F-9A80-958435C6CF06} | 10 | {69F00340-5C3D-449F-9A80-958435C6CF06} = {69F00340-5C3D-449F-9A80-958435C6CF06} |
| 11 | EndProjectSection | 11 | EndProjectSection |
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 967288000..f988bf34e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | add_subdirectory(common) | 1 | add_subdirectory(common) |
| 2 | add_subdirectory(core) | 2 | add_subdirectory(core) |
| 3 | add_subdirectory(citrus) | 3 | add_subdirectory(citra) |
| 4 | 4 | ||
| 5 | if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) | 5 | if(QT4_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND QT_QTOPENGL_FOUND AND NOT DISABLE_QT4) |
| 6 | #add_subdirectory(citrus_qt) | 6 | #add_subdirectory(citra_qt) |
| 7 | endif() | 7 | endif() |
diff --git a/src/citra/CMakeLists.txt b/src/citra/CMakeLists.txt new file mode 100644 index 000000000..3a76b5045 --- /dev/null +++ b/src/citra/CMakeLists.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | set(SRCS src/citra.cpp | ||
| 2 | src/emuwindow/emuwindow_glfw.cpp) | ||
| 3 | |||
| 4 | # NOTE: This is a workaround for CMake bug 0006976 (missing X11_xf86vmode_LIB variable) | ||
| 5 | if (NOT X11_xf86vmode_LIB) | ||
| 6 | set(X11_xv86vmode_LIB Xxf86vm) | ||
| 7 | endif() | ||
| 8 | |||
| 9 | add_executable(citra ${SRCS}) | ||
| 10 | target_link_libraries(citra core common ${OPENGL_LIBRARIES} ${GLFW_LIBRARIES} GLEW rt ${X11_Xrandr_LIB} ${X11_xv86vmode_LIB}) | ||
| 11 | |||
| 12 | #install(TARGETS citra RUNTIME DESTINATION ${bindir}) | ||
diff --git a/src/citrus/citrus.rc b/src/citra/citra.rc index dd5241bdf..dd5241bdf 100644 --- a/src/citrus/citrus.rc +++ b/src/citra/citra.rc | |||
| Binary files differ | |||
diff --git a/src/citrus/citrus.vcxproj b/src/citra/citra.vcxproj index 1243d14e5..2645d3c3c 100644 --- a/src/citrus/citrus.vcxproj +++ b/src/citra/citra.vcxproj | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | <ProjectGuid>{CE7D2C07-21CE-4590-81AB-2ADA88A2B85F}</ProjectGuid> | 22 | <ProjectGuid>{CE7D2C07-21CE-4590-81AB-2ADA88A2B85F}</ProjectGuid> |
| 23 | <Keyword>Win32Proj</Keyword> | 23 | <Keyword>Win32Proj</Keyword> |
| 24 | <RootNamespace>emu_win32</RootNamespace> | 24 | <RootNamespace>emu_win32</RootNamespace> |
| 25 | <ProjectName>citrus</ProjectName> | 25 | <ProjectName>citra</ProjectName> |
| 26 | </PropertyGroup> | 26 | </PropertyGroup> |
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| @@ -193,17 +193,17 @@ | |||
| 193 | </ProjectReference> | 193 | </ProjectReference> |
| 194 | </ItemGroup> | 194 | </ItemGroup> |
| 195 | <ItemGroup> | 195 | <ItemGroup> |
| 196 | <ClCompile Include="src\citrus.cpp" /> | 196 | <ClCompile Include="src\citra.cpp" /> |
| 197 | <ClCompile Include="src\emu_window\emu_window_glfw.cpp" /> | 197 | <ClCompile Include="src\emu_window\emu_window_glfw.cpp" /> |
| 198 | </ItemGroup> | 198 | </ItemGroup> |
| 199 | <ItemGroup> | 199 | <ItemGroup> |
| 200 | <ClInclude Include="resource.h" /> | 200 | <ClInclude Include="resource.h" /> |
| 201 | <ClInclude Include="src\citrus.h" /> | 201 | <ClInclude Include="src\citra.h" /> |
| 202 | <ClInclude Include="src\emu_window\emu_window_glfw.h" /> | 202 | <ClInclude Include="src\emu_window\emu_window_glfw.h" /> |
| 203 | <ClInclude Include="src\version.h" /> | 203 | <ClInclude Include="src\version.h" /> |
| 204 | </ItemGroup> | 204 | </ItemGroup> |
| 205 | <ItemGroup> | 205 | <ItemGroup> |
| 206 | <ResourceCompile Include="citrus.rc" /> | 206 | <ResourceCompile Include="citra.rc" /> |
| 207 | </ItemGroup> | 207 | </ItemGroup> |
| 208 | <ItemGroup> | 208 | <ItemGroup> |
| 209 | <None Include="CMakeLists.txt" /> | 209 | <None Include="CMakeLists.txt" /> |
diff --git a/src/citrus/citrus.vcxproj.filters b/src/citra/citra.vcxproj.filters index 567467ac9..510e07b53 100644 --- a/src/citrus/citrus.vcxproj.filters +++ b/src/citra/citra.vcxproj.filters | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup> | 3 | <ItemGroup> |
| 4 | <ClCompile Include="src\citrus.cpp" /> | 4 | <ClCompile Include="src\citra.cpp" /> |
| 5 | <ClCompile Include="src\emu_window\emu_window_glfw.cpp"> | 5 | <ClCompile Include="src\emu_window\emu_window_glfw.cpp"> |
| 6 | <Filter>emu_window</Filter> | 6 | <Filter>emu_window</Filter> |
| 7 | </ClCompile> | 7 | </ClCompile> |
| @@ -9,13 +9,13 @@ | |||
| 9 | <ItemGroup> | 9 | <ItemGroup> |
| 10 | <ClInclude Include="resource.h" /> | 10 | <ClInclude Include="resource.h" /> |
| 11 | <ClInclude Include="src\version.h" /> | 11 | <ClInclude Include="src\version.h" /> |
| 12 | <ClInclude Include="src\citrus.h" /> | 12 | <ClInclude Include="src\citra.h" /> |
| 13 | <ClInclude Include="src\emu_window\emu_window_glfw.h"> | 13 | <ClInclude Include="src\emu_window\emu_window_glfw.h"> |
| 14 | <Filter>emu_window</Filter> | 14 | <Filter>emu_window</Filter> |
| 15 | </ClInclude> | 15 | </ClInclude> |
| 16 | </ItemGroup> | 16 | </ItemGroup> |
| 17 | <ItemGroup> | 17 | <ItemGroup> |
| 18 | <ResourceCompile Include="citrus.rc" /> | 18 | <ResourceCompile Include="citra.rc" /> |
| 19 | </ItemGroup> | 19 | </ItemGroup> |
| 20 | <ItemGroup> | 20 | <ItemGroup> |
| 21 | <Filter Include="emu_window"> | 21 | <Filter Include="emu_window"> |
diff --git a/src/citrus/resource.h b/src/citra/resource.h index 0d42c8a8a..0d42c8a8a 100644 --- a/src/citrus/resource.h +++ b/src/citra/resource.h | |||
| Binary files differ | |||
diff --git a/src/citrus/src/citrus.cpp b/src/citra/src/citra.cpp index faeacc290..eb0290687 100644 --- a/src/citrus/src/citrus.cpp +++ b/src/citra/src/citra.cpp | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2013 Citrus Emulator | 2 | * Copyright (C) 2013 citra Emulator |
| 3 | * | 3 | * |
| 4 | * @file citrus.cpp | 4 | * @file citra.cpp |
| 5 | * @author ShizZy <shizzy247@gmail.com> | 5 | * @author ShizZy <shizzy247@gmail.com> |
| 6 | * @date 2013-09-04 | 6 | * @date 2013-09-04 |
| 7 | * @brief Main entry point | 7 | * @brief Main entry point |
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | #include "emu_window/emu_window_glfw.h" | 31 | #include "emu_window/emu_window_glfw.h" |
| 32 | 32 | ||
| 33 | #include "citrus.h" | 33 | #include "citra.h" |
| 34 | 34 | ||
| 35 | //#define PLAY_FIFO_RECORDING | 35 | //#define PLAY_FIFO_RECORDING |
| 36 | 36 | ||
| @@ -38,7 +38,7 @@ | |||
| 38 | int __cdecl main(int argc, char **argv) { | 38 | int __cdecl main(int argc, char **argv) { |
| 39 | //u32 tight_loop; | 39 | //u32 tight_loop; |
| 40 | 40 | ||
| 41 | printf("citrus starting...\n"); | 41 | printf("citra starting...\n"); |
| 42 | 42 | ||
| 43 | std::string program_dir = File::GetCurrentDir(); | 43 | std::string program_dir = File::GetCurrentDir(); |
| 44 | 44 | ||
diff --git a/src/citrus/src/citrus.h b/src/citra/src/citra.h index 0f4d7dc3f..b3a07c005 100644 --- a/src/citrus/src/citrus.h +++ b/src/citra/src/citra.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2013 Citrus Emulator | 2 | * Copyright (C) 2013 Citra Emulator |
| 3 | * | 3 | * |
| 4 | * @file citrus.h | 4 | * @file citra.h |
| 5 | * @author ShizZy <shizzy247@gmail.com> | 5 | * @author ShizZy <shizzy247@gmail.com> |
| 6 | * @date 2013-09-04 | 6 | * @date 2013-09-04 |
| 7 | * @brief Main entry point | 7 | * @brief Main entry point |
| @@ -22,14 +22,14 @@ | |||
| 22 | * http://code.google.com/p/gekko-gc-emu/ | 22 | * http://code.google.com/p/gekko-gc-emu/ |
| 23 | */ | 23 | */ |
| 24 | 24 | ||
| 25 | #ifndef CITRUS_CITRUS_H_ | 25 | #ifndef CITRA_CITRA_H |
| 26 | #define CITRUS_CITRUS_H_ | 26 | #define CITRA_CITRA_H |
| 27 | 27 | ||
| 28 | #include "version.h" | 28 | #include "version.h" |
| 29 | 29 | ||
| 30 | #define APP_NAME "citrus" | 30 | #define APP_NAME "citra" |
| 31 | #define APP_VERSION "0.01-" VERSION | 31 | #define APP_VERSION "0.01-" VERSION |
| 32 | #define APP_TITLE APP_NAME " " APP_VERSION | 32 | #define APP_TITLE APP_NAME " " APP_VERSION |
| 33 | #define COPYRIGHT "Copyright (C) 2013 Citrus Team" | 33 | #define COPYRIGHT "Copyright (C) 2013 Citra Emulator" |
| 34 | 34 | ||
| 35 | #endif // CITRUS_CITRUS_H_ | 35 | #endif // CITRA_CITRA_H |
diff --git a/src/citrus/src/emu_window/emu_window_glfw.cpp b/src/citra/src/emu_window/emu_window_glfw.cpp index 381f1d9a7..8edc745b7 100644 --- a/src/citrus/src/emu_window/emu_window_glfw.cpp +++ b/src/citra/src/emu_window/emu_window_glfw.cpp | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2013 Citrus Emulator | 2 | * Copyright (C) 2013 Citra Emulator |
| 3 | * | 3 | * |
| 4 | * @file emu_window_glfw.cpp | 4 | * @file emu_window_glfw.cpp |
| 5 | * @author ShizZy <shizzy@6bit.net> | 5 | * @author ShizZy <shizzy@6bit.net> |
| @@ -54,7 +54,7 @@ EmuWindow_GLFW::EmuWindow_GLFW() { | |||
| 54 | } | 54 | } |
| 55 | glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); | 55 | glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); |
| 56 | glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 1); | 56 | glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 1); |
| 57 | render_window_ = glfwCreateWindow(640, 480, "citrus", NULL, NULL); | 57 | render_window_ = glfwCreateWindow(640, 480, "citra", NULL, NULL); |
| 58 | 58 | ||
| 59 | // Setup callbacks | 59 | // Setup callbacks |
| 60 | glfwSetWindowUserPointer(render_window_, this); | 60 | glfwSetWindowUserPointer(render_window_, this); |
diff --git a/src/citrus/src/emu_window/emu_window_glfw.h b/src/citra/src/emu_window/emu_window_glfw.h index 11d832b9a..0339b5d68 100644 --- a/src/citrus/src/emu_window/emu_window_glfw.h +++ b/src/citra/src/emu_window/emu_window_glfw.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * Copyright (C) 2013 Citrus Emulator | 2 | * Copyright (C) 2013 Citra Emulator |
| 3 | * | 3 | * |
| 4 | * @file emu_window_glfw.h | 4 | * @file emu_window_glfw.h |
| 5 | * @author ShizZy <shizzy@6bit.net> | 5 | * @author ShizZy <shizzy@6bit.net> |
| @@ -22,8 +22,8 @@ | |||
| 22 | * http://code.google.com/p/gekko-gc-emu/ | 22 | * http://code.google.com/p/gekko-gc-emu/ |
| 23 | */ | 23 | */ |
| 24 | 24 | ||
| 25 | #ifndef CITRUS_EMUWINDOW_GLFW_ | 25 | #ifndef CITRA_EMUWINDOW_GLFW_ |
| 26 | #define CITRUS_EMUWINDOW_GLFW_ | 26 | #define CITRA_EMUWINDOW_GLFW_ |
| 27 | 27 | ||
| 28 | #include <GL/glew.h> | 28 | #include <GL/glew.h> |
| 29 | #include <GLFW/glfw3.h> | 29 | #include <GLFW/glfw3.h> |
| @@ -53,4 +53,4 @@ private: | |||
| 53 | 53 | ||
| 54 | }; | 54 | }; |
| 55 | 55 | ||
| 56 | #endif // CITRUS_EMUWINDOW_GLFW_ | 56 | #endif // CITRA_EMUWINDOW_GLFW_ |
diff --git a/src/citrus/src/version.h b/src/citra/src/version.h index 07b88c641..07b88c641 100644 --- a/src/citrus/src/version.h +++ b/src/citra/src/version.h | |||
diff --git a/src/citrus/CMakeLists.txt b/src/citrus/CMakeLists.txt deleted file mode 100644 index 6858a5891..000000000 --- a/src/citrus/CMakeLists.txt +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | set(SRCS src/citrus.cpp | ||
| 2 | src/emuwindow/emuwindow_glfw.cpp) | ||
| 3 | |||
| 4 | # NOTE: This is a workaround for CMake bug 0006976 (missing X11_xf86vmode_LIB variable) | ||
| 5 | if (NOT X11_xf86vmode_LIB) | ||
| 6 | set(X11_xv86vmode_LIB Xxf86vm) | ||
| 7 | endif() | ||
| 8 | |||
| 9 | add_executable(citrus ${SRCS}) | ||
| 10 | target_link_libraries(citrus core common ${OPENGL_LIBRARIES} ${GLFW_LIBRARIES} GLEW rt ${X11_Xrandr_LIB} ${X11_xv86vmode_LIB}) | ||
| 11 | |||
| 12 | #install(TARGETS citrus RUNTIME DESTINATION ${bindir}) | ||
diff --git a/src/common/src/common_paths.h b/src/common/src/common_paths.h index 1ad887a79..30bd4b742 100644 --- a/src/common/src/common_paths.h +++ b/src/common/src/common_paths.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | #ifdef USER_DIR | 26 | #ifdef USER_DIR |
| 27 | #define EMU_DATA_DIR USER_DIR | 27 | #define EMU_DATA_DIR USER_DIR |
| 28 | #else | 28 | #else |
| 29 | #define EMU_DATA_DIR ".citrus" | 29 | #define EMU_DATA_DIR ".emu" |
| 30 | #endif | 30 | #endif |
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
diff --git a/src/common/src/emu_window.h b/src/common/src/emu_window.h index 12b475934..2427b5b6a 100644 --- a/src/common/src/emu_window.h +++ b/src/common/src/emu_window.h | |||
| @@ -81,7 +81,7 @@ public: | |||
| 81 | protected: | 81 | protected: |
| 82 | EmuWindow() : client_area_width_(640), client_area_height_(480) { | 82 | EmuWindow() : client_area_width_(640), client_area_height_(480) { |
| 83 | char window_title[255]; | 83 | char window_title[255]; |
| 84 | sprintf(window_title, "citrus [%s|%s] - %s", | 84 | sprintf(window_title, "emu [%s|%s] - %s", |
| 85 | "null-cpu", | 85 | "null-cpu", |
| 86 | "null-renderer", | 86 | "null-renderer", |
| 87 | __DATE__); | 87 | __DATE__); |
diff --git a/src/common/src/scm_rev.h b/src/common/src/scm_rev.h index 05ad76964..69962c58e 100644 --- a/src/common/src/scm_rev.h +++ b/src/common/src/scm_rev.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #define SCM_REV_STR "bfa6493324336066a1ef9d04f336faacae57d9f3" | 1 | #define SCM_REV_STR "a7b06698ff012aa7b1094414e796ffae1ca1eb4d" |
| 2 | #define SCM_DESC_STR "bfa6493" | 2 | #define SCM_DESC_STR "a7b0669" |
| 3 | #define SCM_BRANCH_STR "master" | 3 | #define SCM_BRANCH_STR "master" |
| 4 | #define SCM_IS_MASTER 1 | 4 | #define SCM_IS_MASTER 1 |
diff --git a/src/common/src/version.cpp b/src/common/src/version.cpp index f4010b6df..25e99b21a 100644 --- a/src/common/src/version.cpp +++ b/src/common/src/version.cpp | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #define BUILD_TYPE_STR "" | 13 | #define BUILD_TYPE_STR "" |
| 14 | #endif | 14 | #endif |
| 15 | 15 | ||
| 16 | const char *scm_rev_str = "citrus " | 16 | const char *scm_rev_str = "emu " |
| 17 | #if !SCM_IS_MASTER | 17 | #if !SCM_IS_MASTER |
| 18 | "[" SCM_BRANCH_STR "] " | 18 | "[" SCM_BRANCH_STR "] " |
| 19 | #endif | 19 | #endif |
diff --git a/vsprops/base.props b/vsprops/base.props index e0f1eb51e..0f59b512b 100644 --- a/vsprops/base.props +++ b/vsprops/base.props | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | <StructMemberAlignment>16Bytes</StructMemberAlignment> | 12 | <StructMemberAlignment>16Bytes</StructMemberAlignment> |
| 13 | <FunctionLevelLinking>true</FunctionLevelLinking> | 13 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 14 | <MultiProcessorCompilation>true</MultiProcessorCompilation> | 14 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 15 | <AdditionalIncludeDirectories>$(SolutionDir)src\common\src;$(SolutionDir)src\core\src;$(SolutionDir)src\citrus\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 15 | <AdditionalIncludeDirectories>$(SolutionDir)src\common\src;$(SolutionDir)src\core\src;$(SolutionDir)src\citra\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 16 | <PreprocessorDefinitions> | 16 | <PreprocessorDefinitions> |
| 17 | </PreprocessorDefinitions> | 17 | </PreprocessorDefinitions> |
| 18 | <RuntimeTypeInfo>false</RuntimeTypeInfo> | 18 | <RuntimeTypeInfo>false</RuntimeTypeInfo> |