Search results

  1. JayFoxRox

    Any Way To Change Resolution?

    Why would you want to do that in first place? The Datasheet names the timings for 800x480, 480x272 (this might be interesting for my PSP emulator) and 400x240. But with an LCD like this you won't get a better, but worse image at higher resolution. Unless you plan to mod in a CRT I don't see any...
  2. JayFoxRox

    Possible Motion Detection?

    There is a similar piece from the neo team. I think we should work on some adapter to the PSP headphone port. Its perfect for this: A small pass through would be enough.
  3. JayFoxRox

    Rca (Composite) Input

    I have some cheap capture cards (< 20 EUR) and some create a good image, my recommendation would be to *AVOID* MSI Movie Vox because I was having tons of problems with it (Both linux and windows, my other no-name card works fine under linux but had problems under windows - take that fanboys :P...
  4. JayFoxRox

    Controlling Pandora L E D S -

    ED mentioned on cebit that there are no user LEDs installed by default, however, all LEDs should be available via sysproc files (look in the kernel or libpnd source, both have them I think, at least the kernel should :P ). //Edit: From libpnd: include/pnd_device.h
  5. JayFoxRox

    Why Was The "pins And Needles" Thread Removed?

    I reported it :) A bit shocking to see people jump on the train in that case (Yes, I'm looking at you craigix..) and that no further action followed from the admins of this board.
  6. JayFoxRox

    Pandora Qemu Based Pandora Usermode-"emulator" Poc

    No idea yet. It really depends on how well qemu performs and how much I can abstract and which communication performance I can get between host and guest system. I'm already looking into tricks to create memory watches which could speed it up a good bit. Where do you people always dig up stuff...
  7. JayFoxRox

    Do You Use A Gnu/linux Distro On Your Main Computer?

    compatibility with what? o.O
  8. JayFoxRox

    Pandora Qemu Based Pandora Usermode-"emulator" Poc

    No, there doesn't seem to be any thread at work. I'm running the nongui version which starts everything in the mainthread. The line in question which crashed it was (main.c:1291 in my source [which is VERY old, so don't kill me if this was already changed ;) ]): strncpy(l_ConfigDir...
  9. JayFoxRox

    Pandora Qemu Based Pandora Usermode-"emulator" Poc

    The bug was in the configs because it was doing something with getenv("HOME"), however, my launcher cleared all env. variables first so it didn't work. This is what I get now, its a 'start'. I get lots of graphical bugs tho and its only 2 FPS. However, I'm sure there is lots of room for...
  10. JayFoxRox

    Real World 3D Capabilities

    The second part is still the same game. And it doesn't really matter if playable or not. For demos you usually have less processing on the CPU. But check out the N64 emu for example. It already works really good on the graphical side and the CPU is stressed there. But its emulation - imagine...
  11. JayFoxRox

    Real World 3D Capabilities

    We had this before: possible. And I can tell you that I have seen better looking stuff already ;) //Edit: I'd actually say this is in the low-end graphics group
  12. JayFoxRox

    Pandora Emulator Vs Real Pandora

    Rendering to 16 bit doesn't mean that your textures can't be 32 bit. If you stick to GLES and don't blit anything using your own routines you can safely ignore the 16 / 32 bit difference. The only drawback with 16 bit would be that everything looks a bit.. less fluent or sometimes like its...
  13. JayFoxRox

    Any Update On The Wifi?

    The module was picked when they weren't aware of the problems I think. When they noticed it it was too late to change. But I might be wrong.
  14. JayFoxRox

    Pandora Qemu Based Pandora Usermode-"emulator" Poc

    This is a POC (Proof of concept) only, don't expect anything too cool for now. A download will be made available once I cleaned up the source Hey, I just wanted to tell you about one of my current side projects, called pandora-emulate. Basicly, its a wrapper around qemu including: - A launcher...
  15. JayFoxRox

    Pandora Emulator Vs Real Pandora

    //Edit: Anything about GLES2 [...] conflist[i++] = EGL_SURFACE_TYPE; conflist[i++] = EGL_WINDOW_BIT; [...] Didn't doublecheck this if it really doesn't use a pbuffer, but the config works fine for me. //Edit: Only checked 16 bit - but is 32 bit really that important on a mobile device? The...
  16. JayFoxRox

    A Query About Game Engines And Timers

    Did you profile your code or look at the SDL Source? However, I would still have done what you said from the beginning: Pass a parameter or use a global variable to tell all functions how much time passed since the last call / or what time it is in that moment instead of adding a call to some...
  17. JayFoxRox

    Killer Apps

    Even reading my name on this feels so wrong (don't forget I'm that programming-noob and IRC spammer, even going to be married with Gary), especially being the first ;) But yeh, also seen pics of Fatih before. MWeston only in reflections. Don't care about mali for some reason, but would love to...
  18. JayFoxRox

    Photobucket Help Thread

    You don't get the idea? Do you? We just collect images here to upload them to the photobucket gallery when approved. They will be scaled and rotated there. The pictures have been around much longer already.
  19. JayFoxRox

    Photobucket Help Thread

    http://jayfoxrox.bplaced.net/content/scratchpad/media/pandora/ (Sorry about the focus of my pics.) *Removed because they were only crowd, small portion of pandora or already in gallery* http://forum.gp2x.de/viewtopic.php?f=23&t=9137&start=15 (By Kiste1985)...
  20. JayFoxRox

    File Extension Registry

    As you can see this will start the application in the PND file with the given parameters. Its up to the application to handle this either by using an existing instance or by creating a new one or whatever it likes to do. This is exactly the same you get with most other distros.
Back
Top