Files
86Box/src/unix
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
..
2024-03-23 17:19:33 +01:00
2022-12-19 21:17:59 -05:00
2022-11-19 11:53:07 -05:00
2024-05-20 02:15:17 +02:00
2024-01-09 20:28:10 -03:00