moa/emulator/core/src/host
transistor 941c793523 Added pixel encoding, requested by frontend
The hope was that this would reduce the amount of copying and bit
shifting required by the frontend to get the data on screen, but
it doesn't seem to offer much advantage, surprisingly.  I'll leave
it in though.  There are a few other minor tweaks included here to
try to improve the performance a bit
2023-03-25 10:51:46 -07:00
..
audio.rs Major reorganization into crates 2022-09-24 23:14:03 -07:00
controllers.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
gfx.rs Added pixel encoding, requested by frontend 2023-03-25 10:51:46 -07:00
keys.rs Fixed all clippy warnings 2023-03-05 20:19:49 -08:00
mod.rs Sort of working audio using queues 2022-10-08 13:26:17 -07:00
mouse.rs Added mouse support, but it's not used yet 2022-10-02 20:39:02 -07:00
traits.rs Added pixel encoding, requested by frontend 2023-03-25 10:51:46 -07:00