Skip to content

Commit

Permalink
Replace placeholder.com links with static images in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed May 23, 2022
1 parent ec5f8a9 commit 4c217aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ This enables to run potentially any game made with GameMaker Studio.

| Type of Game | Compatibility |
| :------------------- |:------------------------------------------------------------------------ |
| Android Bytecode | ![#c5f015](https://via.placeholder.com/15/c5f015/000000?text=+) `Native` |
| Android YYC | ![#c5f015](https://via.placeholder.com/15/c5f015/000000?text=+) `Native` |
| PC/Console Bytecode | ![#1589f0](https://via.placeholder.com/15/1589f0/000000?text=+) `Yes` |
| PC/Console YYC | ![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) `No` |
| Android Bytecode | <img src="./images/green.png"> `Native` |
| Android YYC | <img src="./images/green.png"> `Native` |
| PC/Console Bytecode | <img src="./images/blue.png"> `Yes` |
| PC/Console YYC | <img src="./images/red.png"> `No` |

For PC/Console exported games, you will need to perform an assets swap with a blank Android exported project with a Game Maker Studio version similar or equal of the one of the game you want to attempt to run. You can find a small guide on how to perform an Asset Swap here: https://gist.github.com/CatoTheYounger97/fa47e7eef92f772e4004d4dac22f9bdb

Note that patches to the bytecode may still be required in order to fix resolution, inputs or performances issues. Any game reported as ![#c5f015](https://via.placeholder.com/15/c5f015/000000?text=+) `Native`, instead, will work with simple drag'n'drop of the apk.
Note that patches to the bytecode may still be required in order to fix resolution, inputs or performances issues. Any game reported as <img src="./images/green.png"> `Native`, instead, will work with simple drag'n'drop of the apk.

A comprehensive Compatibility List can be found here: https://yoyo.rinnegatamante.it. You can contribute to it by opening an Issue here: https://github.com/Rinnegatamante/YoYo-Loader-Vita-Compatibility/issues.

Expand Down
Binary file added images/blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c217aa

Please sign in to comment.