• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Site › Dolphin Patches (Archive) v
« Previous 1 2 3 4 5 ... 7 Next »

HawaiianPunch's Code Patches
View New Posts | View Today's Posts

Pages (7): 1 2 3 4 5 ... 7 Next »
Jump to page 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
HawaiianPunch's Code Patches
01-17-2012, 06:05 AM (This post was last modified: 01-17-2012, 07:25 AM by HawaiianPunch.)
#1
HawaiianPunch Offline
Posting Freak
*****
Posts: 884
Threads: 2
Joined: Apr 2011
Basically a place for me to post simple patches to Dolphin, and maybe for some devs to comments. Also any C++ questions I have.

Here's one to start, that should have been fixed ages ago. It fixes when the position of the Dolphin window is negative, changing it to the default 100.


Attached Files
.patch   0001-Fixes-hidden-window-error.patch (Size: 951 bytes / Downloads: 131)
Main Laptop:
Dell XPS 17
i7 2720QM @ 2.2GHz
8GB DDR3 RAM
Nvidia GeForce GT 555M
Windows 7 64-bit
[Image: salsa.gif?noCache=1324617601]
Find
01-17-2012, 06:08 AM
#2
ExtremeDude2 Online
Gotta post fast
*******
Posts: 8,319
Threads: 274
Joined: Dec 2010
My guess is this should be under "code patches" Big Grin
Check out my videos (dead)

[Image: sig-22354.png]
Website Find
01-17-2012, 06:14 AM (This post was last modified: 01-17-2012, 07:50 AM by HawaiianPunch.)
#3
HawaiianPunch Offline
Posting Freak
*****
Posts: 884
Threads: 2
Joined: Apr 2011
Except I'll post coding questions and probably not working patches too.
Main Laptop:
Dell XPS 17
i7 2720QM @ 2.2GHz
8GB DDR3 RAM
Nvidia GeForce GT 555M
Windows 7 64-bit
[Image: salsa.gif?noCache=1324617601]
Find
01-17-2012, 07:19 AM
#4
ExtremeDude2 Online
Gotta post fast
*******
Posts: 8,319
Threads: 274
Joined: Dec 2010
(01-17-2012, 06:14 AM)HawaiianPunch Wrote: Except I'll post coding
questions and probably not working patches too.

I realize that, but it still probably should XD, also you should probably change the title Big Grin
Check out my videos (dead)

[Image: sig-22354.png]
Website Find
01-18-2012, 03:32 PM
#5
DacoTaco Offline
His royal bitchness Tacoboy
*******
Moderators
Posts: 1,089
Threads: 30
Joined: Mar 2009
moved away from off topic
[Image: PeachSig.jpg]
[Image: 566286.png]
[Image: 2280403.png]
Website Find
01-18-2012, 10:50 PM
#6
ExtremeDude2 Online
Gotta post fast
*******
Posts: 8,319
Threads: 274
Joined: Dec 2010
(01-18-2012, 03:32 PM)DacoTaco Wrote: moved away from off topic

See ^^ Big Grin
Check out my videos (dead)

[Image: sig-22354.png]
Website Find
01-19-2012, 04:54 AM (This post was last modified: 01-19-2012, 04:55 AM by HawaiianPunch.)
#7
HawaiianPunch Offline
Posting Freak
*****
Posts: 884
Threads: 2
Joined: Apr 2011
Here's a test to see if anyone's paying attention Tongue
What else do I need to do to add a new checkbox? Dolphin compiles fine, but crashes when I open Config. I'm not even trying to change anything, just add a new box.


Attached Files
.patch   0001-attempt-to-add-new-checkbox.patch (Size: 2.33 KB / Downloads: 109)
Main Laptop:
Dell XPS 17
i7 2720QM @ 2.2GHz
8GB DDR3 RAM
Nvidia GeForce GT 555M
Windows 7 64-bit
[Image: salsa.gif?noCache=1324617601]
Find
01-19-2012, 06:00 AM
#8
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,209
Threads: 50
Joined: Jun 2009
You aren't actually creating LoadFiles lol...
My blog
Me on Twitter
My wishlist on Amazon.de
Find
01-19-2012, 06:07 AM (This post was last modified: 01-19-2012, 06:21 AM by HawaiianPunch.)
#9
HawaiianPunch Offline
Posting Freak
*****
Posts: 884
Threads: 2
Joined: Apr 2011
I know, I just wanted to add a new checkbox, even if it doesn't do anything. Or better yet, is there a good wxWidgets tutorial that you know of that could supplement my current C++ tutorial?
EDIT: Heh, I got it. Just needed to add
Code:
    LoadFiles = new wxCheckBox(GeneralPage, ID_LOADFILES, _("Load Files"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator);
    sbBasic->Add(LoadFiles, 0, wxALL, 5);
Main Laptop:
Dell XPS 17
i7 2720QM @ 2.2GHz
8GB DDR3 RAM
Nvidia GeForce GT 555M
Windows 7 64-bit
[Image: salsa.gif?noCache=1324617601]
Find
01-19-2012, 07:13 AM
#10
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 255
Threads: 2
Joined: Nov 2011
You aren't even initializing the pointer in the first patch. How should this work, then?
What are you trying to achieve, if I may ask? ;P
Find
« Next Oldest | Next Newest »
Pages (7): 1 2 3 4 5 ... 7 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode