- Winnipeg or Halifax, Canada
- https://musuka.dev
- Joined on
2021-06-29
23f5d676d4
chore: reimplement alpha blending
4ccacb0754
chore(ppu): use @ptrCast in drawTextMode
e67dc9b7de
chore(ppu): reimplement modes 3, 4, and 5
f9ca005faf
style(ppu): move text mode drawing to unique fn
11b905dc82
fix(window): proper inRange impl for window
3fe577abb9
tmp: removed audio resampler
e20120569a
feat(util): implement RingBuffer
26db340077
fix(input): implement atomic for KeyInput
20f611b7b5
chore: be more intentional in atomic ordering use
f9aefedf60
chore: cal glDeleteTextures on program exit
26db340077
fix(input): implement atomic for KeyInput
20f611b7b5
chore: be more intentional in atomic ordering use
f9aefedf60
chore: cal glDeleteTextures on program exit
d7e3d34726
fix(platform): ensure that title char* is null terminated
2294dc8832
chore: add minimum zig version
4af86e1cb3
style: replace meta.Tuple calls with new tuple syntax
9fcbbe7d57
chore: cleanup OpenGL vertex array + buffers
c3f67e38a1
chore: exit early on shader compile failure
1ab961243c
tmp: removed audio resampler
ac255ac98c
feat(util): implement RingBuffer
46e29245b7
fix(apu): disable APU writes when APU is disabled
4ed4f8e143
fix(dma): implement obscure behaviour for DMAs from ROM
f31699d921
fix(log): logged improper second opcode for THUMB BL
96a9ae2ca5
chore: refactor flash impl