There was an error fetching the commit references. Please try again later.
core/frontend/applets/web_browser: Make OpenPage() non-const
This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur.
Showing
- src/core/core.cpp 10 additions, 6 deletionssrc/core/core.cpp
- src/core/core.h 7 additions, 6 deletionssrc/core/core.h
- src/core/frontend/applets/web_browser.cpp 1 addition, 1 deletionsrc/core/frontend/applets/web_browser.cpp
- src/core/frontend/applets/web_browser.h 2 additions, 2 deletionssrc/core/frontend/applets/web_browser.h
- src/core/hle/service/am/applets/web_browser.cpp 1 addition, 1 deletionsrc/core/hle/service/am/applets/web_browser.cpp
- src/yuzu/applets/web_browser.cpp 1 addition, 1 deletionsrc/yuzu/applets/web_browser.cpp
- src/yuzu/applets/web_browser.h 3 additions, 3 deletionssrc/yuzu/applets/web_browser.h
Loading
Please register or sign in to comment