RetroArch/record
twinaphex 3e72c502a8 strlen optimizations :
- use STRLEN_CONST for constant strings, translates to sizeof
which should be computed at compile-time
- found some places where we are needlessly calling strlen two
times instead of just once
2019-04-27 04:21:10 +02:00
..
drivers strlen optimizations : 2019-04-27 04:21:10 +02:00
record_driver.c (record_driver.c) Simplifications 2019-02-12 06:04:52 +01:00
record_driver.h (record_driver.c) Simplifications 2019-02-12 06:04:52 +01:00