From 5f19daf3baff23733569a9e6d51ccb88d7c5c8bc Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 28 Mar 2023 09:40:22 +0300 Subject: [PATCH] moved everything to old stuff --- README.md | 7 +------ .../screenshots}/gamelistviewer.png | Bin shadPS4.sln => old_stuff/shadPS4.sln | 0 {shadPS4 => old_stuff/shadPS4}/Types.h | 0 {shadPS4 => old_stuff/shadPS4}/core/FsFile.cpp | 0 {shadPS4 => old_stuff/shadPS4}/core/FsFile.h | 0 {shadPS4 => old_stuff/shadPS4}/emulator/Loader.cpp | 0 {shadPS4 => old_stuff/shadPS4}/emulator/Loader.h | 0 .../shadPS4}/emulator/fileFormat/PKG.cpp | 0 .../shadPS4}/emulator/fileFormat/PKG.h | 0 .../shadPS4}/emulator/fileFormat/PSF.cpp | 0 .../shadPS4}/emulator/fileFormat/PSF.h | 0 {shadPS4 => old_stuff/shadPS4}/emulator/gameInfo.h | 0 .../shadPS4}/gui/GameListViewer.cpp | 0 {shadPS4 => old_stuff/shadPS4}/gui/GameListViewer.h | 0 .../shadPS4}/gui/custom_dock_widget.h | 0 .../shadPS4}/gui/custom_table_widget_item.cpp | 0 .../shadPS4}/gui/custom_table_widget_item.h | 0 .../shadPS4}/gui/game_list_frame.cpp | 0 .../shadPS4}/gui/game_list_frame.h | 0 .../shadPS4}/gui/game_list_grid.cpp | 0 {shadPS4 => old_stuff/shadPS4}/gui/game_list_grid.h | 0 .../shadPS4}/gui/game_list_grid_delegate.cpp | 0 .../shadPS4}/gui/game_list_grid_delegate.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/game_list_item.h | 0 .../shadPS4}/gui/game_list_table.cpp | 0 .../shadPS4}/gui/game_list_table.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/gui_save.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/gui_settings.cpp | 0 {shadPS4 => old_stuff/shadPS4}/gui/gui_settings.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/main_window.cpp | 0 {shadPS4 => old_stuff/shadPS4}/gui/main_window.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/main_window.ui | 0 {shadPS4 => old_stuff/shadPS4}/gui/qt_utils.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/settings.cpp | 0 {shadPS4 => old_stuff/shadPS4}/gui/settings.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/shadps4gui.cpp | 0 {shadPS4 => old_stuff/shadPS4}/gui/shadps4gui.h | 0 {shadPS4 => old_stuff/shadPS4}/gui/shadps4gui.ui | 0 {shadPS4 => old_stuff/shadPS4}/main.cpp | 0 {shadPS4 => old_stuff/shadPS4}/shadPS4.vcxproj | 0 .../shadPS4}/shadPS4.vcxproj.filters | 0 {tools => old_stuff/tools}/pkg extractor/FsFile.cpp | 0 {tools => old_stuff/tools}/pkg extractor/FsFile.h | 0 {tools => old_stuff/tools}/pkg extractor/PFS.cpp | 0 {tools => old_stuff/tools}/pkg extractor/PFS.h | 0 {tools => old_stuff/tools}/pkg extractor/PKG.cpp | 0 {tools => old_stuff/tools}/pkg extractor/PKG.h | 0 {tools => old_stuff/tools}/pkg extractor/Types.h | 0 .../tools}/pkg extractor/pkgextract.cpp | 0 .../tools}/pkg extractor/pkgextract.sln | 0 .../tools}/pkg extractor/pkgextract.vcxproj | 0 .../tools}/pkg extractor/pkgextract.vcxproj.filters | 0 53 files changed, 1 insertion(+), 6 deletions(-) rename {screenshots => old_stuff/screenshots}/gamelistviewer.png (100%) rename shadPS4.sln => old_stuff/shadPS4.sln (100%) rename {shadPS4 => old_stuff/shadPS4}/Types.h (100%) rename {shadPS4 => old_stuff/shadPS4}/core/FsFile.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/core/FsFile.h (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/Loader.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/Loader.h (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/fileFormat/PKG.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/fileFormat/PKG.h (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/fileFormat/PSF.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/fileFormat/PSF.h (100%) rename {shadPS4 => old_stuff/shadPS4}/emulator/gameInfo.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/GameListViewer.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/GameListViewer.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/custom_dock_widget.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/custom_table_widget_item.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/custom_table_widget_item.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_frame.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_frame.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_grid.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_grid.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_grid_delegate.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_grid_delegate.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_item.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_table.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/game_list_table.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/gui_save.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/gui_settings.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/gui_settings.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/main_window.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/main_window.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/main_window.ui (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/qt_utils.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/settings.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/settings.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/shadps4gui.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/shadps4gui.h (100%) rename {shadPS4 => old_stuff/shadPS4}/gui/shadps4gui.ui (100%) rename {shadPS4 => old_stuff/shadPS4}/main.cpp (100%) rename {shadPS4 => old_stuff/shadPS4}/shadPS4.vcxproj (100%) rename {shadPS4 => old_stuff/shadPS4}/shadPS4.vcxproj.filters (100%) rename {tools => old_stuff/tools}/pkg extractor/FsFile.cpp (100%) rename {tools => old_stuff/tools}/pkg extractor/FsFile.h (100%) rename {tools => old_stuff/tools}/pkg extractor/PFS.cpp (100%) rename {tools => old_stuff/tools}/pkg extractor/PFS.h (100%) rename {tools => old_stuff/tools}/pkg extractor/PKG.cpp (100%) rename {tools => old_stuff/tools}/pkg extractor/PKG.h (100%) rename {tools => old_stuff/tools}/pkg extractor/Types.h (100%) rename {tools => old_stuff/tools}/pkg extractor/pkgextract.cpp (100%) rename {tools => old_stuff/tools}/pkg extractor/pkgextract.sln (100%) rename {tools => old_stuff/tools}/pkg extractor/pkgextract.vcxproj (100%) rename {tools => old_stuff/tools}/pkg extractor/pkgextract.vcxproj.filters (100%) diff --git a/README.md b/README.md index 9c699ff7..c6276ca4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ # shadPS4 ps4 emulator? -[](https://discord.gg/MyZRaBngxA) - - -Currently a sfo , pic0 viewer and partialy pkg extractor - -![Alt text](https://github.com/georgemoralis/shadPS4/blob/main/screenshots/gamelistviewer.png "Game viewer") +WIP not much to see Wiki has some documentation for PS4 PKG format diff --git a/screenshots/gamelistviewer.png b/old_stuff/screenshots/gamelistviewer.png similarity index 100% rename from screenshots/gamelistviewer.png rename to old_stuff/screenshots/gamelistviewer.png diff --git a/shadPS4.sln b/old_stuff/shadPS4.sln similarity index 100% rename from shadPS4.sln rename to old_stuff/shadPS4.sln diff --git a/shadPS4/Types.h b/old_stuff/shadPS4/Types.h similarity index 100% rename from shadPS4/Types.h rename to old_stuff/shadPS4/Types.h diff --git a/shadPS4/core/FsFile.cpp b/old_stuff/shadPS4/core/FsFile.cpp similarity index 100% rename from shadPS4/core/FsFile.cpp rename to old_stuff/shadPS4/core/FsFile.cpp diff --git a/shadPS4/core/FsFile.h b/old_stuff/shadPS4/core/FsFile.h similarity index 100% rename from shadPS4/core/FsFile.h rename to old_stuff/shadPS4/core/FsFile.h diff --git a/shadPS4/emulator/Loader.cpp b/old_stuff/shadPS4/emulator/Loader.cpp similarity index 100% rename from shadPS4/emulator/Loader.cpp rename to old_stuff/shadPS4/emulator/Loader.cpp diff --git a/shadPS4/emulator/Loader.h b/old_stuff/shadPS4/emulator/Loader.h similarity index 100% rename from shadPS4/emulator/Loader.h rename to old_stuff/shadPS4/emulator/Loader.h diff --git a/shadPS4/emulator/fileFormat/PKG.cpp b/old_stuff/shadPS4/emulator/fileFormat/PKG.cpp similarity index 100% rename from shadPS4/emulator/fileFormat/PKG.cpp rename to old_stuff/shadPS4/emulator/fileFormat/PKG.cpp diff --git a/shadPS4/emulator/fileFormat/PKG.h b/old_stuff/shadPS4/emulator/fileFormat/PKG.h similarity index 100% rename from shadPS4/emulator/fileFormat/PKG.h rename to old_stuff/shadPS4/emulator/fileFormat/PKG.h diff --git a/shadPS4/emulator/fileFormat/PSF.cpp b/old_stuff/shadPS4/emulator/fileFormat/PSF.cpp similarity index 100% rename from shadPS4/emulator/fileFormat/PSF.cpp rename to old_stuff/shadPS4/emulator/fileFormat/PSF.cpp diff --git a/shadPS4/emulator/fileFormat/PSF.h b/old_stuff/shadPS4/emulator/fileFormat/PSF.h similarity index 100% rename from shadPS4/emulator/fileFormat/PSF.h rename to old_stuff/shadPS4/emulator/fileFormat/PSF.h diff --git a/shadPS4/emulator/gameInfo.h b/old_stuff/shadPS4/emulator/gameInfo.h similarity index 100% rename from shadPS4/emulator/gameInfo.h rename to old_stuff/shadPS4/emulator/gameInfo.h diff --git a/shadPS4/gui/GameListViewer.cpp b/old_stuff/shadPS4/gui/GameListViewer.cpp similarity index 100% rename from shadPS4/gui/GameListViewer.cpp rename to old_stuff/shadPS4/gui/GameListViewer.cpp diff --git a/shadPS4/gui/GameListViewer.h b/old_stuff/shadPS4/gui/GameListViewer.h similarity index 100% rename from shadPS4/gui/GameListViewer.h rename to old_stuff/shadPS4/gui/GameListViewer.h diff --git a/shadPS4/gui/custom_dock_widget.h b/old_stuff/shadPS4/gui/custom_dock_widget.h similarity index 100% rename from shadPS4/gui/custom_dock_widget.h rename to old_stuff/shadPS4/gui/custom_dock_widget.h diff --git a/shadPS4/gui/custom_table_widget_item.cpp b/old_stuff/shadPS4/gui/custom_table_widget_item.cpp similarity index 100% rename from shadPS4/gui/custom_table_widget_item.cpp rename to old_stuff/shadPS4/gui/custom_table_widget_item.cpp diff --git a/shadPS4/gui/custom_table_widget_item.h b/old_stuff/shadPS4/gui/custom_table_widget_item.h similarity index 100% rename from shadPS4/gui/custom_table_widget_item.h rename to old_stuff/shadPS4/gui/custom_table_widget_item.h diff --git a/shadPS4/gui/game_list_frame.cpp b/old_stuff/shadPS4/gui/game_list_frame.cpp similarity index 100% rename from shadPS4/gui/game_list_frame.cpp rename to old_stuff/shadPS4/gui/game_list_frame.cpp diff --git a/shadPS4/gui/game_list_frame.h b/old_stuff/shadPS4/gui/game_list_frame.h similarity index 100% rename from shadPS4/gui/game_list_frame.h rename to old_stuff/shadPS4/gui/game_list_frame.h diff --git a/shadPS4/gui/game_list_grid.cpp b/old_stuff/shadPS4/gui/game_list_grid.cpp similarity index 100% rename from shadPS4/gui/game_list_grid.cpp rename to old_stuff/shadPS4/gui/game_list_grid.cpp diff --git a/shadPS4/gui/game_list_grid.h b/old_stuff/shadPS4/gui/game_list_grid.h similarity index 100% rename from shadPS4/gui/game_list_grid.h rename to old_stuff/shadPS4/gui/game_list_grid.h diff --git a/shadPS4/gui/game_list_grid_delegate.cpp b/old_stuff/shadPS4/gui/game_list_grid_delegate.cpp similarity index 100% rename from shadPS4/gui/game_list_grid_delegate.cpp rename to old_stuff/shadPS4/gui/game_list_grid_delegate.cpp diff --git a/shadPS4/gui/game_list_grid_delegate.h b/old_stuff/shadPS4/gui/game_list_grid_delegate.h similarity index 100% rename from shadPS4/gui/game_list_grid_delegate.h rename to old_stuff/shadPS4/gui/game_list_grid_delegate.h diff --git a/shadPS4/gui/game_list_item.h b/old_stuff/shadPS4/gui/game_list_item.h similarity index 100% rename from shadPS4/gui/game_list_item.h rename to old_stuff/shadPS4/gui/game_list_item.h diff --git a/shadPS4/gui/game_list_table.cpp b/old_stuff/shadPS4/gui/game_list_table.cpp similarity index 100% rename from shadPS4/gui/game_list_table.cpp rename to old_stuff/shadPS4/gui/game_list_table.cpp diff --git a/shadPS4/gui/game_list_table.h b/old_stuff/shadPS4/gui/game_list_table.h similarity index 100% rename from shadPS4/gui/game_list_table.h rename to old_stuff/shadPS4/gui/game_list_table.h diff --git a/shadPS4/gui/gui_save.h b/old_stuff/shadPS4/gui/gui_save.h similarity index 100% rename from shadPS4/gui/gui_save.h rename to old_stuff/shadPS4/gui/gui_save.h diff --git a/shadPS4/gui/gui_settings.cpp b/old_stuff/shadPS4/gui/gui_settings.cpp similarity index 100% rename from shadPS4/gui/gui_settings.cpp rename to old_stuff/shadPS4/gui/gui_settings.cpp diff --git a/shadPS4/gui/gui_settings.h b/old_stuff/shadPS4/gui/gui_settings.h similarity index 100% rename from shadPS4/gui/gui_settings.h rename to old_stuff/shadPS4/gui/gui_settings.h diff --git a/shadPS4/gui/main_window.cpp b/old_stuff/shadPS4/gui/main_window.cpp similarity index 100% rename from shadPS4/gui/main_window.cpp rename to old_stuff/shadPS4/gui/main_window.cpp diff --git a/shadPS4/gui/main_window.h b/old_stuff/shadPS4/gui/main_window.h similarity index 100% rename from shadPS4/gui/main_window.h rename to old_stuff/shadPS4/gui/main_window.h diff --git a/shadPS4/gui/main_window.ui b/old_stuff/shadPS4/gui/main_window.ui similarity index 100% rename from shadPS4/gui/main_window.ui rename to old_stuff/shadPS4/gui/main_window.ui diff --git a/shadPS4/gui/qt_utils.h b/old_stuff/shadPS4/gui/qt_utils.h similarity index 100% rename from shadPS4/gui/qt_utils.h rename to old_stuff/shadPS4/gui/qt_utils.h diff --git a/shadPS4/gui/settings.cpp b/old_stuff/shadPS4/gui/settings.cpp similarity index 100% rename from shadPS4/gui/settings.cpp rename to old_stuff/shadPS4/gui/settings.cpp diff --git a/shadPS4/gui/settings.h b/old_stuff/shadPS4/gui/settings.h similarity index 100% rename from shadPS4/gui/settings.h rename to old_stuff/shadPS4/gui/settings.h diff --git a/shadPS4/gui/shadps4gui.cpp b/old_stuff/shadPS4/gui/shadps4gui.cpp similarity index 100% rename from shadPS4/gui/shadps4gui.cpp rename to old_stuff/shadPS4/gui/shadps4gui.cpp diff --git a/shadPS4/gui/shadps4gui.h b/old_stuff/shadPS4/gui/shadps4gui.h similarity index 100% rename from shadPS4/gui/shadps4gui.h rename to old_stuff/shadPS4/gui/shadps4gui.h diff --git a/shadPS4/gui/shadps4gui.ui b/old_stuff/shadPS4/gui/shadps4gui.ui similarity index 100% rename from shadPS4/gui/shadps4gui.ui rename to old_stuff/shadPS4/gui/shadps4gui.ui diff --git a/shadPS4/main.cpp b/old_stuff/shadPS4/main.cpp similarity index 100% rename from shadPS4/main.cpp rename to old_stuff/shadPS4/main.cpp diff --git a/shadPS4/shadPS4.vcxproj b/old_stuff/shadPS4/shadPS4.vcxproj similarity index 100% rename from shadPS4/shadPS4.vcxproj rename to old_stuff/shadPS4/shadPS4.vcxproj diff --git a/shadPS4/shadPS4.vcxproj.filters b/old_stuff/shadPS4/shadPS4.vcxproj.filters similarity index 100% rename from shadPS4/shadPS4.vcxproj.filters rename to old_stuff/shadPS4/shadPS4.vcxproj.filters diff --git a/tools/pkg extractor/FsFile.cpp b/old_stuff/tools/pkg extractor/FsFile.cpp similarity index 100% rename from tools/pkg extractor/FsFile.cpp rename to old_stuff/tools/pkg extractor/FsFile.cpp diff --git a/tools/pkg extractor/FsFile.h b/old_stuff/tools/pkg extractor/FsFile.h similarity index 100% rename from tools/pkg extractor/FsFile.h rename to old_stuff/tools/pkg extractor/FsFile.h diff --git a/tools/pkg extractor/PFS.cpp b/old_stuff/tools/pkg extractor/PFS.cpp similarity index 100% rename from tools/pkg extractor/PFS.cpp rename to old_stuff/tools/pkg extractor/PFS.cpp diff --git a/tools/pkg extractor/PFS.h b/old_stuff/tools/pkg extractor/PFS.h similarity index 100% rename from tools/pkg extractor/PFS.h rename to old_stuff/tools/pkg extractor/PFS.h diff --git a/tools/pkg extractor/PKG.cpp b/old_stuff/tools/pkg extractor/PKG.cpp similarity index 100% rename from tools/pkg extractor/PKG.cpp rename to old_stuff/tools/pkg extractor/PKG.cpp diff --git a/tools/pkg extractor/PKG.h b/old_stuff/tools/pkg extractor/PKG.h similarity index 100% rename from tools/pkg extractor/PKG.h rename to old_stuff/tools/pkg extractor/PKG.h diff --git a/tools/pkg extractor/Types.h b/old_stuff/tools/pkg extractor/Types.h similarity index 100% rename from tools/pkg extractor/Types.h rename to old_stuff/tools/pkg extractor/Types.h diff --git a/tools/pkg extractor/pkgextract.cpp b/old_stuff/tools/pkg extractor/pkgextract.cpp similarity index 100% rename from tools/pkg extractor/pkgextract.cpp rename to old_stuff/tools/pkg extractor/pkgextract.cpp diff --git a/tools/pkg extractor/pkgextract.sln b/old_stuff/tools/pkg extractor/pkgextract.sln similarity index 100% rename from tools/pkg extractor/pkgextract.sln rename to old_stuff/tools/pkg extractor/pkgextract.sln diff --git a/tools/pkg extractor/pkgextract.vcxproj b/old_stuff/tools/pkg extractor/pkgextract.vcxproj similarity index 100% rename from tools/pkg extractor/pkgextract.vcxproj rename to old_stuff/tools/pkg extractor/pkgextract.vcxproj diff --git a/tools/pkg extractor/pkgextract.vcxproj.filters b/old_stuff/tools/pkg extractor/pkgextract.vcxproj.filters similarity index 100% rename from tools/pkg extractor/pkgextract.vcxproj.filters rename to old_stuff/tools/pkg extractor/pkgextract.vcxproj.filters