mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
code: Add clang-format target and CI workflow (#82)
* code: Add clang format target, rules and CI workflow * code: Run clang format on sources
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "io_file.h"
|
||||
|
||||
//#include "helpers.hpp"
|
||||
// #include "helpers.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// 64 bit offsets for MSVC
|
||||
@@ -118,8 +118,8 @@ FILE* IOFile::getHandle() {
|
||||
}
|
||||
|
||||
void IOFile::setAppDataDir(const std::filesystem::path& dir) {
|
||||
//if (dir == "")
|
||||
// Helpers::panic("Failed to set app data directory");
|
||||
// if (dir == "")
|
||||
// Helpers::panic("Failed to set app data directory");
|
||||
appData = dir;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user