diff --git a/src/Core/FsFile.cpp b/src/core/FsFile.cpp similarity index 100% rename from src/Core/FsFile.cpp rename to src/core/FsFile.cpp diff --git a/src/Core/FsFile.h b/src/core/FsFile.h similarity index 100% rename from src/Core/FsFile.h rename to src/core/FsFile.h diff --git a/src/Core/PS4/GPU/gpu_memory.cpp b/src/core/PS4/GPU/gpu_memory.cpp similarity index 100% rename from src/Core/PS4/GPU/gpu_memory.cpp rename to src/core/PS4/GPU/gpu_memory.cpp diff --git a/src/Core/PS4/GPU/gpu_memory.h b/src/core/PS4/GPU/gpu_memory.h similarity index 100% rename from src/Core/PS4/GPU/gpu_memory.h rename to src/core/PS4/GPU/gpu_memory.h diff --git a/src/Core/PS4/GPU/tile_manager.cpp b/src/core/PS4/GPU/tile_manager.cpp similarity index 100% rename from src/Core/PS4/GPU/tile_manager.cpp rename to src/core/PS4/GPU/tile_manager.cpp diff --git a/src/Core/PS4/GPU/tile_manager.h b/src/core/PS4/GPU/tile_manager.h similarity index 100% rename from src/Core/PS4/GPU/tile_manager.h rename to src/core/PS4/GPU/tile_manager.h diff --git a/src/Core/PS4/GPU/video_out_buffer.cpp b/src/core/PS4/GPU/video_out_buffer.cpp similarity index 100% rename from src/Core/PS4/GPU/video_out_buffer.cpp rename to src/core/PS4/GPU/video_out_buffer.cpp diff --git a/src/Core/PS4/GPU/video_out_buffer.h b/src/core/PS4/GPU/video_out_buffer.h similarity index 100% rename from src/Core/PS4/GPU/video_out_buffer.h rename to src/core/PS4/GPU/video_out_buffer.h diff --git a/src/Core/PS4/HLE/ErrorCodes.h b/src/core/PS4/HLE/ErrorCodes.h similarity index 100% rename from src/Core/PS4/HLE/ErrorCodes.h rename to src/core/PS4/HLE/ErrorCodes.h diff --git a/src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp b/src/core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp similarity index 100% rename from src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp rename to src/core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp diff --git a/src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h b/src/core/PS4/HLE/Graphics/Objects/video_out_ctx.h similarity index 100% rename from src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h rename to src/core/PS4/HLE/Graphics/Objects/video_out_ctx.h diff --git a/src/Core/PS4/HLE/Graphics/graphics_ctx.h b/src/core/PS4/HLE/Graphics/graphics_ctx.h similarity index 100% rename from src/Core/PS4/HLE/Graphics/graphics_ctx.h rename to src/core/PS4/HLE/Graphics/graphics_ctx.h diff --git a/src/Core/PS4/HLE/Graphics/graphics_render.cpp b/src/core/PS4/HLE/Graphics/graphics_render.cpp similarity index 100% rename from src/Core/PS4/HLE/Graphics/graphics_render.cpp rename to src/core/PS4/HLE/Graphics/graphics_render.cpp diff --git a/src/Core/PS4/HLE/Graphics/graphics_render.h b/src/core/PS4/HLE/Graphics/graphics_render.h similarity index 100% rename from src/Core/PS4/HLE/Graphics/graphics_render.h rename to src/core/PS4/HLE/Graphics/graphics_render.h diff --git a/src/Core/PS4/HLE/Graphics/video_out.cpp b/src/core/PS4/HLE/Graphics/video_out.cpp similarity index 100% rename from src/Core/PS4/HLE/Graphics/video_out.cpp rename to src/core/PS4/HLE/Graphics/video_out.cpp diff --git a/src/Core/PS4/HLE/Graphics/video_out.h b/src/core/PS4/HLE/Graphics/video_out.h similarity index 100% rename from src/Core/PS4/HLE/Graphics/video_out.h rename to src/core/PS4/HLE/Graphics/video_out.h diff --git a/src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp b/src/core/PS4/HLE/Kernel/Objects/event_queue.cpp similarity index 100% rename from src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp rename to src/core/PS4/HLE/Kernel/Objects/event_queue.cpp diff --git a/src/Core/PS4/HLE/Kernel/Objects/event_queue.h b/src/core/PS4/HLE/Kernel/Objects/event_queue.h similarity index 100% rename from src/Core/PS4/HLE/Kernel/Objects/event_queue.h rename to src/core/PS4/HLE/Kernel/Objects/event_queue.h diff --git a/src/Core/PS4/HLE/Kernel/Objects/physical_memory.cpp b/src/core/PS4/HLE/Kernel/Objects/physical_memory.cpp similarity index 100% rename from src/Core/PS4/HLE/Kernel/Objects/physical_memory.cpp rename to src/core/PS4/HLE/Kernel/Objects/physical_memory.cpp diff --git a/src/Core/PS4/HLE/Kernel/Objects/physical_memory.h b/src/core/PS4/HLE/Kernel/Objects/physical_memory.h similarity index 100% rename from src/Core/PS4/HLE/Kernel/Objects/physical_memory.h rename to src/core/PS4/HLE/Kernel/Objects/physical_memory.h diff --git a/src/Core/PS4/HLE/Kernel/ThreadManagement.cpp b/src/core/PS4/HLE/Kernel/ThreadManagement.cpp similarity index 100% rename from src/Core/PS4/HLE/Kernel/ThreadManagement.cpp rename to src/core/PS4/HLE/Kernel/ThreadManagement.cpp diff --git a/src/Core/PS4/HLE/Kernel/ThreadManagement.h b/src/core/PS4/HLE/Kernel/ThreadManagement.h similarity index 100% rename from src/Core/PS4/HLE/Kernel/ThreadManagement.h rename to src/core/PS4/HLE/Kernel/ThreadManagement.h diff --git a/src/Core/PS4/HLE/Kernel/cpu_management.cpp b/src/core/PS4/HLE/Kernel/cpu_management.cpp similarity index 100% rename from src/Core/PS4/HLE/Kernel/cpu_management.cpp rename to src/core/PS4/HLE/Kernel/cpu_management.cpp diff --git a/src/Core/PS4/HLE/Kernel/cpu_management.h b/src/core/PS4/HLE/Kernel/cpu_management.h similarity index 100% rename from src/Core/PS4/HLE/Kernel/cpu_management.h rename to src/core/PS4/HLE/Kernel/cpu_management.h diff --git a/src/Core/PS4/HLE/Kernel/event_queues.cpp b/src/core/PS4/HLE/Kernel/event_queues.cpp similarity index 100% rename from src/Core/PS4/HLE/Kernel/event_queues.cpp rename to src/core/PS4/HLE/Kernel/event_queues.cpp diff --git a/src/Core/PS4/HLE/Kernel/event_queues.h b/src/core/PS4/HLE/Kernel/event_queues.h similarity index 100% rename from src/Core/PS4/HLE/Kernel/event_queues.h rename to src/core/PS4/HLE/Kernel/event_queues.h diff --git a/src/Core/PS4/HLE/Kernel/memory_management.cpp b/src/core/PS4/HLE/Kernel/memory_management.cpp similarity index 100% rename from src/Core/PS4/HLE/Kernel/memory_management.cpp rename to src/core/PS4/HLE/Kernel/memory_management.cpp diff --git a/src/Core/PS4/HLE/Kernel/memory_management.h b/src/core/PS4/HLE/Kernel/memory_management.h similarity index 100% rename from src/Core/PS4/HLE/Kernel/memory_management.h rename to src/core/PS4/HLE/Kernel/memory_management.h diff --git a/src/Core/PS4/HLE/LibC.cpp b/src/core/PS4/HLE/LibC.cpp similarity index 100% rename from src/Core/PS4/HLE/LibC.cpp rename to src/core/PS4/HLE/LibC.cpp diff --git a/src/Core/PS4/HLE/LibC.h b/src/core/PS4/HLE/LibC.h similarity index 100% rename from src/Core/PS4/HLE/LibC.h rename to src/core/PS4/HLE/LibC.h diff --git a/src/Core/PS4/HLE/LibKernel.cpp b/src/core/PS4/HLE/LibKernel.cpp similarity index 100% rename from src/Core/PS4/HLE/LibKernel.cpp rename to src/core/PS4/HLE/LibKernel.cpp diff --git a/src/Core/PS4/HLE/LibKernel.h b/src/core/PS4/HLE/LibKernel.h similarity index 100% rename from src/Core/PS4/HLE/LibKernel.h rename to src/core/PS4/HLE/LibKernel.h diff --git a/src/Core/PS4/HLE/LibSceGnmDriver.cpp b/src/core/PS4/HLE/LibSceGnmDriver.cpp similarity index 100% rename from src/Core/PS4/HLE/LibSceGnmDriver.cpp rename to src/core/PS4/HLE/LibSceGnmDriver.cpp diff --git a/src/Core/PS4/HLE/LibSceGnmDriver.h b/src/core/PS4/HLE/LibSceGnmDriver.h similarity index 100% rename from src/Core/PS4/HLE/LibSceGnmDriver.h rename to src/core/PS4/HLE/LibSceGnmDriver.h diff --git a/src/Core/PS4/HLE/Libs.cpp b/src/core/PS4/HLE/Libs.cpp similarity index 100% rename from src/Core/PS4/HLE/Libs.cpp rename to src/core/PS4/HLE/Libs.cpp diff --git a/src/Core/PS4/HLE/Libs.h b/src/core/PS4/HLE/Libs.h similarity index 100% rename from src/Core/PS4/HLE/Libs.h rename to src/core/PS4/HLE/Libs.h diff --git a/src/Core/PS4/HLE/UserManagement/UsrMngCodes.h b/src/core/PS4/HLE/UserManagement/UsrMngCodes.h similarity index 100% rename from src/Core/PS4/HLE/UserManagement/UsrMngCodes.h rename to src/core/PS4/HLE/UserManagement/UsrMngCodes.h diff --git a/src/Core/PS4/Linker.cpp b/src/core/PS4/Linker.cpp similarity index 100% rename from src/Core/PS4/Linker.cpp rename to src/core/PS4/Linker.cpp diff --git a/src/Core/PS4/Linker.h b/src/core/PS4/Linker.h similarity index 100% rename from src/Core/PS4/Linker.h rename to src/core/PS4/Linker.h diff --git a/src/Core/PS4/Loader/Elf.cpp b/src/core/PS4/Loader/Elf.cpp similarity index 100% rename from src/Core/PS4/Loader/Elf.cpp rename to src/core/PS4/Loader/Elf.cpp diff --git a/src/Core/PS4/Loader/Elf.h b/src/core/PS4/Loader/Elf.h similarity index 100% rename from src/Core/PS4/Loader/Elf.h rename to src/core/PS4/Loader/Elf.h diff --git a/src/Core/PS4/Loader/SymbolsResolver.cpp b/src/core/PS4/Loader/SymbolsResolver.cpp similarity index 100% rename from src/Core/PS4/Loader/SymbolsResolver.cpp rename to src/core/PS4/Loader/SymbolsResolver.cpp diff --git a/src/Core/PS4/Loader/SymbolsResolver.h b/src/core/PS4/Loader/SymbolsResolver.h similarity index 100% rename from src/Core/PS4/Loader/SymbolsResolver.h rename to src/core/PS4/Loader/SymbolsResolver.h diff --git a/src/Core/PS4/Stubs.cpp b/src/core/PS4/Stubs.cpp similarity index 100% rename from src/Core/PS4/Stubs.cpp rename to src/core/PS4/Stubs.cpp diff --git a/src/Core/PS4/Stubs.h b/src/core/PS4/Stubs.h similarity index 100% rename from src/Core/PS4/Stubs.h rename to src/core/PS4/Stubs.h diff --git a/src/Core/PS4/Util/aerolib.cpp b/src/core/PS4/Util/aerolib.cpp similarity index 100% rename from src/Core/PS4/Util/aerolib.cpp rename to src/core/PS4/Util/aerolib.cpp diff --git a/src/Core/PS4/Util/aerolib.h b/src/core/PS4/Util/aerolib.h similarity index 100% rename from src/Core/PS4/Util/aerolib.h rename to src/core/PS4/Util/aerolib.h diff --git a/src/Core/PS4/Util/aerolib.inl b/src/core/PS4/Util/aerolib.inl similarity index 100% rename from src/Core/PS4/Util/aerolib.inl rename to src/core/PS4/Util/aerolib.inl diff --git a/src/Core/hle/libraries/libkernel/file_system.cpp b/src/core/hle/libraries/libkernel/file_system.cpp similarity index 100% rename from src/Core/hle/libraries/libkernel/file_system.cpp rename to src/core/hle/libraries/libkernel/file_system.cpp diff --git a/src/Core/hle/libraries/libkernel/file_system.h b/src/core/hle/libraries/libkernel/file_system.h similarity index 100% rename from src/Core/hle/libraries/libkernel/file_system.h rename to src/core/hle/libraries/libkernel/file_system.h diff --git a/src/Core/hle/libraries/libkernel/time_management.cpp b/src/core/hle/libraries/libkernel/time_management.cpp similarity index 100% rename from src/Core/hle/libraries/libkernel/time_management.cpp rename to src/core/hle/libraries/libkernel/time_management.cpp diff --git a/src/Core/hle/libraries/libkernel/time_management.h b/src/core/hle/libraries/libkernel/time_management.h similarity index 100% rename from src/Core/hle/libraries/libkernel/time_management.h rename to src/core/hle/libraries/libkernel/time_management.h diff --git a/src/Core/virtual_memory.cpp b/src/core/virtual_memory.cpp similarity index 100% rename from src/Core/virtual_memory.cpp rename to src/core/virtual_memory.cpp diff --git a/src/Core/virtual_memory.h b/src/core/virtual_memory.h similarity index 100% rename from src/Core/virtual_memory.h rename to src/core/virtual_memory.h