yuzu/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 arm_interface: Make include path relative for arm_interface.h 2018-12-30 20:46:29 -05:00
crypto
file_sys romfs: Add SingleDiscard extraction type 2018-12-28 15:30:36 -05:00
frontend core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
gdbstub kernel/thread: Make thread_id a 64-bit value 2018-12-18 22:37:03 -05:00
hle core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
loader web_browser: Add bounds checking to applet interface 2018-12-28 18:20:29 -05:00
tracer
CMakeLists.txt Merge pull request #1939 from DarkLordZach/web-applet 2019-01-10 17:04:38 -05:00
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 Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
memory.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h settings: Fix comment structure 2019-01-07 19:40:28 -05:00
telemetry_session.cpp
telemetry_session.h