LibretroAdmin ed58e4a8d8 Conventionalize len variables:
* In function arguments, use 'size_t len'
* Inside the function, use '_len'
* If you need a seciondary len variable inside the function, use '__len'
2024-12-27 05:51:33 +01:00
..
2024-12-27 05:51:33 +01:00
2024-09-05 10:58:29 +02:00
2021-03-11 08:38:53 +01:00
2024-10-01 17:36:33 -07:00