emu: RCL/RCR ops.

I even did some testing this time...
This commit is contained in:
2021-04-06 00:53:58 -07:00
parent 647841469d
commit 4833b44074
5 changed files with 157 additions and 25 deletions

View File

@@ -7,13 +7,13 @@ authors = ["Jared Burce <jaredr@gmail.com>"]
byteorder = "1.4.2"
env_logger = "0.3"
itertools = ">=0.4"
log = "0.3"
memmap = "~0.2"
gl = "0.10"
gfx = "0.17"
gfx_device_gl = "0.15"
image = "0.19"
log = "0.3"
lzw = "0.10"
memmap = "~0.2"
nalgebra = "0.16"
num-traits = "0.2.14"
openvr = "0.6.0"