renamed from citrus to citra
This commit is contained in:
parent
a7b06698ff
commit
8bb0c457bc
20 changed files with 49 additions and 49 deletions
6
src/citra/src/version.h
Normal file
6
src/citra/src/version.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// GENERATED - Do not edit!
|
||||
#ifndef VERSION_H_
|
||||
#define VERSION_H_
|
||||
#define __BUILD__ "122"
|
||||
#define VERSION __BUILD__
|
||||
#endif // VERSION_H_
|
||||
Reference in a new issue