Files
86Box/src/include
rilysh 189be035d2 Mark plat_vidapi() argument as const and remove the NULL
* plat_vidapi() accepts char pointer, which never gets modifed
later on. Mark it as const.

* In src/config.c, va_name is initialized as NULL, however,
plat_vidapi_name() never returns a NULL pointer, nor it was
initialized under a condition branch. Removing NULL, might
save one instruction, which requires zeroing the register
before setting its initial value.
2024-07-21 12:49:06 +05:30
..
2023-01-08 14:25:18 +01:00
2022-02-18 19:46:31 -05:00
2023-01-08 14:25:18 +01:00
2023-02-14 20:53:59 -05:00
2023-01-08 14:25:18 +01:00
2022-02-20 16:26:40 -05:00