yuzu/configure_input*: Move data members after function declarations
The common pattern is to put the data members after the function interface where applicable.
Loading
Please sign in to comment
The common pattern is to put the data members after the function interface where applicable.