The following is a set of guidelines for contributing to cemu_UI.
If you don't want to contibute any code you can support this project by translating it! The translation files are stored in "src/main/resources/locals".
If you want to contibute code please read the java code styleguide.
If your willing to contribute to cemu_UI please us the following example as guide and rules to design your code.
// Use this as a sample Class:
public ClassName () {
void MethodName () {
double gameID; // Title-ID used on the Wii U
if (gameID == null) {
// Do something
}
// more code ...
}
}