Remove BOM markers

This commit is contained in:
RipleyTom 2020-12-05 13:08:24 +01:00 committed by Ivan
parent 7b694ebeb4
commit af8c661a64
662 changed files with 662 additions and 662 deletions

View file

@ -1,4 +1,4 @@
#include "utils.h" #include "utils.h"
#include "aes.h" #include "aes.h"
#include "key_vault.h" #include "key_vault.h"
#include "util/logs.hpp" #include "util/logs.hpp"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/types.h" #include "Utilities/types.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "key_vault.h" #include "key_vault.h"
#include "unedat.h" #include "unedat.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "aes.h" #include "aes.h"
#include "sha1.h" #include "sha1.h"
#include "key_vault.h" #include "key_vault.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "aes.h" #include "aes.h"
#include "sha1.h" #include "sha1.h"
#include "utils.h" #include "utils.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "key_vault.h" #include "key_vault.h"
#include "zlib.h" #include "zlib.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
// Copyright (C) 2014 Hykem <hykem@hotmail.com> // Copyright (C) 2014 Hykem <hykem@hotmail.com>
// Licensed under the terms of the GNU GPL, version 3 // Licensed under the terms of the GNU GPL, version 3

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "OpenALBackend.h" #include "OpenALBackend.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Audio/AudioBackend.h" #include "Emu/Audio/AudioBackend.h"
#include "3rdparty/OpenAL/include/alext.h" #include "3rdparty/OpenAL/include/alext.h"

View file

@ -1,4 +1,4 @@
#ifndef HAVE_ALSA #ifndef HAVE_ALSA
#error "ALSA support disabled but still being built." #error "ALSA support disabled but still being built."
#endif #endif

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "AudioBackend.h" #include "AudioBackend.h"
#include "Emu/system_config.h" #include "Emu/system_config.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/types.h" #include "Utilities/types.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "AudioDumper.h" #include "AudioDumper.h"
#include "Utilities/date_time.h" #include "Utilities/date_time.h"

View file

@ -1,4 +1,4 @@
#ifndef HAVE_FAUDIO #ifndef HAVE_FAUDIO
#error "FAudio support disabled but still being built." #error "FAudio support disabled but still being built."
#endif #endif

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Audio/AudioBackend.h" #include "Emu/Audio/AudioBackend.h"

View file

@ -1,4 +1,4 @@
#ifndef HAVE_PULSE #ifndef HAVE_PULSE
#error "PulseAudio support disabled but still being built." #error "PulseAudio support disabled but still being built."
#endif #endif

View file

@ -1,4 +1,4 @@
#ifndef _WIN32 #ifndef _WIN32
#error "XAudio2 can only be built on Windows." #error "XAudio2 can only be built on Windows."
#endif #endif

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#ifndef _WIN32 #ifndef _WIN32
#error "XAudio2 can only be built on Windows." #error "XAudio2 can only be built on Windows."

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "CPUThread.h" #include "CPUThread.h"
#include "Emu/System.h" #include "Emu/System.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "../Utilities/Thread.h" #include "../Utilities/Thread.h"
#include "../Utilities/bit_set.h" #include "../Utilities/bit_set.h"

View file

@ -1,4 +1,4 @@
#ifdef LLVM_AVAILABLE #ifdef LLVM_AVAILABLE
#include "CPUTranslator.h" #include "CPUTranslator.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#ifdef LLVM_AVAILABLE #ifdef LLVM_AVAILABLE

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "MFC.h" #include "MFC.h"
template <> template <>

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "StaticHLE.h" #include "StaticHLE.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/PPUOpcodes.h" #include "Emu/Cell/PPUOpcodes.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "../../Utilities/types.h" #include "../../Utilities/types.h"
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellAtrac.h" #include "cellAtrac.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellAtracMulti.h" #include "cellAtracMulti.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"
#include "Utilities/Thread.h" #include "Utilities/Thread.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellAudioOut.h" #include "cellAudioOut.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/system_config.h" #include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellBgdl.h" #include "cellBgdl.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "cellCamera.h" #include "cellCamera.h"
#include "Emu/System.h" #include "Emu/System.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/Timer.h" #include "Utilities/Timer.h"
#include "Emu/Cell/lv2/sys_memory.h" #include "Emu/Cell/lv2/sys_memory.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellCelp8Enc.h" #include "cellCelp8Enc.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
struct CellSpurs; struct CellSpurs;

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellCelpEnc.h" #include "cellCelpEnc.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
struct CellSpurs; struct CellSpurs;

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellSysutil.h" #include "cellSysutil.h"
#include "cellCrossController.h" #include "cellCrossController.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
enum CellCrossControllerError : u32 enum CellCrossControllerError : u32
{ {

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellDaisy.h" #include "cellDaisy.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellDtcpIpUtility); LOG_CHANNEL(cellDtcpIpUtility);

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellFiber.h" #include "cellFiber.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/VFS.h" #include "Emu/VFS.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellFontFT.h" #include "cellFontFT.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/VFS.h" #include "Emu/VFS.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/localized_string.h" #include "Emu/localized_string.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/VFS.h" #include "Emu/VFS.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellGame.h" #include "cellGame.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "cellGem.h" #include "cellGem.h"
#include "cellCamera.h" #include "cellCamera.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/VFS.h" #include "Emu/VFS.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellHttp.h" #include "cellHttp.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Utilities/LUrlParser.h" #include "Utilities/LUrlParser.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_process.h" #include "Emu/Cell/lv2/sys_process.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/VFS.h" #include "Emu/VFS.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellJpgEnc.h" #include "cellJpgEnc.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"
#include "Emu/Io/Keyboard.h" #include "Emu/Io/Keyboard.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellKb.h" #include "cellKb.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellLibprof); LOG_CHANNEL(cellLibprof);

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/system_config.h" #include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"
#include "Utilities/Thread.h" #include "Utilities/Thread.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/PPUThread.h" #include "Emu/Cell/PPUThread.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BitField.h" #include "Utilities/BitField.h"
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h" #include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h" #include "Emu/Cell/lv2/sys_lwcond.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h" #include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h" #include "Emu/Cell/lv2/sys_lwcond.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellSysutil.h" #include "cellSysutil.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellNetAoi); LOG_CHANNEL(cellNetAoi);

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/system_config.h" #include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "cellGame.h" #include "cellGame.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/system_config.h" #include "Emu/system_config.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_spu.h" #include "Emu/Cell/lv2/sys_spu.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/IdManager.h" #include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_process.h" #include "Emu/Cell/lv2/sys_process.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Utilities/BEType.h" #include "Utilities/BEType.h"
#include <array> #include <array>

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/System.h" #include "Emu/System.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"

View file

@ -1,4 +1,4 @@
#pragma once #pragma once
#include "Emu/Memory/vm_ptr.h" #include "Emu/Memory/vm_ptr.h"

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
LOG_CHANNEL(cellPesmUtility); LOG_CHANNEL(cellPesmUtility);

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "Emu/Cell/PPUModule.h" #include "Emu/Cell/PPUModule.h"
#include "cellSysutil.h" #include "cellSysutil.h"

Some files were not shown because too many files have changed in this diff Show more