Skip to content
Snippets Groups Projects
Verified Commit 5a47fbd3 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: format

parent e4656ac0
No related branches found
No related tags found
1 merge request!59`StateComponent` creation and implementation
...@@ -52,10 +52,10 @@ pub const BESS_MAGIC: u32 = 0x53534542; ...@@ -52,10 +52,10 @@ pub const BESS_MAGIC: u32 = 0x53534542;
/// Represents a component that is able to store and retrieve /// Represents a component that is able to store and retrieve
/// the state of its internal structure. /// the state of its internal structure.
/// ///
/// This trait is used to define the behavior of the state /// This trait is used to define the behavior of the state
/// components that are used to store the emulator state. /// components that are used to store the emulator state.
/// ///
/// Ideally each of Game Boy's components should implement /// Ideally each of Game Boy's components should implement
/// this trait to allow the state to be saved and restored /// this trait to allow the state to be saved and restored
/// in a consistent way. /// in a consistent way.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment