shithub: zelda3

RSS feed

08d6dad3 – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 10:18
Tweak multiple gamepad behavior

f0356f20 – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 10:10
Fix Makefile

d5d918c8 – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 10:07
Remove atan2f

e8ea5363 – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 09:09
Allow override of -O2

6dfa7018 – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 09:01
Remove other_modules.c

aacc3d4d – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 08:56
Put all variables in one file

7f01b37e – Snesrev <snesrev@protonmail.com> authored on 2022/09/04 08:47
Fix Makefile

19a034bf – Rémy F <yne@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/09/04 08:43
Let Makefile handle assets extraction (#31)

ef8c9824 – David Girón <contacto@duhowpi.net> authored and GitHub <noreply@github.com> committed on 2022/09/04 06:58
Add GitHub Actions Workflow to build (#48)

576b98b2 – Snesrev <snesrev@protonmail.com> authored on 2022/09/03 20:12
Remove/optimize more of the ppu

51780f3d – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 20:28
Remove more unused ppu code

85bfc5b6 – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 20:09
Remove unused code

f0792741 – Snesrev <snesrev@protonmail.com> authored on 2022/09/03 20:54
Fix warnings on Visual Studio

2f9df576 – Snesrev <snesrev@protonmail.com> authored on 2022/09/03 20:51
Display rendering performance when pressing F

0dd77066 – Snesrev <snesrev@protonmail.com> authored on 2022/09/03 20:09
Silence some warnings

a66f0837 – Snesrev <snesrev@protonmail.com> authored on 2022/09/03 20:09
Update types.h

cb59f279 – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 20:12
Add some code to be able to read inputs from a text file

8071c81f – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 19:26
Make it easier to change sample rate

f325af8f – Snesrev <snesrev@protonmail.com> authored on 2022/09/03 20:09
Fix a Green Zirro bug

2c5078c4 – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 19:26
Move snes_regs.h

e08e1e45 – Keaton Greve <keatongreve@google.com> authored and GitHub <noreply@github.com> committed on 2022/09/02 23:09
Use DSP register code enum identifiers to improve readability (#51)

376b5d1c – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 18:25
Add SDL_RenderClear(renderer)

d9832e53 – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 17:26
Reload SRAM after reset. Fixes #47

ad493b79 – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 16:54
Fixed messed up X coordinate on spin attack. Fixes #19

d1248d9a – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 15:23
Improve replay handling

dd0c1558 – Snesrev <snesrev@protonmail.com> authored on 2022/09/02 15:16
Fix #49 - Alt + Enter not triggering fullscreen on Windows 10

7fd9583f – Timár Csaba <17802090+xcom169@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/09/02 13:41
Add an example for QWERTZ keyboards too (#46)

c9e2b4ce – Snesrev <snesrev@protonmail.com> authored on 2022/09/01 23:22
Add config file.

46ae80aa – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 23:56
Freezor oob array read. Fixes #33

d24e3f0e – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 23:30
Support different zoom levels and borderless mode. Fixes #30

7fee491b – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 22:28
Proper fullscreen aspect ratio. Fixes #28

93ffe960 – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 22:07
Add -lm

0fac45fa – UltraHDR <108294295+UltraHDR@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/08/31 21:05
Update MakeFile to also support macOS (#35)

b9408616 – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 21:58
Added gamepad support (thanks LukeUsher)

d5a3d7f7 – Keaton Greve <keatongreve@google.com> authored and GitHub <noreply@github.com> committed on 2022/08/31 11:27
Fix compile_resources automatic ROM path selection (#34)

b85e91a3 – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 17:03
Migrate to C99 instead of C

f83f949d – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 03:23
Fix includes on Linux

5a81468b – liffy <629075+lifning@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/08/30 18:21
improve linux/unix build (#4)

055f3233 – UltraHDR <108294295+UltraHDR@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/08/31 02:16
Add macOS build instructions (#15)

6dc3c0d1 – Keaton Greve <keatongreve@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/08/30 18:15
Improve flexibility of resource generation script ROM paths (#27)

70ba5d1d – Snesrev <snesrev@protonmail.com> authored on 2022/08/31 03:03
Fix text scroll speed and crystal animation rate

166acc4d – Snesrev <snesrev@protonmail.com> authored on 2022/08/30 23:32
Fix Second Princess :lol: #18

21962ad0 – snesrev <111028570+snesrev@users.noreply.github.com> authored and Snesrev <snesrev@protonmail.com> committed on 2022/08/30 23:19
Merge pull request #7 from kageurufu/sdl_from_nuget

6a7c62c4 – Snesrev <snesrev@protonmail.com> authored on 2022/08/30 23:17
Persist SRAM

2ebb5512 – Snesrev <snesrev@protonmail.com> authored on 2022/08/30 22:48
Clarify which rom version is needed

e0afb3c2 – Snesrev <snesrev@protonmail.com> authored on 2022/08/30 22:41
extract_music prints a message if no args passed

deb392cf – Snesrev <snesrev@protonmail.com> authored on 2022/08/30 22:36
Add Alt-Enter hotkey to toggle fullscreen.

02add69d – Snesrev <snesrev@protonmail.com> authored on 2022/08/10 22:35
Initial version