-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged preliminary 0.6.1 code (need cleanup)
- Loading branch information
1 parent
0d539bf
commit 3297931
Showing
50 changed files
with
2,163 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ source=TESTFtp|ftp://user:[email protected]:21/path/ | |
source=TestHTTP|http://192.168.1.10/path/ | ||
source=TestSFTp|sftp://192.168.1.10/path/ (without path it default to home) | ||
source=TestSamba|smb://192.168.1.10/share/ (share is a share name not a path) | ||
source=TestNFS|nfs://192.168.1.10/export/ | ||
``` | ||
|
||
Enigma2 have syntax | ||
|
@@ -69,9 +70,10 @@ Thanks to | |
----- | ||
- Cpasjuste for pPlay https://github.com/Cpasjuste/pplay some code was taken here (mpv part) | ||
- DarkMatterCore for libusbhsfs https://github.com/DarkMatterCore/libusbhsfs (this gives NXMP USB support) | ||
- Chocola @ GBATemp forum for usage guide and beta testing | ||
- sashka69 @ GBATemp forum for beta testing | ||
- bodyXY @ GBATemp forum for banner and icons | ||
- Godorowski @ GBATemp forum for player UI design and icons | ||
- Chocola @ GBATemp forum for usage guide and beta testing | ||
- student @ reboot.ms forum for beta testing | ||
- docgold @ GBATemp forum for Enigma2 samples and support on decoders | ||
- tataniko @ GBATemp forum for suggestions and bug hunting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
#include <string> | ||
#include <vector> | ||
|
||
#include "platforms.h" | ||
|
||
#include "SimpleIni.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#ifndef NXMP_PLATFORMS_H | ||
#define NXMP_PLATFORMS_H | ||
|
||
#ifdef _WIN32 | ||
|
||
#define NXMP_WIN32 | ||
#define NXMP_NETWORKSUPPORT | ||
#define NXMP_UPNPSUPPORT | ||
#define NXMP_ENIGMASUPPORT | ||
|
||
|
||
#endif | ||
|
||
#ifdef __SWITCH__ | ||
|
||
|
||
|
||
#define NXMP_SWITCH | ||
#define NXMP_USBSUPPORT | ||
#define NXMP_NETWORKSUPPORT | ||
#define NXMP_UPNPSUPPORT | ||
#define NXMP_ENIGMASUPPORT | ||
|
||
#endif | ||
|
||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.