mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-20 03:24:51 +00:00
Changed PACKAGE2_MAXVER_400_CURRENT to PACKAGE2_MAXVER_400_410.
This commit is contained in:
parent
8114a52d13
commit
9169470b77
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ uint32_t configitem_get(ConfigItem item, uint64_t *p_outvalue) {
|
|||
break;
|
||||
case CONFIGITEM_VERSION:
|
||||
/* Always returns maxver - 1 on hardware. */
|
||||
*p_outvalue = PACKAGE2_MAXVER_400_CURRENT - 1;
|
||||
*p_outvalue = PACKAGE2_MAXVER_400_410 - 1;
|
||||
break;
|
||||
case CONFIGITEM_HARDWARETYPE:
|
||||
*p_outvalue = fuse_get_hardware_type();
|
||||
|
|
Loading…
Add table
Reference in a new issue