December 27, 2021
View a12781f

get_button: do not pass the whole event struct on the stack

Sigrid Solveig Haflínudóttir authored on 27/12/2021 14:24:22
View 32c18e8

Started extracting the controller device

neauoire authored on 27/12/2021 05:33:23
View 89c0798

Moved mouse to devices/

neauoire authored on 27/12/2021 05:02:24
View 13fd0d9

Moved file APIs in device/file

neauoire authored on 27/12/2021 04:26:27
December 26, 2021
View d9e619d

Revert "emu: use SDL_clamp" since that function is not available in Debian's SDL.

Andrew Alderwick authored on 26/12/2021 21:13:29
December 25, 2021
View d8667dc

emu event loop: peek for a key up only on key down event

Sigrid Solveig Haflínudóttir authored on 25/12/2021 21:58:10
View 8d4e7d5

emu: use SDL_Quit directly and let SDL handle shutdown itself

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:44:19
View 2f7bfd4

emu: set_zoom: window is always there, remove useless check

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:37:22
View a967525

emu: use SDL_clamp

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:28:02
View f436ebf

emu: shut up -Wtypedef-redefinition with SDL headers when using clang

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:27:23
View 927fdb4

ppu: unite 1bpp and 2bpp into one - ppu_blit

Sigrid Solveig Haflínudóttir authored on 25/12/2021 12:50:34
December 24, 2021
View 8a25a5e

Renamed layer.p to layer.pixels

neauoire authored on 24/12/2021 20:01:10
View f79b092

ppu: separate reqdraw for fg and bg

Sigrid Solveig Haflínudóttir authored on 24/12/2021 19:45:31
View 3fb4d40

Split pixels into fg/bg

neauoire authored on 24/12/2021 17:59:18
View 250e338

Redraw is now part of the PPU

neauoire authored on 24/12/2021 17:46:21