Qt GUI feature suggestion thread

spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

Qt GUI feature suggestion thread

Post by spacy51 »

Hm, I wonder if I should add a renderer that does not use real textures but rather just some surfaces in 2D.

xKiv
Junior Member
Posts: 36
Joined: Fri Mar 21, 2008 9:47 am

Qt GUI feature suggestion thread

Post by xKiv »

(snipped)

...

I never used filters on my Celeron 1.7Ghz so I would not know how they affect performance...

...

 

On my computer (1.7GHz celeron, 2G ram, radeon 9200SE), right now (megaman battle network 1, some battle, open custom screen):

x1 runs at 99% (192% with turbo)

x2 runs at 85% (185% with turbo)

SAIx2 79% (...)

superSAIx2 75%

superEagle 75%

pixelate 84%

advancedMAME 89%

bilinear 80%

bilinear+ 77%

scanlines 87%

TV mode 85%

lq x2 77%

hq x2 66%

x3 57%

hq x3 44%

x4 50%

hq x4 33%

 

That's with no interframe filter (blender?), which would give another unwelcome hit.

OpenGL stretching feels like a no-op on my box.

 

 

...

 

I should get to the "make ROMs run on Qt build" thing.

mudlord
Senior Member
Posts: 306
Joined: Sun Feb 08, 2009 7:16 am

Qt GUI feature suggestion thread

Post by mudlord »

Hm, I wonder if I should add a renderer that does not use real textures but rather just some surfaces in 2D.

 

QPainter.

 

Sinamas's emulator uses it. And is quite zippy with QPainter enabled.

spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

Qt GUI feature suggestion thread

Post by spacy51 »

I was talking about the non-Qt build.

 

EDIT:

Just why was I talking about the non-Qt build in the Qt build thread [img]<fileStore.core_Emoticons>/emoticons/huh.png[/img]/emoticons/huh@2x.png 2x" width="20" height="20" />

Last edited by spacy51 on Wed Aug 06, 2008 3:43 pm, edited 1 time in total.
mudlord
Senior Member
Posts: 306
Joined: Sun Feb 08, 2009 7:16 am

Qt GUI feature suggestion thread

Post by mudlord »

oh, i see.

 

Well,

 

New Qt4 Windows build:

http://vba-m.com/vbam/vbaotherbuilds/vbam_qt_svn595.rar

dualscreenman
Member
Posts: 50
Joined: Tue Mar 18, 2008 9:27 am

Qt GUI feature suggestion thread

Post by dualscreenman »

This patch is just a minor tweak to put a separator between Open ROM and Exit in the file menu.

spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

Qt GUI feature suggestion thread

Post by spacy51 »

 

 

It would be cool if you would upload the mingw runtime DLL to our file server as well and/or provide a link.

SCHUMI4EVER
Member
Posts: 109
Joined: Tue Mar 18, 2008 6:48 pm

Qt GUI feature suggestion thread

Post by SCHUMI4EVER »

This does not work with the old QT dll files package on the server.

 

It crashes with : The procedure entry point _ZN8QSysInfo14windowsVersionEv could not be located in the dynamic link library QtCore4.dll

mudlord
Senior Member
Posts: 306
Joined: Sun Feb 08, 2009 7:16 am

Qt GUI feature suggestion thread

Post by mudlord »

This does not work with the old QT dll files package on the server.

 

It crashes with : The procedure entry point _ZN8QSysInfo14windowsVersionEv could not be located in the dynamic link library QtCore4.dll

 

Qt 4.4 is used. Thats why those errors occur. So I need to upload the new Qt runtimes.

 

It would be cool if you would upload the mingw runtime DLL to our file server as well and/or provide a link.

 

Okay.

SCHUMI4EVER
Member
Posts: 109
Joined: Tue Mar 18, 2008 6:48 pm

Qt GUI feature suggestion thread

Post by SCHUMI4EVER »

Thanks. That would be cool. Then I can also take a look at the Qt build, I must say I am rather curious.

 

The mingw runtime was available in the old package by the way.

Last edited by SCHUMI4EVER on Wed Aug 06, 2008 5:38 pm, edited 1 time in total.
Post Reply