citra/src/core/arm/dyncom
Lioncash ba20dd9b61 gdbstub: Remove global variable from public interface
Currently, this is only ever queried, so adding a function to check if the
server is enabled is more sensible.

If directly modifying this externally is ever desirable, it should be done
by adding a function to the interface, rather than exposing implementation
details directly.
2016-12-15 16:37:22 -05:00
..
arm_dyncom.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
arm_dyncom.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
arm_dyncom_dec.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
arm_dyncom_dec.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
arm_dyncom_interpreter.cpp gdbstub: Remove global variable from public interface 2016-12-15 16:37:22 -05:00
arm_dyncom_interpreter.h dyncom: Rename armdefs.h to armstate.h 2015-07-25 22:10:44 -04:00
arm_dyncom_run.h dyncom: Remove static keyword from header functions 2015-12-06 15:14:51 -05:00
arm_dyncom_thumb.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
arm_dyncom_thumb.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
arm_dyncom_trans.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
arm_dyncom_trans.h core: Add missing #pragma once directives where applicable 2016-12-15 15:40:51 -05:00