libretro / LRPS2

GNU General Public License v2.0
159 stars 47 forks source link

Clang support #147

Open zertyuiop opened 2 years ago

zertyuiop commented 2 years ago

Add support for clang. Function log_cb(RETROLOG*) returns error like this: error: cannot pass object of non-trivial type 'std::string' (aka 'basic_string<char>') through variadic function; call will abort at runtime [-Wnon-pod-varargs] Connected with my previous issue: #146 (function returns non-readable symbols).