|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#521 (permalink) |
|
T-5000 Modenator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2005
Location: Here, there, everywhere, even in your couch cushions..
Posts: 3,139
|
It was fixed right after I posted that when I updated my source again. After I made that post there was another commit which fixed it. :/
__________________
![]() | Xtemulation Forums | Dolphin SVN Builds | | XTemulation Wiki | PCSX2 SVN Builds | Download the free Xtemulation Toolbar If you like Xtemulation, please Digg Us |
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#523 (permalink) |
|
LinuxPowa!!!
Join Date: Jan 2008
Location: Spain
Posts: 43
|
I Compiled all SVN from the start of SVN google code to the latest 27xx revisions. Now, i'm not able to compile X64 because a common.lib error PRJ003 "cmd.exe" or something similar wrong message. I have downloaded and install Directx SDK march 2009 and my problems not solved. I have installed before, the tortoiseSVN 1.5.7(with this my X64 compiles well) but when i have this error from 27xx to the actual 28xx, I tried to install TortoiseSVN 1.6.0 , but the problem continues. I'm bored of uninstall/install things on my computer and now i download the binaries compiled by other people. But i need to compile from myself (like in the past revisions). If anyone could help me to solve this error. I will aprecciate. I have MSVC Professional 2008 with X64 compilers etc etc etc and link to the libraries, binaries, and all the things need to compile dolphin. BTW. I compiled well 32bits version both IL and normal win32. But the X64 from 27xx to the latest, not. Sorry but i read all post and not find any help. I tried everything posted here in all 27 pages. Have a nice day.
__________________
C2Duo E6850 @3210.9 MHz / OC@GF8800GTS640MB / 2xSATA2 500GB / Integrated HDA for Ubuntu 7.10Gutsy Gibbon x64 And SB X-FI Platinum for Vista Ultimate x64
|
|
|
|
|
|
#525 (permalink) |
|
Registered SuperKyo
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2008
Location: Brinstar
Posts: 2,784
|
You need to dump two files from your GC: dsp_rom.bin & dsp_coef.bin. dsp_rom is available, but dsp_coef - no. We are waiting for some homebrew application for dump these two files from real GC
__________________
|
|
|
|
|
|
#526 (permalink) |
|
eMuLaToR_DoLpHiN 2
![]() ![]() ![]() Join Date: Jul 2008
Location: Konoha-gakure
Posts: 321
|
have anyone sound in twilight where can i get the files?
__________________
MY OWN CREATION TUPAC REST IN PEACEMy System: OS: Windows Vista Ultimate x64 CPU: Inter Quad Core q6600 2.4 Ghz ![]() Graphics Card: Geforce 8600 GT Memory: 3 GB Ram DDR2 Sound: Realtek High Definition Audio 7.1 Windows experience index base score of 5,5 |
|
|
|
|
|
#528 (permalink) |
|
eMuLaToR_DoLpHiN 2
![]() ![]() ![]() Join Date: Jul 2008
Location: Konoha-gakure
Posts: 321
|
can i download it from google ? i need a answer " are the files in internet that i can download it "?
__________________
MY OWN CREATION TUPAC REST IN PEACEMy System: OS: Windows Vista Ultimate x64 CPU: Inter Quad Core q6600 2.4 Ghz ![]() Graphics Card: Geforce 8600 GT Memory: 3 GB Ram DDR2 Sound: Realtek High Definition Audio 7.1 Windows experience index base score of 5,5 |
|
|
|
|
|
#530 (permalink) |
|
-o-
![]() ![]() ![]() Join Date: Sep 2006
Location: 『皇』
Posts: 261
|
Code:
{3D8156A9-64D1-4C8E-ADBE-1B319030E4A4}.Release_JITIL|Win32.ActiveCfg = Release|Win32
__________________
===== Get latest Dolphin Here ===== Update Alway!!!===== Get latest Pcsx2 incl. plugins Here ===== Update Alway!!!===== Get latest Desmume Here ===== Update Alway!!!![]() ***** -Mirror- ***** ハレ晴レユカイ~ |
|
|
|
|
|
#534 (permalink) |
|
aka BhaaL
![]() ![]() Join Date: Dec 2008
Location: Austria
Posts: 166
|
Check out Common.h in the Common Project. Theres #define HAVE_OPENAL, but its commented out. Uncomment the line and recompile to have it.
__________________
Dolphin Rev 4605 Download: Dolphin 32-bit | Dolphin 64-bit | Older Revs Both Jit and JitIL in one Archive. Copy over your own "User"-Folder to keep your settings. Taking requests for special revisions/compiles aswell. |
|
|
|
|
|
#535 (permalink) |
|
T-5000 Modenator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2005
Location: Here, there, everywhere, even in your couch cushions..
Posts: 3,139
|
Hmm I updated the source and now am getting errors with VertexManager.cpp and the project labled "Dolphin"..
__________________
![]() | Xtemulation Forums | Dolphin SVN Builds | | XTemulation Wiki | PCSX2 SVN Builds | Download the free Xtemulation Toolbar If you like Xtemulation, please Digg Us |
|
|
|
|
|
#539 (permalink) |
|
-o-
![]() ![]() ![]() Join Date: Sep 2006
Location: 『皇』
Posts: 261
|
Missing assemble.h =( DSTool wrong include directory. Code:
Index: DSPTool.vcproj =================================================================== --- DSPTool.vcproj (revision 2957) +++ DSPTool.vcproj (working copy) @@ -44,7 +44,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../DSPCore/Src;../Common/Src;" + AdditionalIncludeDirectories="../Core/DSPCore/Src;../Core/Common/Src;" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -118,7 +118,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../DSPCore/Src;../Common/Src;" + AdditionalIncludeDirectories="../Core/DSPCore/Src;../Core/Common/Src;" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -342,7 +342,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../DSPCore/Src;../Common/Src;" + AdditionalIncludeDirectories="../Core/DSPCore/Src;../Core/Common/Src;" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" EnableFunctionLevelLinking="true"
__________________
===== Get latest Dolphin Here ===== Update Alway!!!===== Get latest Pcsx2 incl. plugins Here ===== Update Alway!!!===== Get latest Desmume Here ===== Update Alway!!!![]() ***** -Mirror- ***** ハレ晴レユカイ~ |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|