Recent content by shooter

  1. S

    PS2 How to debug PADEMU?

    Nice to hear that. i will try to use all yours advices. And yeah, i will to switch my attention to that fork, he will be great. Thank you, guys.
  2. S

    PS2 How to debug PADEMU?

    Yeah, i build OPL with . Then i use a command. I'm checked in PCSX2 that's i have no debug messages without uncommenting DPRINTF macro. But i try to restore them to initial state, and still don't see is in ps2client listen output, very interesting. And i noticed that debug OPL builds cannot...
  3. S

    PS2 How to debug PADEMU?

    Finally i get this output: This is all, despite what i uncomment a DPRINTF macro definition: in modules/ds34usb/iop/ds34usb.c and modules/pademu/ds34usb.c files. I do not know why printed strings are not represented if ps2link output. Aneone hWhat i need to check?
  4. S

    Any chance, someday, PADEMU will support generic gamepads?

    What are you mean in "generic"? Recently i looked up an xbox controller driver in Linux, i surprised how many controllers trying to be compatible with original microsoft controllers. I am dream(and try to) about xbox 360 controller support in PADEMU. Because i have one, and he have USB cable...
  5. S

    PS2 How to debug PADEMU?

    Hello! i'm trying to implement Xbox360 wired controller support in OPL's PADEMU module, but i have a issues with controller's enpoints detection(as i guess). Without debugging solve this issue is very painful :D So, i want to get a output of messages contains if DPRINTF defenitions, that be...
  6. S

    PS2 Trying to read file from USD pendrive

    Oh, this is not obvious for noobs in PS2 programming like me. I think i need to add this code as example to USBHDFSD module. This example can be useful for beginners. Thank you!
  7. S

    PS2 Trying to read file from USD pendrive

    I spent a couple of days for trying to read file from USB drive. I think that this must be easy, but i really confused. I have seen a multiple examples of usage USB IOP modules in popular apps(uLaunchELF or ps2doom for example), but i can't implement this by myself. File that i need placed in...
Back
Top