Emuforums.com

Go Back   Emuforums.com > Handheld Emulation > Nintendo Handhelds > VBA-M Discussion
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read

WON'T YOU JOIN US?
You are not a registered member and
are viewing this site as a guest.
Registration is simple and FREE.
Join this CrowdGather community today.
Registration offers the following perks:

» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging

join

Reply
 
Thread Tools Display Modes
Old November 27th, 2007, 09:46   #221
mudlord
Banned
 
Join Date: Feb 2007
Location: Lost.
Posts: 1,761
Thanks for the files. Uploaded to SVN.
mudlord is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old December 5th, 2007, 15:59   #222
Dualscreenman
DS Cheat Code Hacker
 
Dualscreenman's Avatar
 
Join Date: Jun 2007
Location: New Hampshire, USA
Posts: 677
Was poking around the source and found an else if statement which I promptly transformed into a nicer switch statement. ;D
Attached Files
File Type: zip vbam-RTC.cpp-elseif-replace.diff.zip (464 Bytes, 9 views)
Dualscreenman is offline   Reply With Quote
Old December 5th, 2007, 21:17   #223
mudlord
Banned
 
Join Date: Feb 2007
Location: Lost.
Posts: 1,761
Thanks, I applied your RTC emulation patch to the current source.
mudlord is offline   Reply With Quote
Old December 6th, 2007, 02:19   #224
Dualscreenman
DS Cheat Code Hacker
 
Dualscreenman's Avatar
 
Join Date: Jun 2007
Location: New Hampshire, USA
Posts: 677
Two more, heh.
Attached Files
File Type: zip vbam-debugger.c-elseif-replace.diff.zip (620 Bytes, 7 views)
Dualscreenman is offline   Reply With Quote
Old December 6th, 2007, 03:07   #225
mudlord
Banned
 
Join Date: Feb 2007
Location: Lost.
Posts: 1,761
Noted and patch applied
mudlord is offline   Reply With Quote
Old December 12th, 2007, 11:11   #226
Squall-Leonhart
Banned
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Sydney, Australia
Posts: 23,270
@Spacey
You broke full screen with your menu 'fix'

when you go full screen the black bar where the menu is supposed to be is still there forcing the entire screen down.
Squall-Leonhart is offline   Reply With Quote
Old December 12th, 2007, 17:09   #227
Spacy
VBA 2 developer
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 404
Quote:
Originally Posted by Squall-Leonhart View Post
@Spacey
You broke full screen with your menu 'fix'

when you go full screen the black bar where the menu is supposed to be is still there forcing the entire screen down.
What render mode? What resolution?
Spacy is offline   Reply With Quote
Old December 13th, 2007, 03:10   #228
Squall-Leonhart
Banned
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Sydney, Australia
Posts: 23,270
OpenGL, resolution doesn't matter.

also,
can we get some consistancy with the render modes?

the ShowSpeed should be either Blue in both modes, or Red (which is easier to read on most games) and there should be a way to set where we want it positioned on the screen. (incase it overlaps other games)

Last edited by Squall-Leonhart; December 13th, 2007 at 03:44..
Squall-Leonhart is offline   Reply With Quote
Old December 24th, 2007, 08:03   #229
mudlord
Banned
 
Join Date: Feb 2007
Location: Lost.
Posts: 1,761
Yes, we can get consistancy. Might need to work more on these.

Also, new SVN build will be uploaded today. Includes:

* No longer requires GLEW32.DLL
* Supports video compression (no support for YUV yet)
* Buffer selection in OpenAL audio driver
* GLSL shaders should support samplers now, as well as a uniform constant for monochrome colours
* Now sound pauses when moving window properly
* Improved DirectSound output driver
* Improved debugging build speed by 20%
* Optimized texture copying

..and loads other updates which I forgot.


Merry Christmas everyone!
mudlord is offline   Reply With Quote
Old December 24th, 2007, 11:44   #230
Spacy
VBA 2 developer
 
Spacy's Avatar
 
Join Date: Mar 2005
Location: Germany
Posts: 404
Further info:

- Recorded AVI misses something that keeps audio/video in sync when playing it back in a media player, so when I create CPU load while playing back, A/V gets async. Maybe the old Video for Windows API is just bad?

