aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/Platform.cpp
Commit message (Collapse)AuthorAge
* use regular slash instead of backslash in config file name. fixes #413Arisotura2019-06-01
|
* first attempt at thingsArisotura2019-04-01
| | | | (also fix softrenderer reset)
* fix stupid compilation issues on LinuxPoroCYon2019-03-30
|
* fix potential memleak under WindowsArisotura2019-03-30
|
* * remove EmuDirectory from the coreArisotura2019-03-27
| | | | * rework OpenLocalFile(), make the code more elegant, also fixes #352
* * move melon_fopen_local() to Platform.cppArisotura2019-03-27
| | | | | * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp
* move melon_fopen() to Platform.cppArisotura2019-03-27
| | | | melon_fopen_local() will need fixoring
* add pcap code for Linux. fix bugs.StapleButter2019-03-26
|
* here have more code aaaaaaaaaaaaaArisotura2019-03-15
|
* move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbfArisotura2019-03-15
|
* fixor Platform.cppArisotura2019-03-04
| | | | also remove debug shit that accidentally slipped in
* hook LAN shito. open proper pcap device. etcArisotura2019-02-21
|
* pack your shit, kids, we're movingArisotura2019-02-21
|
* also, update copyright nameArisotura2019-01-22
|
* Merge pull request #230 from dogtopus/pcap-libnames-linuxStapleButter2018-12-15
|\ | | | | Add linux libpcap names to the pcap library list
| * Add linux libpcap names to the pcap library listdogtopus2018-02-22
| |
* | fixor copyright years.StapleButter2018-09-15
|/
* Fix build on linux, enable build directory supportdogtopus2017-12-22
| | | | | | | | | | Specifically: - Include stddef.h for missing ptrdiff_t - Define PCAP_OPENFLAG_PROMISCUOUS if not using WinPcap because it seems to be a WinPcap extension - Make use of CMAKE_CURRENT_{SOURCE,BINARY}_DIR to enable building under a directory other than root of the project
* avoid crashing when receiving a packet that is too largeStapleButter2017-12-19
|
* hook up the LAN (pcap) interfaceStapleButter2017-12-18
|
* start working on melonAP.StapleButter2017-12-18
| | | | it sends beacons!
* wifi: more shitStapleButter2017-12-18
|
* actually init pcap etcStapleButter2017-12-17
|
* start work on libpcap shitStapleButter2017-12-17
|
* Include POSIX headers required for fd_set and INADDR_ANY.Anthony J. Bentley2017-10-09
|
* fix bugs with SPI shutdownStapleButter2017-10-01
|
* reenable wifi socket codeStapleButter2017-09-21
|
* add support for SPI shutdown, btwStapleButter2017-09-21
|
* add Platform thread/semaphore support, using SDLStapleButter2017-09-19
|
* actually take it somewhereStapleButter2017-09-09