core/frontend/emu_window: Make ClipToTouchScreen a const member function
This member function doesn't modify instance state, so it can have the const specifier applied to it.
Loading
Please register or sign in to comment
This member function doesn't modify instance state, so it can have the const specifier applied to it.