Updated How to create Graphic Packs (mediawiki)

Michael 2017-10-05 19:40:32 -07:00
parent c8940514b8
commit 0f11966497

@ -14,8 +14,6 @@ From a technical standpoint, graphic packs allow the following:
*Overwrite shaders (very powerful since everything uses shaders)
*Modify game code (via Cemuhook)
However, there are some limitations as well. Graphic packs intercept at the rendering level, so they can't alter the logic of the game.
==Create a graphic pack==
A graphic pack is a folder with the the name of the game, without spaces and at the end the resolution. For example:<code>NameOfGame_1080p</code>