mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 13:02:49 +02:00
power: Update charger enum (#108)
This commit is contained in:
parent
4f6e700642
commit
d1b2175d58
@ -4,7 +4,7 @@
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
const char* const chargers[3] = {"None", "Official", "Generic"};
|
||||
const char* const chargers[4] = {"None", "Full Power", "Low Power", "Unsupported"};
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user