mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Remove UTF-8 BOMs from a few files.
And note the only ones that do need them in editorconfig.
This commit is contained in:
parent
fb05c05e74
commit
f0a8e931ff
@ -18,5 +18,13 @@ end_of_line = lf
|
||||
[Core/Dialog/PSPOskDialog.cpp]
|
||||
charset = utf-16le
|
||||
|
||||
[ext/native/tools/kanjifilter.h]
|
||||
# This file may need to force a BOM so compilers treat as utf-8.
|
||||
charset = utf-8-bom
|
||||
|
||||
[Windows/GEDebugger/CtrlDisplayListView.cpp]
|
||||
# This file may need to force a BOM so compilers treat as utf-8.
|
||||
charset = utf-8-bom
|
||||
|
||||
[Windows/version.rc]
|
||||
charset = utf-16le
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@ -185,4 +185,4 @@ const HLEFunction sceMd5[] = {
|
||||
|
||||
void Register_sceMd5() {
|
||||
RegisterModule("sceMd5", ARRAY_SIZE(sceMd5), sceMd5);
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2014- PPSSPP Project.
|
||||
// Copyright (c) 2014- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
// Copyright (c) 2012- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2013- PPSSPP Project.
|
||||
// Copyright (c) 2013- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2013- PPSSPP Project.
|
||||
// Copyright (c) 2013- PPSSPP Project.
|
||||
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <limits.h>
|
||||
#include <limits.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "base/NativeApp.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <queue>
|
||||
#include <queue>
|
||||
#include <algorithm>
|
||||
|
||||
#include "base/mutex.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include "base/basictypes.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user