Rekai Nyangadzayi Musuka paoda
paoda pushed to main at paoda/zba 2022-10-21 08:13:36 +00:00
9436888b28 chore(gitignore): update .gitignore
583ed54ee3 feat: write default config.toml if it doesn't exist
7944cd7abc chore: update README
ffd94c96ce Merge pull request 'Configure SDL2 to use OpenGL' (#4) from opengl into main
4fe612da61 fix(opengl): properly control whether vsync is enabled
Compare 517 commits »
paoda pushed to main at paoda/zba 2022-10-21 07:41:54 +00:00
38839912d2 chore(gitignore): update .gitignore
paoda pushed to main at paoda/zba 2022-10-21 07:40:22 +00:00
16f8f4c953 feat: write default config.toml if it doesn't exist
paoda pushed to main at paoda/zba 2022-10-21 05:59:53 +00:00
143ffd95f7 chore: update README
paoda pushed to main at paoda/zba 2022-10-21 05:15:10 +00:00
fb892fc730 chore: update README
paoda pushed to main at paoda/zba 2022-10-21 04:35:19 +00:00
2aa05986f5 chore: update README
paoda deleted branch opengl from paoda/zba 2022-10-21 04:29:17 +00:00
paoda pushed to main at paoda/gb 2022-10-21 04:17:16 +00:00
85940c8744 fix: actually paint the gui
paoda pushed to main at paoda/gb 2022-10-21 04:17:01 +00:00
84ddf323ec chore: actually paint the gui
c7adf54976 chore: run cargo fmt
Compare 2 commits »
paoda pushed to main at paoda/gb 2022-10-21 03:48:47 +00:00
f0f9003247 chore: update wgpu
5eba097ad4 chore: update recommended vscode extensions
Compare 2 commits »
paoda merged pull request paoda/zba#4 2022-10-20 01:41:51 +00:00
Configure SDL2 to use OpenGL
paoda pushed to main at paoda/zba 2022-10-20 01:41:51 +00:00
250ff25ed7 Merge pull request 'Configure SDL2 to use OpenGL' (#4) from opengl into main
eff52ac1bb fix(opengl): properly control whether vsync is enabled
e60b556f72 chore(ppu): remove BGR555 -> RGBA888 LUT
3a3e6acc6a chore: replace OpenGL 4.5 bindings with OpenGL 3.3
4b4bc7f894 chore: remove unnecessary ptr cast
Compare 8 commits »
paoda created pull request paoda/zba#4 2022-10-20 01:41:41 +00:00
Configure SDL2 to use OpenGL
paoda pushed to opengl at paoda/zba 2022-10-17 23:31:54 +00:00
eff52ac1bb fix(opengl): properly control whether vsync is enabled
e60b556f72 chore(ppu): remove BGR555 -> RGBA888 LUT
3a3e6acc6a chore: replace OpenGL 4.5 bindings with OpenGL 3.3
4b4bc7f894 chore: remove unnecessary ptr cast
325208d460 feat: implement better Colour Emulation
Compare 8 commits »
paoda pushed to main at paoda/zba 2022-10-17 23:04:20 +00:00
26dba16789 chore(gpio): add missing errdefer
paoda pushed to opengl at paoda/zba 2022-10-17 22:22:33 +00:00
74e1fc31b9 fix(opengl): properly control whether vsync is enabled
paoda pushed to opengl at paoda/zba 2022-10-17 22:10:30 +00:00
2dbbfab206 chore(ppu): remove BGR555 -> RGBA888 LUT
10aa5e3788 chore: replace OpenGL 4.5 bindings with OpenGL 3.3
fc94249954 chore: remove unnecessary ptr cast
5bc8068876 feat: implement better Colour Emulation
32983d9450 fix: lower required OpenGL version + resolve offset bug
Compare 50 commits »
paoda pushed to main at paoda/zba 2022-10-17 22:01:30 +00:00
b133880064 chore(main): report errors slightly better
2474daa3ae chore(config): add log message
Compare 2 commits »
paoda pushed to main at paoda/zba 2022-10-17 20:31:22 +00:00
fc53a40b3c feat(config): add option to skip BIOS
7097e21361 feat(cli): Add option to skip BIOS
Compare 2 commits »
paoda pushed to main at paoda/zba 2022-10-17 20:01:09 +00:00
a9fe24b1b4 chore: Update README.md