colby-swandale / waterfoul

Gameboy emulator written in Ruby-lang
92 stars 7 forks source link

Bump Ruby and dependencies versions #5

Closed artkirienko closed 4 years ago

artkirienko commented 4 years ago

@colby-swandale please check

Even more FPS when using latest ruby version + --jit + --enable-frozen-string-literal!

Up to 30 on my machine (compared to up to 20 without these tweaks)

Some screens of Zelda running on latest versions with tweaks:

Screen Shot 2020-05-09 at 00 38 51 1

Screen Shot 2020-05-09 at 00 42 30

eregon commented 4 years ago

Looks good to me! I have a follow-up PR moving development dependencies to the Gemfile for more flexibility (e.g., stackprof and byebug are MRI-only).

colby-swandale commented 4 years ago

Oh wow, i didn't think this still worked after all this time 😆. Thanks for the PR and helping keeping the project up to date!