summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib/osdlib_macosx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
| | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef
* Bug fixes and usablility enhancements: Vas Crabb2021-01-291-3/+3
| | | | | | * Declare intent when requesting virtual memory (for NetBSD, 7712) * Improve scrolling behaviour in Qt debugger (MT07795) * Added prompts to input mapping menu to make it less intimidating
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-061-61/+70
|
* Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, ↵ arbee2020-12-281-0/+5
| | | | balr0g, Vas Crabb]
* use C++ library includes (nw) firewave2020-01-221-2/+2
|
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-11/+9
| | | | | | | | | | * Changed osd_get_clipboard_text() to return std::string This change has only been tested on Windows. The Un*x/Mac versions were made blindly; they might not even build. This needs to be checked prior to merging. * Fixing Mac OS X build (hopefully)
* Discord plugin try 2 (#3640) cracyc2018-06-081-0/+9
| | | | | | | | | | | * plugins/discord: discord presence plugin [Carl] * plugins/discord: use domain sockets and pipes [Carl] * winptty: fix connecting to existing socket (nw) plugins/discord: show pause state (nw) * plugins/discord: fix pause behavior (nw)
* detect attached debugger on OSX before generating trace/breakpoint trap Vas Crabb2018-01-101-7/+17
|
* let osd_process_kill just kill, rest is on osd users, watchdog only in this ↵ Miodrag Milanovic2016-11-111-2/+0
| | | | case (nw)
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-43/+1
| | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases
* MT6284 flush stdout/stderr before killing process Vas Crabb2016-07-081-1/+4
|
* Not needed anyway (nw) Vas Crabb2016-06-301-1/+0
|
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+2
|
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-0/+74
| | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it.
* Fix OSX compile (nw) Miodrag Milanovic2016-05-061-4/+0
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
|
* move clipboard handling on proper place (nw) Miodrag Milanovic2016-04-031-0/+83
|
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+0
|
* use chrono calls for time handling in core (nw) Miodrag Milanovic2016-03-031-146/+0
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+285