| 36 | } |
| 37 | |
| 38 | static void enable_dev_blind(const char *msg) |
| 39 | { |
| 40 | if(!sys_admin) return; |
| 41 | |
| 42 | mount_device("/dev_blind", NULL, NULL); |
| 43 | |
| 44 | if(!msg) return; |
| 45 | |
| 46 | show_msg(msg); |
| 47 | sys_ppu_thread_sleep(2); |
| 48 | } |
| 49 | |
| 50 | static void disable_dev_blind(void) |
| 51 | { |
no test coverage detected