- Missing support for YUV output to video encoder results in some codecs not working (DivX, MS MPEG, ...). However, ffdshow works perfectly fine, because it supports RGB16/24 input.

- When VBA runs in 16bit mode, AVIs will be recorded in 16bit colors which reduces the size of uncompressed video streams. Of course the best way would be to let the user chose, the only advantage is that it reduces CPU overhead when recording in 16bit.

- New sound pauses have been added, but when the user clicks the MainWindow non-client area, sound will still get asynchronous because I have not found a way to handle this window message. Maybe MFC is bad?

- Texture copying (for D3D & DDraw) was not really optimized, I just found out that the current (my old) assembler code was as fast as the pure C code, so I just deleted the assembler and rewrote the routines a bit. Well, maybe I got a little speed improvement, but nothing major.

Last edited by Spacy; January 1st, 2008 at 14:36..
Spacy is offline   Reply With Quote
Old December 25th, 2007, 00:47   #231
Squall-Leonhart
Banned
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Sydney, Australia
Posts: 23,270
aww, logging still not working in the release builds
Squall-Leonhart is offline   Reply With Quote
Old January 1st, 2008, 11:28   #232
mudlord
Banned
 
Join Date: Feb 2007
Location: Lost.
Posts: 1,761
It should be now.

SVN build uploaded. Has hardware motion blur and Jonas's GBA graphics core optimizations.
mudlord is offline   Reply With Quote
Old October 7th, 2008, 23:56   #233
GameboySP9000
Registered User
 
Join Date: Mar 2008
Location: Gastonia, North Carolina
Posts: 1
Can we get that new build of VBA-H (hackers edition)
GameboySP9000 is offline   Reply With Quote
Old October 8th, 2008, 01:19   #234
Squall-Leonhart
Banned
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Sydney, Australia
Posts: 23,270
unless you plan on working on VBA-M with the guys, don't post to this thread.
Squall-Leonhart is offline   Reply With Quote
Old December 22nd, 2008, 22:12   #235
aLoneKei
*aLoneKei*
 
aLoneKei's Avatar
 
Join Date: Dec 2008
Location: Mexico/Ags
Posts: 2
i would like to be a tester.
i know C 'n' C++.
I use Xp and Linux, but i can test in x64.
aLoneKei is offline   Reply With Quote
Old December 23rd, 2008, 01:34   #236
Squall-Leonhart
Banned
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Sydney, Australia
Posts: 23,270
anyone can test, same as with pcsx2 and dolphin.
Squall-Leonhart is offline   Reply With Quote
Old December 24th, 2008, 06:26   #237
aLoneKei
*aLoneKei*
 
aLoneKei's Avatar
 
Join Date: Dec 2008
Location: Mexico/Ags
Posts: 2
so i only goin' to post bugs?
ok.
aLoneKei is offline   Reply With Quote
Old October 29th, 2009, 21:01   #238
Ethereal
Registered User
 
Ethereal's Avatar
 
Join Date: Oct 2009
Location: Brazil/SP
Posts: 1
I have some experience in php, and people say C++ and php have similar syntax.

I would love to help and improve my programming skills.

PM me with more information. Even better: send me an e-mail.

Thanks
__________________
Quit fighting, make friends
Ethereal is offline   Reply With Quote
Old September 15th, 2012, 10:19   #239
Palladinium
Registered User
 
Join Date: Sep 2012
Posts: 1
This place looks a bit dead, but I'm going to try anyway.

I have good C++ programming knowledge but no experience on any project bigger than simple programs, I would really love to join the team to help and to learn more.
Palladinium is offline   Reply With Quote
Old September 15th, 2012, 10:51   #240
Squall-Lionh@rt
Maybe I'm a Lion
 
Squall-Lionh@rt's Avatar
 
Join Date: Aug 2012
Location: Australia
Posts: 2,391
contact us on irc

irc://chat.freenode.net/#vba-m
Squall-Lionh@rt is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +1. The time now is 09:32.

© 2006 - 2012 Emu Forums | About Emu Forums | Advertisers | Investors | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.