diff --git a/Images/preview_1.png b/Images/preview_1.png index eabbbdb..87ab2a8 100644 Binary files a/Images/preview_1.png and b/Images/preview_1.png differ diff --git a/Images/preview_2.png b/Images/preview_2.png index 5598185..b23491a 100644 Binary files a/Images/preview_2.png and b/Images/preview_2.png differ diff --git a/Images/preview_3.png b/Images/preview_3.png index f41501e..7c00f2e 100644 Binary files a/Images/preview_3.png and b/Images/preview_3.png differ diff --git a/Images/screenshot_1.png b/Images/screenshot_1.png index c7102fd..00ee72d 100644 Binary files a/Images/screenshot_1.png and b/Images/screenshot_1.png differ diff --git a/PS2_Manager/Core/Game.cs b/PS2_Manager/Core/Game.cs index f03d97a..9e3da9c 100644 --- a/PS2_Manager/Core/Game.cs +++ b/PS2_Manager/Core/Game.cs @@ -190,11 +190,7 @@ public class Game this.InstallationFinished?.Invoke(this, EventArgs.Empty); MainWindow.RefreshGamesListTrigger?.Invoke(this, EventArgs.Empty); } - - - - - + public Bitmap? LoadCover(Artwork.Type artworkType) { Console.Info("Loading " + artworkType + " Artwork for " + this.GameID); diff --git a/README.md b/README.md index 0d02167..1e74969 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ PS2 Game Manager for OPL is a modern, open-source alternative to OPL Manager des ### Key Features: - **Modern and Intuitive Interface**: A redesigned UI focused on ease of use, making managing PS2 games a smooth and enjoyable experience. - **Open-Source**: PS2 Game Manager for OPL is completely open-source and free to use. Contributions are welcome, and the community plays a key role in its development. +- **Virtual Memory Cards Support**: Configure and manage virtual memory cards to store your game saves. (VMC's need to be created via OPL right now tho) +- **Mode Toggles** + ## Screenshots @@ -41,6 +44,11 @@ PS2 Game Manager for OPL was built with **modern design principles** in mind. We - **Responsive Design**: The program adapts well to different screen sizes and resolutions, providing an optimal experience regardless of your device. - **Optimized Performance**: With faster loading times and smooth transitions, the program ensures a seamless experience even with large game libraries. +## Disclaimer + +This project does **NOT** support piracy in any form. Please ensure that all game images you use are legally obtained. We encourage users to only use game images that they have personally dumped from their own legally owned discs. The developers of this tool do not condone or support the use of illegally obtained game images. + + ## Open Source This project is **open-source**, and contributions are highly encouraged! If you're passionate about improving the PS2 gaming experience or if you have suggestions or improvements, feel free to contribute to the project. @@ -48,3 +56,8 @@ This project is **open-source**, and contributions are highly encouraged! If you We welcome **issues**, **pull requests**, and **feature suggestions** from the community. Help us make this tool even better for PS2 gamers! + +## TODO + +- **CD Support**: Implement support for managing PS2 CD images through the tool. +