simias / rustation

Playstation emulator in the Rust programing language
Other
554 stars 21 forks source link

Will rustation strive for high accuracy or high performance? #24

Open ioistired opened 8 years ago

simias commented 8 years ago

Accuracy when given the choice. That being said since I emulate the GPU using OpenGL it won't be completely accurate so I guess you could say performance for the GPU and accuracy for the rest.

ADormant commented 8 years ago

With things like OpenGL 4.5 and Vulkan I think both very high performance near perfect accuracy should be possible.