1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

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 "key_vault.h"
#include "util/logs.hpp"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
// Copyright (C) 2014 Hykem <hykem@hotmail.com>
// 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"

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "Emu/Audio/AudioBackend.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."
#endif

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "AudioDumper.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."
#endif

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#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."
#endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "../../Utilities/types.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/IdManager.h"
#include "Emu/Cell/PPUModule.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#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/Cell/PPUModule.h"
#include "Emu/IdManager.h"

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "Utilities/Timer.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 "cellCelp8Enc.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Emu/Cell/PPUModule.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/IdManager.h"
#include "Emu/Cell/PPUModule.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Emu/VFS.h"
#include "Emu/IdManager.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/System.h"
#include "Emu/VFS.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#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/lv2/sys_process.h"
#include "Emu/IdManager.h"

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Emu/Cell/PPUModule.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/Cell/PPUModule.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "Utilities/BitField.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/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_lwcond.h"

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#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/lv2/sys_lwmutex.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 "cellSysutil.h"

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#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/lv2/sys_spu.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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