summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Windows/FileIO.cpp
diff options
context:
space:
mode:
author dankan1890 <mewuidev2@gmail.com>2016-04-11 03:37:51 +0200
committer dankan1890 <mewuidev2@gmail.com>2016-04-11 03:37:51 +0200
commit5347076f493f81ba39cef4a6cad3780975472e66 (patch)
treeefe280585af81fcef1c9e552499f29379c2fbca6 /3rdparty/lzma/CPP/Windows/FileIO.cpp
parent6b5cb8304fe4926303b324da213ef6e89a850e8c (diff)
submenu: merged some options menu. (nw)
Diffstat (limited to '3rdparty/lzma/CPP/Windows/FileIO.cpp')
0 files changed, 0 insertions, 0 deletions
1-10Fix linux compile (nw) Miodrag Milanovic2-2/+1 2015-01-10Ported changes done in previous source to make portmidi compile (nw) Miodrag Milanovic18-138/+249 2015-01-10Placed full code of portmidi in 3rdparty folder (nw) Miodrag Milanovic154-7068/+28280 2015-01-10compile fix (nw) Miodrag Milanovic1-1/+1 2015-01-10Fixed LUA compile Miodrag Milanovic8-11/+12 2015-01-10Added full Lua 5.2.3 source (nw) Miodrag Milanovic112-18405/+30376 2015-01-10Added more resent lsqlite3 version and fixed compile Miodrag Milanovic4-1257/+1529 2015-01-10added lsqlite3 full source Miodrag Milanovic28-2166/+6470 2015-01-10Fix compile with LuaBridge Miodrag Milanovic1-1/+1 2015-01-10Added full LuaBridge sources Miodrag Milanovic34-5550/+9885 2015-01-10Added integral version of jsoncpp source (nw) Miodrag Milanovic244-6849/+20282 2015-01-10Made compilation with latest mongoose possible (nw) Miodrag Milanovic3-14/+13 2015-01-10Added integral source of mongoose (nw) Miodrag Milanovic77-5264/+10474 2015-01-10Added integral source of sqlite3 to 3rdparty (nw) Miodrag Milanovic7-98564/+104521 2015-01-10Fixes for libjpeg compile (nw) Miodrag Milanovic7-96/+149 2015-01-10Added integral libjpeg 8c to 3rdparty folder (nw) Miodrag Milanovic230-34152/+99335 2015-01-10Compile fixes (nw) Miodrag Milanovic4-5/+7 2015-01-10let's try with a different approach that does not require to add a new macro ↵ etabeta7812-71/+97 to each slot device. also, group inputs in UI based on the device they are attached to and display their tag only once instead of at each input. nw. p.s. a clean build is likely needed 2015-01-10Added integral version of WinPcap SDK (nw) Miodrag Milanovic321-1305/+54492 2015-01-10Fixed include paths for 3rdparty libs (nw) Miodrag Milanovic1-2/+2 2015-01-10Applied expat changes in order to compile (nw) Miodrag Milanovic4-37/+22 2015-01-10Added integral version of expat (nw) Miodrag Milanovic150-11739/+78675 2015-01-10Added integral version of zlib in 3rdparty folder (nw) Miodrag Milanovic252-9833/+65430 2015-01-10Converted png2bcd tool to python [Andrew Gardner] Miodrag Milanovic6-455/+3116 2015-01-10gticlub.c: reduced tagmap lookups (nw) Osso1-34/+42 2015-01-10Removed Allied Leisure mention (nw) Stiletto1-2/+2 Pretty sure the "A.L. Australia" logo in eggventra, does not have anything to do with the old American company Allied Leisure. Plus having an (originally Australian) company named Leisure & Allied Industries has not helped matters over the years. (nw) 2015-01-09New games added or promoted from NOT_WORKING status arbee2-25/+26 --------------------------------------------------- - Pop'n Music 3 (ver JA-A) [R. Belmont] 2015-01-09output APB marquee flashing lights via led0 & led1 RealComboman1-0/+2 2015-01-10Aligned sdlfile.c to winfile.c (which is actually included by sdl). couriersud5-300/+79 Consequently removed quite some dead code spread across different files. 2015-01-10Moved OSX osd_sleep and friends to modules/lib (nw) couriersud2-117/+124 2015-01-10For unix and windows, moved osd_ticks() and friends to couriersud6-290/+147 src/osd/modules/lib. For mainline and SDL windows the implementations slightly differed. Dropped the SDL one in favour of mainline windows osd_ticks() implementation. (nw) 2015-01-10Fix windows compile and add missing files. (nw) couriersud3-0/+501 2015-01-09Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of couriersud8-448/+51 other files so that mame compiles and links. Tested SDL build (linux/windows). 2015-01-09actually this is less invasive, based on code that was already there, and ↵ mamehaze1-11/+10 works in all cases, previous attempt failed when writing sfiii3 nvram (nw) 2015-01-09ioport: added a PORT_DEVICE flag to identify inputs of any kind which are etabeta7812-59/+85 connected to a device different from the root_device. these are the dynamical inputs and it might be useful to be able to catch them without performing a string comparison of the device tag against the root_device one. [Fabio Priuli] ui: start displaying the device tag close to input names for the dynamical inputs which use PORT_DEVICE, so to avoid some weird quirks in the input menus when slot devices are modified. [Fabio Priuli] out of whatsnew: for testing purposes I have added PORT_DEVICE only to serial inputs (bus/rs232) and SMS controllers (bus/smsctrl). if you want to test these with slot devices of a driver you are more familiar with, just add the macro to the inputs you want to test. note: it is under discussion whether PORT_DEVICE is in fact useful, or if a string comparison for each input port is not too costly in terms of performances and thus enough for our scopes... we will see the result of the discussion, but in any case it will remain possible to match the sets of inputs with their device :) 2015-01-09restore path creation in SDLMAME builds on Windows. mamehaze1-6/+11 note, this is a bit ugly, I humbly ask that if somebody has a better solution they revert this and apply it instead. The root of this issue is when SDL builds on Windows were converted over to simply using the WIndows file handling (so that large files requiring 64-bit pointers. eg. laserdisc CHDs would work) sdlfile.c simply includes winfile.c from the Windows code. The rest of the SDL code is however passing incorrect slashes in the paths to the Windows code, causing it to fail when creating new folders. To fix this I've simply copied a #if defined that was used in the sdlfile.c code, and applied it to the winfile.c code in places where path seperators are used, thus fixing the issue for both regular and SDL builds on Windows. It might however be more appropriate to filter / correct these further up?