EmulatorArchive / hugo-gx

Automatically exported from code.google.com/p/hugo-gx
1 stars 0 forks source link

SMB Support #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add SMB Support to Hugo

Original issue reported on code.google.com by talant...@gmail.com on 21 May 2010 at 7:53

GoogleCodeExporter commented 9 years ago
I have no plan to continue working on this emu but this will remain open until
someone pick the task. I think it could be a nice experience for someone 
willing to
start libogc development.

Original comment by ekeeke31@gmail.com on 26 May 2010 at 12:52

GoogleCodeExporter commented 9 years ago
I wanted to _TRY_ hack around in your code, but it didn't compile. Could you 
please 
upload the sourcecode from the latest binary release (to the Download Section)? 
Maybe i can achieve something here :)
At least i'd like to try get USB Support working.

Original comment by talant...@gmail.com on 26 May 2010 at 1:17

GoogleCodeExporter commented 9 years ago
Current SVN *is* the code from the latest binary release.
It is however not compatible with current libogc because it is quite old now
(12.2008) and was compiled with an older version of libogc/libfat.

Original comment by ekeeke31@gmail.com on 26 May 2010 at 1:28

GoogleCodeExporter commented 9 years ago
Ah, i see. Ok, i'll try to figure it our :)

Original comment by talant...@gmail.com on 26 May 2010 at 1:37

GoogleCodeExporter commented 9 years ago
Ok, i've succesfully implemented SMB Support to hugo gx. It was quite easy :)

I'm now working on XML Settings. ekeeke can you contact me via mail please, so 
i can
give you the modified source code when i'm finished? 

My mail adress is talantyyr@gmail.com

Original comment by talant...@gmail.com on 27 May 2010 at 4:26

GoogleCodeExporter commented 9 years ago
Way to go.
I've added you as project commiter, you should now have rigths to commit code 
into
the repository.

Original comment by ekeeke31@gmail.com on 1 Jun 2010 at 6:57

GoogleCodeExporter commented 9 years ago
Done :)

It took me quite a while, but USB Support is working now, with XML Settings.
I will also implement an OnScreenKeyboard, but i guess this'll take me a 
while...

Please look over the Code and tell me, if your satisfied. If i can help you 
somewhere else, let me know.

Maybe you also want to contact me via mail?

Original comment by talant...@gmail.com on 13 Jun 2010 at 3:30

GoogleCodeExporter commented 9 years ago
The code seems fine to me, i guess you took the SMB initialization code snippet 
from Tantric's port so it should work flawlessly (cannot test it, sorry).

Two (minor) things:

1) try to keep the same line indentation all over the code
2) you shouldn't declare functions as extern in the .c file, better do that in 
header files (which i think is already done for the 2 functions you changed).

Keep up the good work.

Original comment by ekeeke31@gmail.com on 15 Jun 2010 at 6:41