mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Fix chiaki_rp_version_string() for 8.0
This commit is contained in:
parent
1045cfe27d
commit
2378db19c6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const char *chiaki_rp_version_string(ChiakiRpVersion version)
|
|||
switch(version)
|
||||
{
|
||||
case CHIAKI_RP_VERSION_8_0:
|
||||
return "9.0";
|
||||
return "8.0";
|
||||
case CHIAKI_RP_VERSION_9_0:
|
||||
return "9.0";
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue