citra/src/core/arm/dyncom
Ben 39463f1f6d
ArmInterface: return ref instead of copy for GetTimer (#5227)
* ArmInterface: return ref instead of copy for GetTimer

* ArmInterface: add const ref GetTimer

* ArmInterface: return raw pointer instead of shared_ptr in GetTimer

* remove more unnecessary shared_ptr usage

* Fix save states

* fix unit tests
2020-04-22 07:44:58 +02:00
..
arm_dyncom.cpp Merge branch 'master' into feature/savestates-2 2020-03-07 21:23:08 +00:00
arm_dyncom.h Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00
arm_dyncom_dec.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
arm_dyncom_dec.h arm_dyncom_dec: Hide the decoding table from external view 2017-12-06 20:55:52 -05:00
arm_dyncom_interpreter.cpp ArmInterface: return ref instead of copy for GetTimer (#5227) 2020-04-22 07:44:58 +02:00
arm_dyncom_interpreter.h dyncom: Rename armdefs.h to armstate.h 2015-07-25 22:10:44 -04:00
arm_dyncom_run.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
arm_dyncom_thumb.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
arm_dyncom_thumb.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
arm_dyncom_trans.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
arm_dyncom_trans.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00