diff --git a/.gitignore b/.gitignore index 186dbd69..85a59243 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ bin/shaderCache/* bin/controllerProfiles/* !bin/gameProfiles/default/* -bin/gameProfiles/* +bin/gameProfiles/* \ No newline at end of file diff --git a/src/Cafe/CMakeLists.txt b/src/Cafe/CMakeLists.txt index 6f39b140..bcf06943 100644 --- a/src/Cafe/CMakeLists.txt +++ b/src/Cafe/CMakeLists.txt @@ -31,4 +31,4 @@ target_link_libraries(CemuCafe ih264d zarchive) IF(WIN32) target_link_libraries(CemuCafe iphlpapi) -ENDIF() +ENDIF() \ No newline at end of file diff --git a/src/Cafe/CafeSystem.cpp b/src/Cafe/CafeSystem.cpp index 2e79d210..add9d1c6 100644 --- a/src/Cafe/CafeSystem.cpp +++ b/src/Cafe/CafeSystem.cpp @@ -856,4 +856,4 @@ namespace CafeSystem return currentUpdatedApplicationHash; } -} +} \ No newline at end of file diff --git a/src/Cafe/GameProfile/GameProfile.cpp b/src/Cafe/GameProfile/GameProfile.cpp index 11f8f758..d3e930ee 100644 --- a/src/Cafe/GameProfile/GameProfile.cpp +++ b/src/Cafe/GameProfile/GameProfile.cpp @@ -368,4 +368,4 @@ void GameProfile::Reset() // controller settings for (auto& profile : m_controllerProfile) profile.reset(); -} +} \ No newline at end of file diff --git a/src/Cafe/GraphicPack/GraphicPack.cpp b/src/Cafe/GraphicPack/GraphicPack.cpp index d8b21c36..c41ca944 100644 --- a/src/Cafe/GraphicPack/GraphicPack.cpp +++ b/src/Cafe/GraphicPack/GraphicPack.cpp @@ -124,4 +124,4 @@ void graphicPack_activateForCurrentTitle(uint64 titleId) } } } -} +} \ No newline at end of file diff --git a/src/Cafe/GraphicPack/GraphicPack2.cpp b/src/Cafe/GraphicPack/GraphicPack2.cpp index 4f5b635f..0f734675 100644 --- a/src/Cafe/GraphicPack/GraphicPack2.cpp +++ b/src/Cafe/GraphicPack/GraphicPack2.cpp @@ -1129,4 +1129,4 @@ std::vector> GraphicPack2::GetActiveRAMMappings() return a.first < b.first; }); return v; -} +} \ No newline at end of file diff --git a/src/Cafe/HW/Latte/Core/LatteTextureCache.cpp b/src/Cafe/HW/Latte/Core/LatteTextureCache.cpp index 9016a9ae..151f0661 100644 --- a/src/Cafe/HW/Latte/Core/LatteTextureCache.cpp +++ b/src/Cafe/HW/Latte/Core/LatteTextureCache.cpp @@ -425,4 +425,4 @@ void LatteTC_UnloadAllTextures() LatteTexture_Delete(itr); } LatteRenderTarget_unloadAll(); -} +} \ No newline at end of file diff --git a/src/Cafe/HW/Latte/Renderer/Vulkan/RendererShaderVk.cpp b/src/Cafe/HW/Latte/Renderer/Vulkan/RendererShaderVk.cpp index 6a429613..0d41156a 100644 --- a/src/Cafe/HW/Latte/Renderer/Vulkan/RendererShaderVk.cpp +++ b/src/Cafe/HW/Latte/Renderer/Vulkan/RendererShaderVk.cpp @@ -470,4 +470,4 @@ void RendererShaderVk::ShaderCacheLoading_end() { // keep g_spirvCache open since we will write to it while the game is running s_isLoadingShadersVk = false; -} +} \ No newline at end of file diff --git a/src/Cafe/HW/MMU/MMU.cpp b/src/Cafe/HW/MMU/MMU.cpp index cf86206d..87bf5722 100644 --- a/src/Cafe/HW/MMU/MMU.cpp +++ b/src/Cafe/HW/MMU/MMU.cpp @@ -533,4 +533,4 @@ namespace MMU } -} +} \ No newline at end of file diff --git a/src/Cafe/OS/RPL/rpl.h b/src/Cafe/OS/RPL/rpl.h index 7933e5d3..ced7e83c 100644 --- a/src/Cafe/OS/RPL/rpl.h +++ b/src/Cafe/OS/RPL/rpl.h @@ -52,4 +52,4 @@ uint32 RPLLoader_MakePPCCallable(void(*ppcCallableExport)(struct PPCInterpreter_ // elf loader -uint32 ELF_LoadFromMemory(uint8* elfData, sint32 size, const char* name); +uint32 ELF_LoadFromMemory(uint8* elfData, sint32 size, const char* name); \ No newline at end of file diff --git a/src/Common/SysAllocator.cpp b/src/Common/SysAllocator.cpp index 6632f6f0..7e296f39 100644 --- a/src/Common/SysAllocator.cpp +++ b/src/Common/SysAllocator.cpp @@ -22,4 +22,4 @@ SysAllocatorContainer& SysAllocatorContainer::GetInstance() SysAllocatorBase::SysAllocatorBase() { SysAllocatorContainer::GetInstance().PushSysAllocator(this); -} +} \ No newline at end of file diff --git a/src/Common/precompiled.cpp b/src/Common/precompiled.cpp index 5f656a45..c08ca1f1 100644 --- a/src/Common/precompiled.cpp +++ b/src/Common/precompiled.cpp @@ -1 +1 @@ -#include "precompiled.h" +#include "precompiled.h" \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 2afd4bd7..e6529391 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -389,4 +389,4 @@ int main(int argc, char *argv[]) extern "C" DLLEXPORT uint64 gameMeta_getTitleId() { return CafeSystem::GetForegroundTitleId(); -} +} \ No newline at end of file