Commit Graph

4 Commits

Author SHA1 Message Date
William Adam-Grenier
9bca51e726
Implement & Mock InitSystemON (#31)
* Added SystemInitOn
* Added logging with spdlog
* Fix SetNextGPhase
* Improve clang 
* Remove SDL2 building for now
* Mocked Memory Utils
* Continue Adding To InitSystemON
* Fix Flipped Logic
* Fix Formatting
2023-03-01 23:33:22 -05:00
William Adam-Grenier
01de01eec9
Memory Card (#21)
* Implement `AutoLoad` GPhase

* Implements `AutoLoad`

* Implement Most MC Setup

* Implemented most of the mc setup stuff

* Eu Switch

* Added Language functions and missing gphases for EU support

* More Reversing Of Autoload

* Fix game/CMakeLists.txt

* Fix Else Statement

* App Launches Full Resolution Main Monitor

* App launches at the full resolution of the main monitor

* Add missing header

Co-authored-by: kenshen112 <finalfantasytimothy@gmail.com>
2022-07-25 11:46:18 -04:00
William Adam-Grenier
e9e6164d54
GPhase boot (#16)
* Boot GPHASE Implemented

* Fixed some thread issues in fs
* Fully implemented `BOOT GPHASE`

* Fail-Safe In Case File Doesn't Exist

* Added a `return` in case the file does not exist

* Rename & LoadFile Memory Ptr

* Load file can now load to an already defined pointer like some files do for the original game

* Fix clang File
2022-06-01 20:58:02 -04:00
William Adam-Grenier
d4bfa90638 Implemented sceVu0 Methods + clang-format
* Implemented ~90% of sceVu0 Math functions
* Added `.clang-format`
2022-01-10 00:12:36 -05:00