diff --git a/README.md b/README.md index cc0c7cc..ca39d87 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ An experimental PS1 Emulator made in C++20.

[![MSBuild](https://github.com/Cherrytree56567/PSEMU/actions/workflows/msbuild.yml/badge.svg)](https://github.com/Cherrytree56567/PSEMU/actions/workflows/msbuild.yml) [![LinuxBuild](https://github.com/Cherrytree56567/PSEMU/actions/workflows/LinuxBuild.yml/badge.svg)](https://github.com/Cherrytree56567/PSEMU/actions/workflows/LinuxBuild.yml) [![CodeQL for Windows](https://github.com/Cherrytree56567/PSEMU/actions/workflows/codeql_forWin.yml/badge.svg)](https://github.com/Cherrytree56567/PSEMU/actions/workflows/codeql_forWin.yml) [![flawfinder](https://github.com/Cherrytree56567/PSEMU/actions/workflows/flawfinder.yml/badge.svg)](https://github.com/Cherrytree56567/PSEMU/actions/workflows/flawfinder.yml) +# Build Tools +CMAKE: C++23 +MSBuild: C++20 +Makefile: C++20 + # Goals - [X] Emulate R3000A PS1 CPU - [ ] Map the PS1 GTE VRAM memory addresses