suyu/src/core
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
..
arm
crypto
file_sys
frontend core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
gdbstub
hle core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
loader
tracer
CMakeLists.txt
core_cpu.cpp
core_cpu.h
core_timing_util.cpp
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
core.h core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
cpu_core_manager.cpp
cpu_core_manager.h
memory_hook.cpp
memory_hook.h
memory_setup.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h
telemetry_session.cpp
telemetry_session.h