diff options
author | 2015-01-17 23:32:57 +0100 | |
---|---|---|
committer | 2015-01-18 20:13:11 +0100 | |
commit | 37cd9a2d98e4d07f394ec6f8d030bbfda3d1c4ef (patch) | |
tree | 20a88ff167199c4c7324b4fac9409652b7c545bd /src/emu/distate.h | |
parent | 39788873b0b99c85bb6d8c6b5da9ead619b38411 (diff) |
luaengine: rework state getter/setter for saves
Improve state_get_value and state_set_value by using the
parent device_state_interface and triggering callbacks for
updates.
While at it, also remove the hackish friend relationship.
Signed-off-by: Luca Bruno <lucab@debian.org>
Diffstat (limited to 'src/emu/distate.h')
-rw-r--r-- | src/emu/distate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/distate.h b/src/emu/distate.h index d3679b755e6..1d16e81f793 100644 --- a/src/emu/distate.h +++ b/src/emu/distate.h @@ -45,7 +45,6 @@ class device_state_entry { friend class device_state_interface; friend class simple_list<device_state_entry>; - friend class lua_engine; private: // construction/destruction |