aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
Commit message (Collapse)AuthorAge
* keep the ugliness confined in Platform.cppArisotura2020-05-19
|
* update copyright yearsArisotura2020-02-14
|
* Add a UNIX_PORTABLE build option, turning it off makes a build of melonDS ↵Nadia Holmquist Pedersen2019-12-04
| | | | suitable for systemwide installation.
* first attempt at thingsArisotura2019-04-01
| | | | (also fix softrenderer reset)
* * 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
* also, update copyright nameArisotura2019-01-22
|
* fixor copyright years.StapleButter2018-09-15
|
* wifi: more shitStapleButter2017-12-18
|
* actually init pcap etcStapleButter2017-12-17
|
* add support for SPI shutdown, btwStapleButter2017-09-21
|
* properly reset 3D thread stateStapleButter2017-05-26
|
* first attempt at threading the 3D rendererStapleButter2017-05-23
|
* draft APIs for threading in the core.StapleButter2017-05-19
| | | | also, misc wifi crap, nothing noteworthy.
* attempt at actually sending packets.StapleButter2017-05-12
| | | | into the void for now.
* (untested yet) code for sending and receiving packets via socketsStapleButter2017-05-11
| | | | MAC randomization
* salvage socket init codeStapleButter2017-05-11
|
* lay base for core->platform interactionStapleButter2017-05-09
(immediately planned: threaded 3D renderer, wifi connectivity)