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

docs: Add TODO reference

parent f4c93215
No related branches found
No related tags found
1 merge request!37Improved support for PyBoy interface
......@@ -215,6 +215,7 @@ class PyBoy(GameBoy):
self.stop()
def set_emulation_speed(self, speed: float):
# @TODO: implement emulation speed control
print("Missing emulation speed control")
def tick(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment