mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix compilation issue for some platforms
This commit is contained in:
parent
f1c651053f
commit
7105e0508c
@ -655,7 +655,6 @@ static void menu_action_setting_disp_set_label_cpu_policy(
|
||||
const char *path,
|
||||
char *s2, size_t len2)
|
||||
{
|
||||
size_t _len;
|
||||
unsigned policyid = atoi(path);
|
||||
cpu_scaling_driver_t **drivers = get_cpu_scaling_drivers(false);
|
||||
cpu_scaling_driver_t *d = drivers[policyid];
|
||||
|
Loading…
x
Reference in New Issue
Block a user