Dolphin, the GameCube and Wii emulator - Forums

Full Version: Programming Discussion Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I plan on using Qt to make a UI that allows that user to select where they want to go.
Finally got Qt to work, it wouldn't compile anything XD. Now I just have to figure out how to use the UI XD

Edit: figured it out Big Grin
Been a while since my last update. My emulated GB CPU passes all but two Blargg's CPU tests. I still haven't implemented the DAA instruction, and only the DIV timer correctly works. Getting TIMA and Timer Overflow interrupts to work is simple, but still on my TODO list. Finally got the GB Window emulated, and I managed to vastly reduce CPU usage (pesky SDL_PollEvents() was the culprit). Tetris runs perfectly, and I'm somewhat addicted to it now :| I also found a small PD ROM called Balloon Man (really helping when debugging the Window) and now that runs perfectly as well. Things are coming along nicely. Picture time:

[Image: lgGcZbl.png] [Image: qC6Eynr.png] [Image: 5YF4B11.png] [Image: EnOFGTZ.png]
TIL you should not mix custom encryption algorithms and not exactly knowing what they do. Although my program works fine during unit testing, it somehow breaks every time I try to use it as a whole thing.

NOW MY CODE IS DOING THINGS IT HASN'T EVEN BEEN TOLD TO!!! GODDAMNIT JAVAC, WHY CAN'T YOU COMPILE THE VERSION OF THE CODE WHICH ACTUALLY EXISTS???

Workaround has been found, but isn't ideal.

Normally, when you compile a class, it compiles all the classes you call objects of, but for some reason, one class is being ignored by the compiler.
Nooooooooooooooo, how could you do this to me Qt D:, I need you to compile Sad

It was working before, but now it has decided it doesn't want to acknowledge that I've told it what compiler to use >.>

Edit: yay fixed Big Grin
Finished my program I guess, I don't have much time to worry about working on it anymore, it will have to do :p (do tell me if there is something I should do tho :p)
Wow, who knew that if you knew what the hell you were doing, programming is actually kinda fun.
EDIT: Object-oriented anyways Tongue
(04-29-2013, 05:40 AM)Zee530 Wrote: [ -> ]Wow, who knew that if you knew what the hell you were doing, programming is actually kinda fun.
EDIT: Object-oriented anyways Tongue
Yeah, Scheme on the other hand is a complete nightmare... :/
And it's entirely your fault for using it Smile.
It's more efficient to work with than using Meep's C++ interface though :/

EDIT: Btw, do you fail less at HLSL these days? Just curious :p