Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: new ps1 emulator

  1. #1
    Forum Newbie
    Join Date
    Feb 2013
    Posts
    8

    Wink new ps1 emulator

    hi i am looking for a set of coders to help me make. A new ps1 emulator for win8 and win7.
    With support for today's pc standards opengl DirectX 11/12 and so on

  2. #2
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: new ps1 emulator

    It would be wise to list your experiences and accomplishments if you want anyone to take you serious. Also coders cant really help you unless you have a reverse engineer'r or disassembler'r. Is that you? Tell us more about what you can do.
    Original, the only way to play.

    Forums
    main page - Working controllers

  3. #3
    Big fan of Mupen64 Mupen64 Man's Avatar
    Join Date
    Jun 2008
    Location
    Columbus, Ohio
    Age
    28
    Posts
    1,480

    Default Re: new ps1 emulator

    aww, I got excited at the title.

  4. #4
    Member
    Join Date
    Oct 2004
    Location
    Land of Oz
    Posts
    600

    Default Re: new ps1 emulator

    No, he wants people to do the work for him, most likely at no cost.

    Good luck with that.

  5. #5
    Forum Newbie
    Join Date
    Feb 2013
    Posts
    8

    Default Re: new ps1 emulator

    what i am going to do is mod *PCSX-Reloaded.*To what i need but when i start up the source code in visual studio. All i get is dfxsound.dll cannot find file specified .
    When i go to run it

  6. #6
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: new ps1 emulator

    Ok, that makes a bit more sense but yet again you novice'ness is showing. This is common, assuming the compile when without errors and it built the project, its missing the dlls needed to run. Every time you make a project it uses other projects that need to be included. So you also need the build of those another projects. These are in the forum of dlls. Finding and downloading the files at random will only cause you pain. You need to know what 3rd party api are used. Its normally in the docs, that means reading...I did a search for you but I can not figure out what api that is for.
    Last edited by ulaoulao; August 2nd, 2013 at 17:59.
    Original, the only way to play.

    Forums
    main page - Working controllers

  7. #7
    Forum Newbie
    Join Date
    Feb 2013
    Posts
    8

    Default Re: new ps1 emulator

    well i will have a look i have a set plan and that is to turn it into a win8 app.I
    have it all set out all i need to do is fix the dlll thing and i am all set

  8. #8
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: new ps1 emulator

    its documented somewhere. You speak very monosyllabically, is English not our primary language? If you can dress up your diction try one of the devs.
    Original, the only way to play.

    Forums
    main page - Working controllers

  9. #9
    Member
    Join Date
    Oct 2004
    Location
    Land of Oz
    Posts
    600

    Default Re: new ps1 emulator

    I did a little googling, and found that your missing dll is a component of the DFX Sound Enhancer. You can download the latest version of that product at their home page: http://www.fxsound.com/

  10. #10
    Forum Newbie
    Join Date
    Feb 2013
    Posts
    8

    Default Re: new ps1 emulator

    i did that and it did not work this is what i get


    Code:
    1>------ Build started: Project: DFSound, Configuration: Debug Win32 ------
    1>  xa.c
    1>  spu.c
    1>  reverb.c
    1>  registers.c
    1>..\..\..\plugins\dfsound\registers.c(458): warning C4244: 'return' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
    1>  freeze.c
    1>  externals.c
    1>  dma.c
    1>  adsr.c
    1>  winmain.c
    1>  record.c
    1>  psemu.c
    1>  dsound.c
    1>  debug.c
    1>  cfg.c
    1>  Generating Code...
    1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\v120\Microsoft.CppBuild.targets(1186,5): warning MSB8012: TargetPath(C:\Users\jamie\Documents\Visual Studio 2013\Projects\pcsxr\win32\plugins\dfsound\.\Debug\DFSound.dll) does not match the Linker's OutputFile property value (C:\Users\jamie\Documents\Visual Studio 2013\Projects\pcsxr\win32\Debug\DFSound.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>     Creating library .\Debug/DFSound.lib and object .\Debug/DFSound.exp
    1>  DFSound.vcxproj -> C:\Users\jamie\Documents\Visual Studio 2013\Projects\pcsxr\win32\plugins\dfsound\.\Debug\DFSound.dll
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •