Wii: Fix name in meta.xml

This commit is contained in:
Vicki Pfau 2022-04-04 14:06:37 -07:00
parent 969d36d296
commit 4a52c62f84
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1"> <app version="1">
<name>mGBA</name> <name>mGBA</name>
<coder>Jeffrey Pfau (endrift)</coder> <coder>Vicki Pfau (endrift)</coder>
<version>${VERSION_STRING}</version> <version>${VERSION_STRING}</version>
<short_description>mGBA Game Boy Advance emulator</short_description> <short_description>mGBA Game Boy Advance emulator</short_description>
</app> </app>