There was an error fetching the commit references. Please try again later.
yuzu/configure_input_player: Use a lambda expression instead of std::bind
std::bind is the pre-C++11 way of doing this.
Loading
Please register or sign in to comment
std::bind is the pre-C++11 way of doing this.