1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash a661025637 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.
2019-01-17 11:19:52 -05:00
..
audio_core audio_core: remove unnecessary spaces on comments 2019-01-14 00:22:05 -02:00
common Merge pull request #1928 from lioncash/caps 2018-12-27 11:15:34 -05:00
core core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
input_common
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core gl_global_cache: Add dummy global cache manager 2019-01-08 17:47:45 -03:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
yuzu_cmd settings: Use std::chrono::seconds instead of s64 for RTC 2019-01-07 19:19:40 -05:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00