Search:

Type: Posts; User: cocobo

Search: Search took 0.00 seconds.

  1. myownfunctiontofillthis in your example is not a...

    myownfunctiontofillthis in your example is not a reentrant function and will therefore not work in a multithreaded environment.

    Sense the M6502 library don't have a client data argument to all...
  2. As I said, tNSFRead is a callback funktion and...

    As I said, tNSFRead is a callback funktion and there is no way to control the arguments to callback funktions. The M6502 library have complete control over them and I would have to change the library...
  3. I don't know how to explain this in any other...

    I don't know how to explain this in any other way. I am creating the tNSFRead and tNSFWrite funktions. tNSFRead looks like this right now.


    guint8 tNSFRead(guint32 uAddress, struct MemoryReadByte...
  4. the only functions I know that fetches the data I...

    the only functions I know that fetches the data I need is xmms_decoder_private_data_get(decoder); and it needs the xmms_decoder_t. I have looked in the source for some other decoders like flac and...
  5. can't use global variables or funktion parameters

    I'm not a good C programmer and run into problems all the time. This is a difficult one. I'm not sure how to explain. I'm doing a nsf (nes sound file) decoder to xmms2 media player.
    xmms2 have the...
Results 1 to 5 of 5