mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
removed debug stuff
This commit is contained in:
parent
27fe60001a
commit
9a16abecb3
19
src/main.cpp
19
src/main.cpp
@ -22,10 +22,10 @@
|
|||||||
#include "emulator.h"
|
#include "emulator.h"
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
/* if (argc == 1) {
|
if (argc == 1) {
|
||||||
fmt::print("Usage: {} <elf or eboot.bin path>\n", argv[0]);
|
fmt::print("Usage: {} <elf or eboot.bin path>\n", argv[0]);
|
||||||
return -1;
|
return -1;
|
||||||
}*/
|
}
|
||||||
const auto config_dir = Common::FS::GetUserPath(Common::FS::PathType::UserDir);
|
const auto config_dir = Common::FS::GetUserPath(Common::FS::PathType::UserDir);
|
||||||
Config::load(config_dir / "config.toml");
|
Config::load(config_dir / "config.toml");
|
||||||
Common::Log::Initialize();
|
Common::Log::Initialize();
|
||||||
@ -37,20 +37,7 @@ int main(int argc, char* argv[]) {
|
|||||||
HLE::Libs::Graphics::VideoOut::videoOutInit(width, height);
|
HLE::Libs::Graphics::VideoOut::videoOutInit(width, height);
|
||||||
|
|
||||||
// Argument 1 is the path of self file to boot
|
// Argument 1 is the path of self file to boot
|
||||||
// const char* const path = argv[1];
|
const char* const path = argv[1];
|
||||||
|
|
||||||
//const char* const path = "C://ps4//games//CUSA09415-Undertale//eboot.bin";
|
|
||||||
// const char* const path = "C://ps4//games//CUSA30991//eboot.bin"; //teenage shredder
|
|
||||||
// const char* const path = "C://ps4//games//CUSA01997//eboot.bin"; // teenage muntant
|
|
||||||
// const char* const path = "C://ps4//games//CUSA07010-SonicMania//eboot.bin";
|
|
||||||
const char* const path = "C://ps4//games//CUSA05694//eboot.bin";//momodora
|
|
||||||
// const char* const path = "C:\\ps4\\games\\CUSA02394\\eboot.bin"; //we are doomed
|
|
||||||
// const char* const path = "C:\\ps4\\games\\CUSA05362\\eboot.bin";//ronin
|
|
||||||
|
|
||||||
// open orbis samples
|
|
||||||
// const char* const path = "C://ps4//games//OpenOrbisDlg//eboot.bin";
|
|
||||||
// ps4 sdk samples
|
|
||||||
// const char* const path = "C:\\ps4\\ps4sdksamples\\simplet-simple-fs.elf";
|
|
||||||
|
|
||||||
auto* mnt = Common::Singleton<Core::FileSys::MntPoints>::Instance();
|
auto* mnt = Common::Singleton<Core::FileSys::MntPoints>::Instance();
|
||||||
std::filesystem::path p = std::string(path);
|
std::filesystem::path p = std::string(path);
|
||||||
|
Loading…
Reference in New Issue
Block a user