awjackson / bsnes-classic

SNES emulator with Qt GUI and debugger
13 stars 10 forks source link

Qt5 Mac #1

Closed bazz1tv closed 9 years ago

bazz1tv commented 9 years ago

Qt4 on Yosemite has a drawback where the ROM cannot be dropped onto the GUI. More details in commit descriptions.

bazz1tv commented 9 years ago

going to resubmit as a "qt5" branch rather than from master

awjackson commented 9 years ago

Can you update the plugins (snesfilter and snesreader) to Qt5 as well?

bazz1tv commented 9 years ago

I am not up to it

bazz1tv commented 9 years ago

Actually I just got the snesfilter / snesreader to compile with QT5 albeit untested ... I'm not really sure how to test these things... ??

WAIT I think I got it ... SNES Filter video filters.. seem to be working :) and snes reader is just extended file format parser?? I think that's working too :)

bazz1tv commented 9 years ago

The 2 commits I made today on my own master branch reflect in general what I've done : https://github.com/bazzinotti/bsnes-classic/commits/master

Look at if you are interested, and consider pulling in my entire master.