------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/zip-3.0_1.txz Installing /packages/All/evdev-proto-5.3.txz Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.7_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/msbuild-15.8.p.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/xkeyboard-config-2.29.txz Installing /packages/All/libxkbcommon-0.10.0_2.txz ===== Message from libxkbcommon-0.10.0_2: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/sdl2-2.0.10_1.txz Installing /packages/All/libevdev-1.5.9.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libexif-0.6.21_5.txz Installing /packages/All/libgdiplus-5.6_2.txz SUCCEEDED 00:00:36 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mesen-0.9.8.4_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mesen-0.9.8.4_1 for building => SHA256 Checksum OK for SourMesen-Mesen-0.9.8-4-g4c701ad6_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mesen-0.9.8.4_1 for building ===> Extracting for mesen-0.9.8.4_1 ===> mesen-0.9.8.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mesen-0.9.8.4_1 for building => SHA256 Checksum OK for SourMesen-Mesen-0.9.8-4-g4c701ad6_GH0.tar.gz. Extracted Memory Use: 94.54M SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mesen-0.9.8.4_1 ===> Applying dragonfly patches for mesen-0.9.8.4_1 ===> Cleanly applied dragonfly patch(es) patch-Core_SoundMixer.cpp patch-Linux___SdlSoundManager.cpp patch-Utilities_Scale2x_scalebit.cpp /usr/bin/env WRKSRC=/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6 REWARNFILE=/construction/emulators/mesen/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's@-lstdc++fs@@g' /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on executable: zip - found ===> mesen-0.9.8.4_1 depends on package: evdev-proto>0 - found ===> mesen-0.9.8.4_1 depends on executable: msbuild - found ===> mesen-0.9.8.4_1 depends on executable: mono - found ===> mesen-0.9.8.4_1 depends on package: gmake>=4.3 - found ===> mesen-0.9.8.4_1 depends on package: pkgconf>=1.3.0_1 - found ===> mesen-0.9.8.4_1 depends on file: /usr/local/bin/sdl2-config - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on shared library: libevdev.so - found (/usr/local/lib/libevdev.so) ===> mesen-0.9.8.4_1 depends on shared library: libgdiplus.so - found (/usr/local/lib/libgdiplus.so) ===> mesen-0.9.8.4_1 depends on shared library: libSDL2.so - found (/usr/local/lib/libSDL2.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on executable: zip - found ===> mesen-0.9.8.4_1 depends on package: evdev-proto>0 - found ===> mesen-0.9.8.4_1 depends on executable: msbuild - found ===> mesen-0.9.8.4_1 depends on executable: mono - found ===> mesen-0.9.8.4_1 depends on package: gmake>=4.3 - found ===> mesen-0.9.8.4_1 depends on package: pkgconf>=1.3.0_1 - found ===> mesen-0.9.8.4_1 depends on file: /usr/local/bin/sdl2-config - found ===> mesen-0.9.8.4_1 depends on shared library: libevdev.so - found (/usr/local/lib/libevdev.so) ===> mesen-0.9.8.4_1 depends on shared library: libgdiplus.so - found (/usr/local/lib/libgdiplus.so) ===> mesen-0.9.8.4_1 depends on shared library: libSDL2.so - found (/usr/local/lib/libSDL2.so) ===> Configuring for mesen-0.9.8.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mesen-0.9.8.4_1 gmake[2]: Entering directory '/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6' mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zAlloc.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zArcIn.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zBuf.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zCrc.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zCrcOpt.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zDec.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zFile.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zMemBuffer.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../7zStream.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Bcj2.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Bra.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Bra86.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../BraIA64.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../CpuArch.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Delta.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Lzma2Dec.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../LzmaDec.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Ppmd7.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Ppmd7Dec.c mkdir -p SevenZip/obj.x64 && cd SevenZip/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../Precomp.c mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ArchiveReader.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../AutoResetEvent.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../AviWriter.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BpsPatcher.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CRC32.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CamstudioCodec.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../FolderUtilities.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HexUtilities.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../IpsPatcher.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../PNGHelper.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../PlatformUtilities.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../SZReader.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../SimpleLock.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Socket.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Timer.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../UPnPPortMapper.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../UTF8Util.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../UpsPatcher.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ZipReader.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ZipWriter.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ZmbvCodec.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../blip_buf.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../md5.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../miniz.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../nes_ntsc.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../sha1.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../stb_vorbis.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../stdafx.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HQX/hq2x.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HQX/hq3x.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HQX/hq4x.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HQX/init.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../xBRZ/xbrz.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../KreedSaiEagle/2xSai.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../KreedSaiEagle/Super2xSai.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../KreedSaiEagle/SuperEagle.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Scale2x/scale2x.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Scale2x/scale3x.cpp mkdir -p Utilities/obj.x64 && cd Utilities/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Scale2x/scalebit.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../APU.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Assembler.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../AutoSaveManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../AutomaticRomTest.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../AviRecorder.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BaseControlDevice.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BaseExpansionAudio.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BaseMapper.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BaseRenderer.cpp ../BaseControlDevice.cpp: In member function 'void BaseControlDevice::SetTextState(std::__cxx11::string)': ../BaseControlDevice.cpp:102:28: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception ex) { ^~ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BaseSoundManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BaseVideoFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BatteryManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BisqwitNtscFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../BizhawkMovie.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Breakpoint.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CPU.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CheatManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CodeDataLogger.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CodeRunner.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Console.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ControlManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../CrossFeedFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../DebugHud.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Debugger.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../DefaultVideoFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../DeltaModulationChannel.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Disassembler.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../DisassemblyInfo.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../EmulationSettings.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ExpressionEvaluator.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../FDS.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../FceuxMovie.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../FdsLoader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../GameClient.cpp ../FceuxMovie.cpp: In member function 'bool FceuxMovie::InitializeData(std::stringstream&)': ../FceuxMovie.cpp:46:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception ex) { ^~ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../GameClientConnection.cpp ../ExpressionEvaluator.cpp: In member function 'int32_t ExpressionEvaluator::Evaluate(std::__cxx11::string, DebugState&, EvalResultType&, OperationInfo&)': ../ExpressionEvaluator.cpp:520:25: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception e) { ^ ../ExpressionEvaluator.cpp: In member function 'bool ExpressionEvaluator::Validate(std::__cxx11::string)': ../ExpressionEvaluator.cpp:535:25: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception e) { ^ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../GameConnection.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../GameDatabase.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../GameServer.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../GameServerConnection.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HdAudioDevice.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HdNesPack.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HdPackBuilder.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HdPackLoader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HdPpu.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HdVideoFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../HistoryViewer.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../KeyManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../LabelManager.cpp ../HdPackLoader.cpp: In member function 'bool HdPackLoader::LoadPack()': ../HdPackLoader.cpp:200:25: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception ex) { ^~ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../LuaApi.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../LuaCallHelper.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../LuaScriptingContext.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MapperFactory.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MemoryAccessCounter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MemoryDumper.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MemoryManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MesenMovie.cpp ../MemoryAccessCounter.cpp: In member function 'void MemoryAccessCounter::GetNametableChangedData(bool*)': ../MemoryAccessCounter.cpp:206:96: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int32_t' {aka 'int'} [-Wsign-compare] ntChangedData[i] = (cpuCycle - _ppuWriteStamps[(int)addressInfo.Type][addressInfo.Address]) < cyclesPerFrame; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ../MesenMovie.cpp: In member function 'uint32_t MesenMovie::LoadInt(std::unordered_map, std::__cxx11::basic_string >&, std::__cxx11::string, uint32_t)': ../MesenMovie.cpp:281:26: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception ex) { ^~ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MessageManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MovieManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../MovieRecorder.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../NESHeader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../NotificationManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../NsfLoader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../NsfMapper.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../NsfPpu.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../NtscFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../OggMixer.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../OggReader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../PPU.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../PerformanceTracker.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../PgoUtilities.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Profiler.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../RawVideoFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../RecordedRomTest.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ReverbFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../RewindData.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../RewindManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../RomLoader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../RotateFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../SaveStateManager.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ScaleFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ScriptHost.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ScriptingContext.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../ShortcutKeyHandler.cpp ../SaveStateManager.cpp: In member function 'void SaveStateManager::LoadRecentGame(std::__cxx11::string, bool)': ../SaveStateManager.cpp:263:25: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception ex) { ^~ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../Snapshotable.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../SoundMixer.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../StereoCombFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../StereoDelayFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../StereoPanningFilter.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../TraceLogger.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../UnifLoader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../VideoDecoder.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../VideoHud.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../VideoRenderer.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../VirtualFile.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../VsControlManager.cpp ../VirtualFile.cpp: In constructor 'VirtualFile::VirtualFile(const string&)': ../VirtualFile.cpp:34:17: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception) {} ^~~~~~~~~ ../TraceLogger.cpp: In member function 'void TraceLogger::SetOptions(TraceLoggerOptions)': ../TraceLogger.cpp:124:18: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception) { ^~~~~~~~~ mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../WaveRecorder.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../iNesLoader.cpp mkdir -p Core/obj.x64 && cd Core/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -c ../stdafx.cpp mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../auxiliar.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../buffer.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../compat.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../except.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../inet.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../io.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lapi.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lauxlib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lbaselib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lbitlib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lcode.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lcorolib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lctype.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ldblib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ldebug.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ldo.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ldump.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lfunc.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lgc.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../linit.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../liolib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../llex.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lmathlib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lmem.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../loadlib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lobject.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lopcodes.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../loslib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lparser.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lstate.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lstring.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lstrlib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ltable.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ltablib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../ltm.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../luasocket.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lundump.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lutf8lib.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lvm.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../lzio.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../mime.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../options.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../select.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../tcp.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../timeout.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../udp.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../usocket.c mkdir -p Lua/obj.x64 && cd Lua/obj.x64 && gcc -fPIC -Wall -O3 -D LIBRETRO -m64 -c ../wsocket.c mkdir -p Linux/obj.x64 && cd Linux/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -m64 -c ../LinuxGameController.cpp -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libevdev-1.0/ mkdir -p Linux/obj.x64 && cd Linux/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -m64 -c ../LinuxKeyManager.cpp -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libevdev-1.0/ mkdir -p Linux/obj.x64 && cd Linux/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -m64 -c ../SdlRenderer.cpp -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libevdev-1.0/ mkdir -p Linux/obj.x64 && cd Linux/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -m64 -c ../SdlSoundManager.cpp -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libevdev-1.0/ mkdir -p Linux/obj.x64 && cd Linux/obj.x64 && g++ -fPIC -Wall --std=c++14 -O3 -m64 -c ../SpriteFont.cpp -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libevdev-1.0/ ../LinuxKeyManager.cpp: In member function 'void LinuxKeyManager::CheckForGamepads(bool)': ../LinuxKeyManager.cpp:369:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=] } catch(std::exception e) { ^ mkdir -p bin mkdir -p bin mkdir -p InteropDLL/obj.x64 g++ -fPIC -Wall --std=c++14 -O3 -m64 -Wl,-z,defs -shared -o libMesenCore.x64.dll InteropDLL/*.cpp SevenZip/obj.x64/7zAlloc.o SevenZip/obj.x64/7zArcIn.o SevenZip/obj.x64/7zBuf.o SevenZip/obj.x64/7zCrc.o SevenZip/obj.x64/7zCrcOpt.o SevenZip/obj.x64/7zDec.o SevenZip/obj.x64/7zFile.o SevenZip/obj.x64/7zMemBuffer.o SevenZip/obj.x64/7zStream.o SevenZip/obj.x64/Bcj2.o SevenZip/obj.x64/Bra.o SevenZip/obj.x64/Bra86.o SevenZip/obj.x64/BraIA64.o SevenZip/obj.x64/CpuArch.o SevenZip/obj.x64/Delta.o SevenZip/obj.x64/Lzma2Dec.o SevenZip/obj.x64/LzmaDec.o SevenZip/obj.x64/Ppmd7.o SevenZip/obj.x64/Ppmd7Dec.o SevenZip/obj.x64/Precomp.o Lua/obj.x64/auxiliar.o Lua/obj.x64/buffer.o Lua/obj.x64/compat.o Lua/obj.x64/except.o Lua/obj.x64/inet.o Lua/obj.x64/io.o Lua/obj.x64/lapi.o Lua/obj.x64/lauxlib.o Lua/obj.x64/lbaselib.o Lua/obj.x64/lbitlib.o Lua/obj.x64/lcode.o Lua/obj.x64/lcorolib.o Lua/obj.x64/lctype.o Lua/obj.x64/ldblib.o Lua/obj.x64/ldebug.o Lua/obj.x64/ldo.o Lua/obj.x64/ldump.o Lua/obj.x64/lfunc.o Lua/obj.x64/lgc.o Lua/obj.x64/linit.o Lua/obj.x64/liolib.o Lua/obj.x64/llex.o Lua/obj.x64/lmathlib.o Lua/obj.x64/lmem.o Lua/obj.x64/loadlib.o Lua/obj.x64/lobject.o Lua/obj.x64/lopcodes.o Lua/obj.x64/loslib.o Lua/obj.x64/lparser.o Lua/obj.x64/lstate.o Lua/obj.x64/lstring.o Lua/obj.x64/lstrlib.o Lua/obj.x64/ltable.o Lua/obj.x64/ltablib.o Lua/obj.x64/ltm.o Lua/obj.x64/luasocket.o Lua/obj.x64/lundump.o Lua/obj.x64/lutf8lib.o Lua/obj.x64/lvm.o Lua/obj.x64/lzio.o Lua/obj.x64/mime.o Lua/obj.x64/options.o Lua/obj.x64/select.o Lua/obj.x64/tcp.o Lua/obj.x64/timeout.o Lua/obj.x64/udp.o Lua/obj.x64/usocket.o Lua/obj.x64/wsocket.o Linux/obj.x64/LinuxGameController.o Linux/obj.x64/LinuxKeyManager.o Linux/obj.x64/SdlRenderer.o Linux/obj.x64/SdlSoundManager.o Linux/obj.x64/SpriteFont.o Utilities/obj.x64/ArchiveReader.o Utilities/obj.x64/AutoResetEvent.o Utilities/obj.x64/AviWriter.o Utilities/obj.x64/BpsPatcher.o Utilities/obj.x64/CRC32.o Utilities/obj.x64/CamstudioCodec.o Utilities/obj.x64/FolderUtilities.o Utilities/obj.x64/HexUtilities.o Utilities/obj.x64/IpsPatcher.o Utilities/obj.x64/PNGHelper.o Utilities/obj.x64/PlatformUtilities.o Utilities/obj.x64/SZReader.o Utilities/obj.x64/SimpleLock.o Utilities/obj.x64/Socket.o Utilities/obj.x64/Timer.o Utilities/obj.x64/UPnPPortMapper.o Utilities/obj.x64/UTF8Util.o Utilities/obj.x64/UpsPatcher.o Utilities/obj.x64/ZipReader.o Utilities/obj.x64/ZipWriter.o Utilities/obj.x64/ZmbvCodec.o Utilities/obj.x64/blip_buf.o Utilities/obj.x64/md5.o Utilities/obj.x64/miniz.o Utilities/obj.x64/nes_ntsc.o Utilities/obj.x64/sha1.o Utilities/obj.x64/stb_vorbis.o Utilities/obj.x64/stdafx.o Utilities/obj.x64/hq2x.o Utilities/obj.x64/hq3x.o Utilities/obj.x64/hq4x.o Utilities/obj.x64/init.o Utilities/obj.x64/xbrz.o Utilities/obj.x64/2xSai.o Utilities/obj.x64/Super2xSai.o Utilities/obj.x64/SuperEagle.o Utilities/obj.x64/scale2x.o Utilities/obj.x64/scale3x.o Utilities/obj.x64/scalebit.o Core/obj.x64/APU.o Core/obj.x64/Assembler.o Core/obj.x64/AutoSaveManager.o Core/obj.x64/AutomaticRomTest.o Core/obj.x64/AviRecorder.o Core/obj.x64/BaseControlDevice.o Core/obj.x64/BaseExpansionAudio.o Core/obj.x64/BaseMapper.o Core/obj.x64/BaseRenderer.o Core/obj.x64/BaseSoundManager.o Core/obj.x64/BaseVideoFilter.o Core/obj.x64/BatteryManager.o Core/obj.x64/BisqwitNtscFilter.o Core/obj.x64/BizhawkMovie.o Core/obj.x64/Breakpoint.o Core/obj.x64/CPU.o Core/obj.x64/CheatManager.o Core/obj.x64/CodeDataLogger.o Core/obj.x64/CodeRunner.o Core/obj.x64/Console.o Core/obj.x64/ControlManager.o Core/obj.x64/CrossFeedFilter.o Core/obj.x64/DebugHud.o Core/obj.x64/Debugger.o Core/obj.x64/DefaultVideoFilter.o Core/obj.x64/DeltaModulationChannel.o Core/obj.x64/Disassembler.o Core/obj.x64/DisassemblyInfo.o Core/obj.x64/EmulationSettings.o Core/obj.x64/ExpressionEvaluator.o Core/obj.x64/FDS.o Core/obj.x64/FceuxMovie.o Core/obj.x64/FdsLoader.o Core/obj.x64/GameClient.o Core/obj.x64/GameClientConnection.o Core/obj.x64/GameConnection.o Core/obj.x64/GameDatabase.o Core/obj.x64/GameServer.o Core/obj.x64/GameServerConnection.o Core/obj.x64/HdAudioDevice.o Core/obj.x64/HdNesPack.o Core/obj.x64/HdPackBuilder.o Core/obj.x64/HdPackLoader.o Core/obj.x64/HdPpu.o Core/obj.x64/HdVideoFilter.o Core/obj.x64/HistoryViewer.o Core/obj.x64/KeyManager.o Core/obj.x64/LabelManager.o Core/obj.x64/LuaApi.o Core/obj.x64/LuaCallHelper.o Core/obj.x64/LuaScriptingContext.o Core/obj.x64/MapperFactory.o Core/obj.x64/MemoryAccessCounter.o Core/obj.x64/MemoryDumper.o Core/obj.x64/MemoryManager.o Core/obj.x64/MesenMovie.o Core/obj.x64/MessageManager.o Core/obj.x64/MovieManager.o Core/obj.x64/MovieRecorder.o Core/obj.x64/NESHeader.o Core/obj.x64/NotificationManager.o Core/obj.x64/NsfLoader.o Core/obj.x64/NsfMapper.o Core/obj.x64/NsfPpu.o Core/obj.x64/NtscFilter.o Core/obj.x64/OggMixer.o Core/obj.x64/OggReader.o Core/obj.x64/PPU.o Core/obj.x64/PerformanceTracker.o Core/obj.x64/PgoUtilities.o Core/obj.x64/Profiler.o Core/obj.x64/RawVideoFilter.o Core/obj.x64/RecordedRomTest.o Core/obj.x64/ReverbFilter.o Core/obj.x64/RewindData.o Core/obj.x64/RewindManager.o Core/obj.x64/RomLoader.o Core/obj.x64/RotateFilter.o Core/obj.x64/SaveStateManager.o Core/obj.x64/ScaleFilter.o Core/obj.x64/ScriptHost.o Core/obj.x64/ScriptingContext.o Core/obj.x64/ShortcutKeyHandler.o Core/obj.x64/Snapshotable.o Core/obj.x64/SoundMixer.o Core/obj.x64/StereoCombFilter.o Core/obj.x64/StereoDelayFilter.o Core/obj.x64/StereoPanningFilter.o Core/obj.x64/TraceLogger.o Core/obj.x64/UnifLoader.o Core/obj.x64/VideoDecoder.o Core/obj.x64/VideoHud.o Core/obj.x64/VideoRenderer.o Core/obj.x64/VirtualFile.o Core/obj.x64/VsControlManager.o Core/obj.x64/WaveRecorder.o Core/obj.x64/iNesLoader.o Core/obj.x64/stdafx.o -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -pthread -L/usr/local/lib -lSDL2 -L/usr/local/lib -levdev mkdir -p Libretro/obj.x64 g++ -fPIC -Wall --std=c++14 -O3 -D LIBRETRO -m64 -Wl,-z,defs -shared -o mesen_libretro.x64.so Libretro/*.cpp SevenZip/obj.x64/7zAlloc.o SevenZip/obj.x64/7zArcIn.o SevenZip/obj.x64/7zBuf.o SevenZip/obj.x64/7zCrc.o SevenZip/obj.x64/7zCrcOpt.o SevenZip/obj.x64/7zDec.o SevenZip/obj.x64/7zFile.o SevenZip/obj.x64/7zMemBuffer.o SevenZip/obj.x64/7zStream.o SevenZip/obj.x64/Bcj2.o SevenZip/obj.x64/Bra.o SevenZip/obj.x64/Bra86.o SevenZip/obj.x64/BraIA64.o SevenZip/obj.x64/CpuArch.o SevenZip/obj.x64/Delta.o SevenZip/obj.x64/Lzma2Dec.o SevenZip/obj.x64/LzmaDec.o SevenZip/obj.x64/Ppmd7.o SevenZip/obj.x64/Ppmd7Dec.o SevenZip/obj.x64/Precomp.o Utilities/obj.x64/ArchiveReader.o Utilities/obj.x64/AutoResetEvent.o Utilities/obj.x64/AviWriter.o Utilities/obj.x64/BpsPatcher.o Utilities/obj.x64/CRC32.o Utilities/obj.x64/CamstudioCodec.o Utilities/obj.x64/FolderUtilities.o Utilities/obj.x64/HexUtilities.o Utilities/obj.x64/IpsPatcher.o Utilities/obj.x64/PNGHelper.o Utilities/obj.x64/PlatformUtilities.o Utilities/obj.x64/SZReader.o Utilities/obj.x64/SimpleLock.o Utilities/obj.x64/Socket.o Utilities/obj.x64/Timer.o Utilities/obj.x64/UPnPPortMapper.o Utilities/obj.x64/UTF8Util.o Utilities/obj.x64/UpsPatcher.o Utilities/obj.x64/ZipReader.o Utilities/obj.x64/ZipWriter.o Utilities/obj.x64/ZmbvCodec.o Utilities/obj.x64/blip_buf.o Utilities/obj.x64/md5.o Utilities/obj.x64/miniz.o Utilities/obj.x64/nes_ntsc.o Utilities/obj.x64/sha1.o Utilities/obj.x64/stb_vorbis.o Utilities/obj.x64/stdafx.o Utilities/obj.x64/hq2x.o Utilities/obj.x64/hq3x.o Utilities/obj.x64/hq4x.o Utilities/obj.x64/init.o Utilities/obj.x64/xbrz.o Utilities/obj.x64/2xSai.o Utilities/obj.x64/Super2xSai.o Utilities/obj.x64/SuperEagle.o Utilities/obj.x64/scale2x.o Utilities/obj.x64/scale3x.o Utilities/obj.x64/scalebit.o Core/obj.x64/APU.o Core/obj.x64/Assembler.o Core/obj.x64/AutoSaveManager.o Core/obj.x64/AutomaticRomTest.o Core/obj.x64/AviRecorder.o Core/obj.x64/BaseControlDevice.o Core/obj.x64/BaseExpansionAudio.o Core/obj.x64/BaseMapper.o Core/obj.x64/BaseRenderer.o Core/obj.x64/BaseSoundManager.o Core/obj.x64/BaseVideoFilter.o Core/obj.x64/BatteryManager.o Core/obj.x64/BisqwitNtscFilter.o Core/obj.x64/BizhawkMovie.o Core/obj.x64/Breakpoint.o Core/obj.x64/CPU.o Core/obj.x64/CheatManager.o Core/obj.x64/CodeDataLogger.o Core/obj.x64/CodeRunner.o Core/obj.x64/Console.o Core/obj.x64/ControlManager.o Core/obj.x64/CrossFeedFilter.o Core/obj.x64/DebugHud.o Core/obj.x64/Debugger.o Core/obj.x64/DefaultVideoFilter.o Core/obj.x64/DeltaModulationChannel.o Core/obj.x64/Disassembler.o Core/obj.x64/DisassemblyInfo.o Core/obj.x64/EmulationSettings.o Core/obj.x64/ExpressionEvaluator.o Core/obj.x64/FDS.o Core/obj.x64/FceuxMovie.o Core/obj.x64/FdsLoader.o Core/obj.x64/GameClient.o Core/obj.x64/GameClientConnection.o Core/obj.x64/GameConnection.o Core/obj.x64/GameDatabase.o Core/obj.x64/GameServer.o Core/obj.x64/GameServerConnection.o Core/obj.x64/HdAudioDevice.o Core/obj.x64/HdNesPack.o Core/obj.x64/HdPackBuilder.o Core/obj.x64/HdPackLoader.o Core/obj.x64/HdPpu.o Core/obj.x64/HdVideoFilter.o Core/obj.x64/HistoryViewer.o Core/obj.x64/KeyManager.o Core/obj.x64/LabelManager.o Core/obj.x64/LuaApi.o Core/obj.x64/LuaCallHelper.o Core/obj.x64/LuaScriptingContext.o Core/obj.x64/MapperFactory.o Core/obj.x64/MemoryAccessCounter.o Core/obj.x64/MemoryDumper.o Core/obj.x64/MemoryManager.o Core/obj.x64/MesenMovie.o Core/obj.x64/MessageManager.o Core/obj.x64/MovieManager.o Core/obj.x64/MovieRecorder.o Core/obj.x64/NESHeader.o Core/obj.x64/NotificationManager.o Core/obj.x64/NsfLoader.o Core/obj.x64/NsfMapper.o Core/obj.x64/NsfPpu.o Core/obj.x64/NtscFilter.o Core/obj.x64/OggMixer.o Core/obj.x64/OggReader.o Core/obj.x64/PPU.o Core/obj.x64/PerformanceTracker.o Core/obj.x64/PgoUtilities.o Core/obj.x64/Profiler.o Core/obj.x64/RawVideoFilter.o Core/obj.x64/RecordedRomTest.o Core/obj.x64/ReverbFilter.o Core/obj.x64/RewindData.o Core/obj.x64/RewindManager.o Core/obj.x64/RomLoader.o Core/obj.x64/RotateFilter.o Core/obj.x64/SaveStateManager.o Core/obj.x64/ScaleFilter.o Core/obj.x64/ScriptHost.o Core/obj.x64/ScriptingContext.o Core/obj.x64/ShortcutKeyHandler.o Core/obj.x64/Snapshotable.o Core/obj.x64/SoundMixer.o Core/obj.x64/StereoCombFilter.o Core/obj.x64/StereoDelayFilter.o Core/obj.x64/StereoPanningFilter.o Core/obj.x64/TraceLogger.o Core/obj.x64/UnifLoader.o Core/obj.x64/VideoDecoder.o Core/obj.x64/VideoHud.o Core/obj.x64/VideoRenderer.o Core/obj.x64/VirtualFile.o Core/obj.x64/VsControlManager.o Core/obj.x64/WaveRecorder.o Core/obj.x64/iNesLoader.o Core/obj.x64/stdafx.o Lua/obj.x64/auxiliar.o Lua/obj.x64/buffer.o Lua/obj.x64/compat.o Lua/obj.x64/except.o Lua/obj.x64/inet.o Lua/obj.x64/io.o Lua/obj.x64/lapi.o Lua/obj.x64/lauxlib.o Lua/obj.x64/lbaselib.o Lua/obj.x64/lbitlib.o Lua/obj.x64/lcode.o Lua/obj.x64/lcorolib.o Lua/obj.x64/lctype.o Lua/obj.x64/ldblib.o Lua/obj.x64/ldebug.o Lua/obj.x64/ldo.o Lua/obj.x64/ldump.o Lua/obj.x64/lfunc.o Lua/obj.x64/lgc.o Lua/obj.x64/linit.o Lua/obj.x64/liolib.o Lua/obj.x64/llex.o Lua/obj.x64/lmathlib.o Lua/obj.x64/lmem.o Lua/obj.x64/loadlib.o Lua/obj.x64/lobject.o Lua/obj.x64/lopcodes.o Lua/obj.x64/loslib.o Lua/obj.x64/lparser.o Lua/obj.x64/lstate.o Lua/obj.x64/lstring.o Lua/obj.x64/lstrlib.o Lua/obj.x64/ltable.o Lua/obj.x64/ltablib.o Lua/obj.x64/ltm.o Lua/obj.x64/luasocket.o Lua/obj.x64/lundump.o Lua/obj.x64/lutf8lib.o Lua/obj.x64/lvm.o Lua/obj.x64/lzio.o Lua/obj.x64/mime.o Lua/obj.x64/options.o Lua/obj.x64/select.o Lua/obj.x64/tcp.o Lua/obj.x64/timeout.o Lua/obj.x64/udp.o Lua/obj.x64/usocket.o Lua/obj.x64/wsocket.o -pthread Libretro/libretro.cpp:58:42: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenNtscFilter = "mesen_ntsc_filter"; ^~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:59:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenPalette = "mesen_palette"; ^~~~~~~~~~~~~~~ Libretro/libretro.cpp:60:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenNoSpriteLimit = "mesen_nospritelimit"; ^~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:61:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenOverclock = "mesen_overclock"; ^~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:62:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenOverclockType = "mesen_overclock_type"; ^~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:63:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenOverscanVertical = "mesen_overscan_vertical"; ^~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:64:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenOverscanHorizontal = "mesen_overscan_horizontal"; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:65:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenAspectRatio = "mesen_aspect_ratio"; ^~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:66:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenRegion = "mesen_region"; ^~~~~~~~~~~~~~ Libretro/libretro.cpp:67:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenRamState = "mesen_ramstate"; ^~~~~~~~~~~~~~~~ Libretro/libretro.cpp:68:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenControllerTurboSpeed = "mesen_controllerturbospeed"; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:69:49: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenFdsAutoSelectDisk = "mesen_fdsautoinsertdisk"; ^~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:70:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenFdsFastForwardLoad = "mesen_fdsfastforwardload"; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:71:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenHdPacks = "mesen_hdpacks"; ^~~~~~~~~~~~~~~ Libretro/libretro.cpp:72:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenScreenRotation = "mesen_screenrotation"; ^~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:73:42: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenFakeStereo = "mesen_fake_stereo"; ^~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:74:54: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenMuteTriangleUltrasonic = "mesen_mute_triangle_ultrasonic"; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:75:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenReduceDmcPopping = "mesen_reduce_dmc_popping"; ^~~~~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:76:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenSwapDutyCycle = "mesen_swap_duty_cycle"; ^~~~~~~~~~~~~~~~~~~~~~~ Libretro/libretro.cpp:77:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] static constexpr char* MesenDisableNoiseModeFlag = "mesen_disable_noise_mode_flag"; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lua/obj.x64/loslib.o:loslib.c:function os_tmpname: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() cp mesen_libretro.x64.so bin/pgohelperlib.so mv mesen_libretro.x64.so Libretro/obj.x64 mkdir -p bin cp ./Libretro/obj.x64/mesen_libretro.x64.so ./bin/ Lua/obj.x64/loslib.o:loslib.c:function os_tmpname: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() cp libMesenCore.x64.dll bin/pgohelperlib.so mv libMesenCore.x64.dll InteropDLL/obj.x64 mkdir -p bin/x64/Release/Dependencies rm -fr bin/x64/Release/Dependencies/* cd UpdateHelper && msbuild /property:Configuration="Release" /property:Platform="AnyCPU" Microsoft (R) Build Engine version 42.42.42.42 ( May 14, 2020 at 05:20:23 PM UTC) for Mono Copyright (C) Microsoft Corporation. All rights reserved. Build started 05/14/2020 19:23:13. Project "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/UpdateHelper/UpdateHelper.csproj" on node 1 (default targets). PrepareForBuild: Creating directory "../bin/Any CPU/Release/". Creating directory "obj/Release/". GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE /highentropyva+ /reference:/usr/local/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/local/lib/mono/4.5-api/mscorlib.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/local/lib/mono/4.5-api/System.Windows.Forms.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /debug:pdbonly /filealign:512 /optimize+ /out:obj/Release/MesenUpdater.exe /subsystemversion:6.00 /target:winexe /utf8output /win32icon:Icon.ico Program.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.5.AssemblyAttributes.cs" CopyFilesToOutputDirectory: Copying file from "obj/Release/MesenUpdater.exe" to "../bin/Any CPU/Release/MesenUpdater.exe". UpdateHelper -> /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/bin/Any CPU/Release/MesenUpdater.exe Copying file from "obj/Release/MesenUpdater.pdb" to "../bin/Any CPU/Release/MesenUpdater.pdb". Done Building Project "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/UpdateHelper/UpdateHelper.csproj" (default targets). Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:12.11 cp "bin/Any CPU/Release/MesenUpdater.exe" bin/x64/Release/Dependencies/ cp -r GUI.NET/Dependencies/* bin/x64/Release/Dependencies/ cp InteropDLL/obj.x64/libMesenCore.x64.dll bin/x64/Release/Dependencies/libMesenCore.x64.dll cd bin/x64/Release/Dependencies && zip -r ../Dependencies.zip * adding: BouncyCastle.Crypto.dll (deflated 60%) adding: CharacterMappings.txt (deflated 73%) adding: DipswitchDefinitions.xml (deflated 91%) adding: DroidSansMono.ttf (deflated 35%) adding: Font.24.spritefont (deflated 89%) adding: Font.64.spritefont (deflated 94%) adding: Google.Apis.Auth.PlatformServices.dll (deflated 57%) adding: Google.Apis.Auth.dll (deflated 59%) adding: Google.Apis.Core.dll (deflated 54%) adding: Google.Apis.Drive.v3.dll (deflated 64%) adding: Google.Apis.PlatformServices.dll (deflated 56%) adding: Google.Apis.dll (deflated 55%) adding: LICENSE.txt (deflated 57%) adding: LuaScripts/ (stored 0%) adding: LuaScripts/DmcCapture.lua (deflated 67%) adding: LuaScripts/Grid.lua (deflated 57%) adding: LuaScripts/LogParallax.lua (deflated 46%) adding: LuaScripts/DrawMode.lua (deflated 49%) adding: LuaScripts/SpriteBox.lua (deflated 65%) adding: LuaScripts/GameBoyMode.lua (deflated 69%) adding: LuaScripts/Example.lua (deflated 56%) adding: LuaScripts/NtscSafeArea.lua (deflated 51%) adding: LuaScripts/ModifyScreen.lua (deflated 70%) adding: LuaScripts/ReverseMode.lua (deflated 48%) adding: MesenCheatDb.xml (deflated 92%) adding: MesenDB.txt (deflated 81%) adding: MesenUpdater.exe (deflated 78%) adding: Newtonsoft.Json.dll (deflated 62%) adding: PixelFont.ttf (deflated 69%) adding: Zlib.Portable.dll (deflated 60%) adding: libMesenCore.x64.dll (deflated 67%) adding: resources.ca.xml (deflated 76%) adding: resources.en.xml (deflated 78%) adding: resources.es.xml (deflated 76%) adding: resources.fr.xml (deflated 77%) adding: resources.ja.xml (deflated 78%) adding: resources.pt.xml (deflated 77%) adding: resources.ru.xml (deflated 76%) adding: resources.uk.xml (deflated 77%) adding: resources.zh.xml (deflated 75%) cd GUI.NET && msbuild /property:Configuration="Release" /property:Platform="x64" /property:PreBuildEvent="" '/property:DefineConstants="HIDETESTMENU;DISABLEAUTOUPDATE"' /property:CodeAnalysisRuleSet="" Microsoft (R) Build Engine version 42.42.42.42 ( May 14, 2020 at 05:20:23 PM UTC) for Mono Copyright (C) Microsoft Corporation. All rights reserved. Build started 05/14/2020 19:23:29. Project "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/GUI.NET.csproj" on node 1 (default targets). PrepareForBuild: Creating directory "obj/x64/Release/". CoreResGen: /usr/local/lib/mono/4.5/resgen.exe /useSourcePath /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/BouncyCastle.Crypto.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Auth.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Auth.PlatformServices.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Core.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Drive.v3.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.PlatformServices.dll /r:/usr/local/lib/mono/4.5-api/Microsoft.CSharp.dll /r:/usr/local/lib/mono/4.5-api/mscorlib.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Newtonsoft.Json.dll /r:/usr/local/lib/mono/4.5-api/System.Core.dll /r:/usr/local/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /r:/usr/local/lib/mono/4.5-api/System.Data.dll /r:/usr/local/lib/mono/4.5-api/System.dll /r:/usr/local/lib/mono/4.5-api/System.Drawing.dll /r:/usr/local/lib/mono/4.5-api/System.IO.Compression.dll /r:/usr/local/lib/mono/4.5-api/System.IO.Compression.FileSystem.dll /r:/usr/local/lib/mono/4.5-api/System.Windows.Forms.dll /r:/usr/local/lib/mono/4.5-api/System.Xml.dll /r:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /r:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Zlib.Portable.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Collections.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ComponentModel.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Globalization.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.IO.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Linq.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Net.Primitives.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Net.Requests.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ObjectModel.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Security.Principal.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Text.Encoding.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Threading.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll /r:/usr/local/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll /compile Controls/MesenNumericUpDown.resx,obj/x64/Release/Mesen.GUI.Controls.MesenNumericUpDown.resources Debugger/Controls/ApuViewer/ctrlEnvelopeInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ApuViewer.ctrlEnvelopeInfo.resources Debugger/Controls/ApuViewer/ctrlLengthCounterInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ApuViewer.ctrlLengthCounterInfo.resources Debugger/Controls/ApuViewer/ctrlDmcInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlDmcInfo.resources Debugger/Controls/ApuViewer/ctrlFrameCounterInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFrameCounterInfo.resources Debugger/Controls/ApuViewer/ctrlNoiseInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlNoiseInfo.resources Debugger/Controls/ApuViewer/ctrlTriangleInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTriangleInfo.resources Debugger/Controls/ApuViewer/ctrlSquareInfo.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSquareInfo.resources Debugger/Controls/CodeViewerActions.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.CodeViewerActions.resources Debugger/Controls/ctrlCharacterMapping.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCharacterMapping.resources Debugger/Controls/ctrlCharacterMappings.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCharacterMappings.resources Debugger/Controls/ctrlDbgShortcuts.resx,obj/x64/Release/Mesen.GUI.Debugger.ctrlDbgShortcuts.resources Debugger/Controls/ctrlEventViewerListView.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlEventViewerListView.resources Debugger/Controls/ctrlFindOccurrences.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFindOccurrences.resources Debugger/Controls/ctrlFlagStatus.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFlagStatus.resources Debugger/Controls/ctrlEventViewerPpuView.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlEventViewerPpuView.resources Debugger/Controls/ctrlScanlineCycleSelect.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlScanlineCycleSelect.resources Debugger/Controls/ctrlSearchResult.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSearchResult.resources Debugger/Controls/ctrlTextHooker.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTextHooker.resources Debugger/Controls/ctrlSourceViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSourceViewer.resources Debugger/frmExternalEditorConfig.resx,obj/x64/Release/Mesen.GUI.Debugger.frmExternalEditorConfig.resources Debugger/frmGoToAll.resx,obj/x64/Release/Mesen.GUI.Debugger.frmGoToAll.resources Debugger/frmProfiler.resx,obj/x64/Release/Mesen.GUI.Debugger.frmProfiler.resources Debugger/frmSetScriptTimeout.resx,obj/x64/Release/Mesen.GUI.Debugger.frmSetScriptTimeout.resources Debugger/frmTextHooker.resx,obj/x64/Release/Mesen.GUI.Debugger.frmTextHooker.resources Debugger/frmWatchWindow.resx,obj/x64/Release/Mesen.GUI.Debugger.frmWatchWindow.resources Controls/ctrlHorizontalTrackbar.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlHorizontalTrackbar.resources Controls/ctrlLoadingRom.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlLoadingRom.resources Controls/ctrlNsfPlayer.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlNsfPlayer.resources Controls/ctrlRecentGames.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlRecentGames.resources Controls/ctrlRiskyOption.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlRiskyOption.resources Controls/ctrlTrackbar.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlTrackbar.resources Controls/ctrlRenderer.resx,obj/x64/Release/Mesen.GUI.Controls.ctrlRenderer.resources Debugger/Controls/ctrlBreakpoints.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlBreakpoints.resources Debugger/Controls/ctrlCallstack.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCallstack.resources Debugger/Controls/ctrlAddressList.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlAddressList.resources Debugger/Controls/ctrlLabelList.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlLabelList.resources Debugger/Controls/ctrlFunctionList.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFunctionList.resources Debugger/Controls/ctrlProfiler.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlProfiler.resources Debugger/Controls/ctrlMemoryAccessCounters.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlMemoryAccessCounters.resources Debugger/Controls/ctrlPaletteViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlPaletteViewer.resources Debugger/Controls/ctrlSpriteViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSpriteViewer.resources Debugger/Controls/ctrlChrViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlChrViewer.resources Debugger/Controls/ctrlConsoleStatus.resx,obj/x64/Release/Mesen.GUI.Debugger.ctrlConsoleStatus.resources Debugger/Controls/ctrlDebuggerCode.resx,obj/x64/Release/Mesen.GUI.Debugger.ctrlDebuggerCode.resources Debugger/Controls/ctrlHexViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlHexViewer.resources Debugger/Controls/ctrlNametableViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlNametableViewer.resources Debugger/Controls/ctrlScrollableTextbox.resx,obj/x64/Release/Mesen.GUI.Debugger.ctrlScrollableTextbox.resources Debugger/Controls/ctrlTilePalette.resx,obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTilePalette.resources Debugger/Controls/ctrlWatch.resx,obj/x64/Release/Mesen.GUI.Debugger.ctrlWatch.resources Debugger/ctrlPaletteDisplay.resx,obj/x64/Release/Mesen.GUI.Debugger.ctrlPaletteDisplay.resources Debugger/FastColoredTextBox/FastColoredTextBox.resx,obj/x64/Release/FastColoredTextBoxNS.FastColoredTextBox.resources Debugger/FastColoredTextBox/FindForm.resx,obj/x64/Release/FastColoredTextBoxNS.FindForm.resources Debugger/FastColoredTextBox/GoToForm.resx,obj/x64/Release/FastColoredTextBoxNS.GoToForm.resources Debugger/FastColoredTextBox/HotkeysEditorForm.resx,obj/x64/Release/FastColoredTextBoxNS.HotkeysEditorForm.resources Debugger/FastColoredTextBox/ReplaceForm.resx,obj/x64/Release/FastColoredTextBoxNS.ReplaceForm.resources Debugger/frmApuViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.frmApuViewer.resources Debugger/frmAssembler.resx,obj/x64/Release/Mesen.GUI.Debugger.frmAssembler.resources Debugger/frmBreakOn.resx,obj/x64/Release/Mesen.GUI.Debugger.frmBreakOn.resources Debugger/frmCodePreviewTooltip.resx,obj/x64/Release/Mesen.GUI.Debugger.frmCodePreviewTooltip.resources Debugger/frmDbgPreferences.resx,obj/x64/Release/Mesen.GUI.Debugger.frmDbgPreferences.resources Debugger/frmEventViewerColors.resx,obj/x64/Release/Mesen.GUI.Debugger.frmEventViewerColors.resources Debugger/frmDebuggerColors.resx,obj/x64/Release/Mesen.GUI.Debugger.frmDebuggerColors.resources Debugger/frmEventViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.frmEventViewer.resources Debugger/frmDbgShortcutGetKey.resx,obj/x64/Release/Mesen.GUI.Debugger.frmDbgShortcutGetKey.resources Debugger/frmImportSettings.resx,obj/x64/Release/Mesen.GUI.Debugger.frmImportSettings.resources Debugger/frmOpCodeTooltip.resx,obj/x64/Release/Mesen.GUI.Debugger.frmOpCodeTooltip.resources Debugger/frmMemoryViewerColors.resx,obj/x64/Release/Mesen.GUI.Debugger.frmMemoryViewerColors.resources Debugger/frmAssemblerColors.resx,obj/x64/Release/Mesen.GUI.Debugger.frmAssemblerColors.resources Debugger/frmCodeTooltip.resx,obj/x64/Release/Mesen.GUI.Debugger.frmCodeTooltip.resources Debugger/frmEditHeader.resx,obj/x64/Release/Mesen.GUI.Debugger.frmEditHeader.resources Debugger/frmEditLabel.resx,obj/x64/Release/Mesen.GUI.Debugger.frmEditLabel.resources Debugger/frmBreakpoint.resx,obj/x64/Release/Mesen.GUI.Debugger.frmBreakpoint.resources Debugger/frmDebugger.resx,obj/x64/Release/Mesen.GUI.Debugger.frmDebugger.resources Debugger/frmBreakIn.resx,obj/x64/Release/Mesen.GUI.Debugger.frmBreakIn.resources Debugger/frmFindOccurrences.resx,obj/x64/Release/Mesen.GUI.Debugger.frmFindOccurrences.resources Debugger/frmFadeSpeed.resx,obj/x64/Release/Mesen.GUI.Debugger.frmFadeSpeed.resources Debugger/frmGoToLine.resx,obj/x64/Release/Mesen.GUI.Debugger.frmGoToLine.resources Debugger/frmMemoryViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.frmMemoryViewer.resources Debugger/frmPpuViewer.resx,obj/x64/Release/Mesen.GUI.Debugger.frmPpuViewer.resources Debugger/frmScript.resx,obj/x64/Release/Mesen.GUI.Debugger.frmScript.resources Debugger/frmSelectColor.resx,obj/x64/Release/Mesen.GUI.Debugger.frmSelectColor.resources Debugger/frmTraceLogger.resx,obj/x64/Release/Mesen.GUI.Debugger.frmTraceLogger.resources Debugger/HexBox/HexBox.resx,obj/x64/Release/Mesen.GUI.Debugger.HexBox.HexBox.resources Forms/BaseConfigForm.resx,obj/x64/Release/Mesen.GUI.Forms.BaseConfigForm.resources Forms/BaseForm.resx,obj/x64/Release/Mesen.GUI.Forms.BaseForm.resources Forms/BaseInputForm.resx,obj/x64/Release/Mesen.GUI.Forms.BaseInputForm.resources Forms/Cheats/ctrlCheatFinder.resx,obj/x64/Release/Mesen.GUI.Forms.Cheats.ctrlCheatFinder.resources Forms/Cheats/frmCheat.resx,obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheat.resources Forms/Cheats/frmCheatImport.resx,obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatImport.resources Forms/Cheats/frmCheatImportFromDb.resx,obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatImportFromDb.resources Forms/Config/BaseInputConfigForm.resx,obj/x64/Release/Mesen.GUI.Forms.Config.BaseInputConfigForm.resources Forms/Config/Controllers/ctrlPachinkoConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPachinkoConfig.resources Forms/Config/Controllers/ctrlBandaiMicrophone.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlBandaiMicrophone.resources Forms/Config/Controllers/frmPachinkoConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmPachinkoConfig.resources Forms/Config/Controllers/frmMouseConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmMouseConfig.resources Forms/Config/Controllers/frmBandaiMicrophone.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmBandaiMicrophone.resources Forms/Config/ctrlDipSwitch.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlDipSwitch.resources Forms/Config/ctrlEmulatorShortcuts.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlEmulatorShortcuts.resources Forms/Config/Controllers/ctrlSuborKeyboardConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlSuborKeyboardConfig.resources Forms/Config/Controllers/ctrlFamilyBasicKeyboardConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlFamilyBasicKeyboardConfig.resources Forms/Config/ctrlKeyBindingHint.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlKeyBindingHint.resources Forms/Config/Controllers/ctrlJissenMahjongConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlJissenMahjongConfig.resources Forms/Config/ctrlPathSelection.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPathSelection.resources Forms/Config/Controllers/ctrlPartytapConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPartytapConfig.resources Forms/Config/Controllers/ctrlExcitingBoxingConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlExcitingBoxingConfig.resources Forms/Config/Controllers/ctrlStandardController.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlStandardController.resources Forms/Config/Controllers/frmSuborKeyboardConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmSuborKeyboardConfig.resources Forms/Config/Controllers/frmJissenMahjongConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmJissenMahjongConfig.resources Forms/Config/Controllers/frmFamilyBasicKeyboardConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmFamilyBasicKeyboardConfig.resources Forms/Config/Controllers/frmPartytapConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmPartytapConfig.resources Forms/Config/Controllers/frmExcitingBoxingConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmExcitingBoxingConfig.resources Forms/Config/Controllers/frmPowerPadConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmPowerPadConfig.resources Forms/Config/Controllers/frmControllerConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmControllerConfig.resources Forms/Config/frmCopyFiles.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmCopyFiles.resources Forms/Config/frmEmulationConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmEmulationConfig.resources Forms/Config/frmGetKey.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmGetKey.resources Forms/Config/frmInputConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmInputConfig.resources Forms/Config/frmAudioConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmAudioConfig.resources Forms/Config/frmPreferences.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmPreferences.resources Forms/Config/frmVideoConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmVideoConfig.resources Forms/Cheats/frmCheatList.resx,obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatList.resources Forms/Config/frmGameConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmGameConfig.resources Forms/Config/Controllers/ctrlPowerPadConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPowerPadConfig.resources Forms/Config/Controllers/frmZapperConfig.resx,obj/x64/Release/Mesen.GUI.Forms.Config.frmZapperConfig.resources Forms/frmAbout.resx,obj/x64/Release/Mesen.GUI.Forms.frmAbout.resources Forms/frmConfigWizard.resx,obj/x64/Release/Mesen.GUI.Forms.frmConfigWizard.resources Forms/frmDownloadProgress.resx,obj/x64/Release/Mesen.GUI.Forms.frmDownloadProgress.resources Forms/frmHelp.resx,obj/x64/Release/Mesen.GUI.Forms.frmHelp.resources Forms/frmHistoryViewer.resx,obj/x64/Release/Mesen.GUI.Forms.frmHistoryViewer.resources Forms/frmInputBarcode.resx,obj/x64/Release/Mesen.GUI.Forms.frmInputBarcode.resources Forms/frmLogWindow.resx,obj/x64/Release/Mesen.GUI.Forms.frmLogWindow.resources Forms/frmMain.resx,obj/x64/Release/Mesen.GUI.Forms.frmMain.resources Forms/frmRecordMovie.resx,obj/x64/Release/Mesen.GUI.Forms.frmRecordMovie.resources Forms/frmRecordAvi.resx,obj/x64/Release/Mesen.GUI.Forms.frmRecordAvi.resources Forms/frmSelectExportRange.resx,obj/x64/Release/Mesen.GUI.Forms.frmSelectExportRange.resources Forms/frmSelectRom.resx,obj/x64/Release/Mesen.GUI.Forms.frmSelectRom.resources Forms/frmUpdatePrompt.resx,obj/x64/Release/Mesen.GUI.Forms.frmUpdatePrompt.resources Forms/HdPackEditor/frmHdPackEditor.resx,obj/x64/Release/Mesen.GUI.Forms.HdPackEditor.frmHdPackEditor.resources Forms/NetPlay/frmClientConfig.resx,obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmClientConfig.resources Forms/NetPlay/frmPlayerProfile.resx,obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmPlayerProfile.resources Forms/NetPlay/frmServerConfig.resx,obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmServerConfig.resources Properties/Resources.resx,obj/x64/Release/Mesen.GUI.Properties.Resources.resources Processing resource file "Controls/MesenNumericUpDown.resx" into "obj/x64/Release/Mesen.GUI.Controls.MesenNumericUpDown.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlEnvelopeInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ApuViewer.ctrlEnvelopeInfo.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlLengthCounterInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ApuViewer.ctrlLengthCounterInfo.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlDmcInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlDmcInfo.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlFrameCounterInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFrameCounterInfo.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlNoiseInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlNoiseInfo.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlTriangleInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTriangleInfo.resources". Processing resource file "Debugger/Controls/ApuViewer/ctrlSquareInfo.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSquareInfo.resources". Processing resource file "Debugger/Controls/CodeViewerActions.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.CodeViewerActions.resources". Processing resource file "Debugger/Controls/ctrlCharacterMapping.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCharacterMapping.resources". Processing resource file "Debugger/Controls/ctrlCharacterMappings.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCharacterMappings.resources". Processing resource file "Debugger/Controls/ctrlDbgShortcuts.resx" into "obj/x64/Release/Mesen.GUI.Debugger.ctrlDbgShortcuts.resources". Processing resource file "Debugger/Controls/ctrlEventViewerListView.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlEventViewerListView.resources". Processing resource file "Debugger/Controls/ctrlFindOccurrences.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFindOccurrences.resources". Processing resource file "Debugger/Controls/ctrlFlagStatus.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFlagStatus.resources". Processing resource file "Debugger/Controls/ctrlEventViewerPpuView.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlEventViewerPpuView.resources". Processing resource file "Debugger/Controls/ctrlScanlineCycleSelect.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlScanlineCycleSelect.resources". Processing resource file "Debugger/Controls/ctrlSearchResult.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSearchResult.resources". Processing resource file "Debugger/Controls/ctrlTextHooker.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTextHooker.resources". Processing resource file "Debugger/Controls/ctrlSourceViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSourceViewer.resources". Processing resource file "Debugger/frmExternalEditorConfig.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmExternalEditorConfig.resources". Processing resource file "Debugger/frmGoToAll.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmGoToAll.resources". Processing resource file "Debugger/frmProfiler.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmProfiler.resources". Processing resource file "Debugger/frmSetScriptTimeout.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmSetScriptTimeout.resources". Processing resource file "Debugger/frmTextHooker.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmTextHooker.resources". Processing resource file "Debugger/frmWatchWindow.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmWatchWindow.resources". Processing resource file "Controls/ctrlHorizontalTrackbar.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlHorizontalTrackbar.resources". Processing resource file "Controls/ctrlLoadingRom.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlLoadingRom.resources". Processing resource file "Controls/ctrlNsfPlayer.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlNsfPlayer.resources". Processing resource file "Controls/ctrlRecentGames.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlRecentGames.resources". Processing resource file "Controls/ctrlRiskyOption.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlRiskyOption.resources". Processing resource file "Controls/ctrlTrackbar.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlTrackbar.resources". Processing resource file "Controls/ctrlRenderer.resx" into "obj/x64/Release/Mesen.GUI.Controls.ctrlRenderer.resources". Processing resource file "Debugger/Controls/ctrlBreakpoints.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlBreakpoints.resources". Processing resource file "Debugger/Controls/ctrlCallstack.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCallstack.resources". Processing resource file "Debugger/Controls/ctrlAddressList.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlAddressList.resources". Processing resource file "Debugger/Controls/ctrlLabelList.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlLabelList.resources". Processing resource file "Debugger/Controls/ctrlFunctionList.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFunctionList.resources". Processing resource file "Debugger/Controls/ctrlProfiler.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlProfiler.resources". Processing resource file "Debugger/Controls/ctrlMemoryAccessCounters.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlMemoryAccessCounters.resources". Processing resource file "Debugger/Controls/ctrlPaletteViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlPaletteViewer.resources". Processing resource file "Debugger/Controls/ctrlSpriteViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSpriteViewer.resources". Processing resource file "Debugger/Controls/ctrlChrViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlChrViewer.resources". Processing resource file "Debugger/Controls/ctrlConsoleStatus.resx" into "obj/x64/Release/Mesen.GUI.Debugger.ctrlConsoleStatus.resources". Processing resource file "Debugger/Controls/ctrlDebuggerCode.resx" into "obj/x64/Release/Mesen.GUI.Debugger.ctrlDebuggerCode.resources". Processing resource file "Debugger/Controls/ctrlHexViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlHexViewer.resources". Processing resource file "Debugger/Controls/ctrlNametableViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlNametableViewer.resources". Processing resource file "Debugger/Controls/ctrlScrollableTextbox.resx" into "obj/x64/Release/Mesen.GUI.Debugger.ctrlScrollableTextbox.resources". Processing resource file "Debugger/Controls/ctrlTilePalette.resx" into "obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTilePalette.resources". Processing resource file "Debugger/Controls/ctrlWatch.resx" into "obj/x64/Release/Mesen.GUI.Debugger.ctrlWatch.resources". Processing resource file "Debugger/ctrlPaletteDisplay.resx" into "obj/x64/Release/Mesen.GUI.Debugger.ctrlPaletteDisplay.resources". Processing resource file "Debugger/FastColoredTextBox/FastColoredTextBox.resx" into "obj/x64/Release/FastColoredTextBoxNS.FastColoredTextBox.resources". Processing resource file "Debugger/FastColoredTextBox/FindForm.resx" into "obj/x64/Release/FastColoredTextBoxNS.FindForm.resources". Processing resource file "Debugger/FastColoredTextBox/GoToForm.resx" into "obj/x64/Release/FastColoredTextBoxNS.GoToForm.resources". Processing resource file "Debugger/FastColoredTextBox/HotkeysEditorForm.resx" into "obj/x64/Release/FastColoredTextBoxNS.HotkeysEditorForm.resources". Processing resource file "Debugger/FastColoredTextBox/ReplaceForm.resx" into "obj/x64/Release/FastColoredTextBoxNS.ReplaceForm.resources". Processing resource file "Debugger/frmApuViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmApuViewer.resources". Processing resource file "Debugger/frmAssembler.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmAssembler.resources". Processing resource file "Debugger/frmBreakOn.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmBreakOn.resources". Processing resource file "Debugger/frmCodePreviewTooltip.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmCodePreviewTooltip.resources". Processing resource file "Debugger/frmDbgPreferences.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmDbgPreferences.resources". Processing resource file "Debugger/frmEventViewerColors.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmEventViewerColors.resources". Processing resource file "Debugger/frmDebuggerColors.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmDebuggerColors.resources". Processing resource file "Debugger/frmEventViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmEventViewer.resources". Processing resource file "Debugger/frmDbgShortcutGetKey.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmDbgShortcutGetKey.resources". Processing resource file "Debugger/frmImportSettings.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmImportSettings.resources". Processing resource file "Debugger/frmOpCodeTooltip.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmOpCodeTooltip.resources". Processing resource file "Debugger/frmMemoryViewerColors.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmMemoryViewerColors.resources". Processing resource file "Debugger/frmAssemblerColors.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmAssemblerColors.resources". Processing resource file "Debugger/frmCodeTooltip.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmCodeTooltip.resources". Processing resource file "Debugger/frmEditHeader.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmEditHeader.resources". Processing resource file "Debugger/frmEditLabel.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmEditLabel.resources". Processing resource file "Debugger/frmBreakpoint.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmBreakpoint.resources". Processing resource file "Debugger/frmDebugger.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmDebugger.resources". Processing resource file "Debugger/frmBreakIn.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmBreakIn.resources". Processing resource file "Debugger/frmFindOccurrences.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmFindOccurrences.resources". Processing resource file "Debugger/frmFadeSpeed.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmFadeSpeed.resources". Processing resource file "Debugger/frmGoToLine.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmGoToLine.resources". Processing resource file "Debugger/frmMemoryViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmMemoryViewer.resources". Processing resource file "Debugger/frmPpuViewer.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmPpuViewer.resources". Processing resource file "Debugger/frmScript.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmScript.resources". Processing resource file "Debugger/frmSelectColor.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmSelectColor.resources". Processing resource file "Debugger/frmTraceLogger.resx" into "obj/x64/Release/Mesen.GUI.Debugger.frmTraceLogger.resources". Processing resource file "Debugger/HexBox/HexBox.resx" into "obj/x64/Release/Mesen.GUI.Debugger.HexBox.HexBox.resources". Processing resource file "Forms/BaseConfigForm.resx" into "obj/x64/Release/Mesen.GUI.Forms.BaseConfigForm.resources". Processing resource file "Forms/BaseForm.resx" into "obj/x64/Release/Mesen.GUI.Forms.BaseForm.resources". Processing resource file "Forms/BaseInputForm.resx" into "obj/x64/Release/Mesen.GUI.Forms.BaseInputForm.resources". Processing resource file "Forms/Cheats/ctrlCheatFinder.resx" into "obj/x64/Release/Mesen.GUI.Forms.Cheats.ctrlCheatFinder.resources". Processing resource file "Forms/Cheats/frmCheat.resx" into "obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheat.resources". Processing resource file "Forms/Cheats/frmCheatImport.resx" into "obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatImport.resources". Processing resource file "Forms/Cheats/frmCheatImportFromDb.resx" into "obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatImportFromDb.resources". Processing resource file "Forms/Config/BaseInputConfigForm.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.BaseInputConfigForm.resources". Processing resource file "Forms/Config/Controllers/ctrlPachinkoConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPachinkoConfig.resources". Processing resource file "Forms/Config/Controllers/ctrlBandaiMicrophone.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlBandaiMicrophone.resources". Processing resource file "Forms/Config/Controllers/frmPachinkoConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmPachinkoConfig.resources". Processing resource file "Forms/Config/Controllers/frmMouseConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmMouseConfig.resources". Processing resource file "Forms/Config/Controllers/frmBandaiMicrophone.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmBandaiMicrophone.resources". Processing resource file "Forms/Config/ctrlDipSwitch.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlDipSwitch.resources". Processing resource file "Forms/Config/ctrlEmulatorShortcuts.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlEmulatorShortcuts.resources". Processing resource file "Forms/Config/Controllers/ctrlSuborKeyboardConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlSuborKeyboardConfig.resources". Processing resource file "Forms/Config/Controllers/ctrlFamilyBasicKeyboardConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlFamilyBasicKeyboardConfig.resources". Processing resource file "Forms/Config/ctrlKeyBindingHint.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlKeyBindingHint.resources". Processing resource file "Forms/Config/Controllers/ctrlJissenMahjongConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlJissenMahjongConfig.resources". Processing resource file "Forms/Config/ctrlPathSelection.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPathSelection.resources". Processing resource file "Forms/Config/Controllers/ctrlPartytapConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPartytapConfig.resources". Processing resource file "Forms/Config/Controllers/ctrlExcitingBoxingConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlExcitingBoxingConfig.resources". Processing resource file "Forms/Config/Controllers/ctrlStandardController.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlStandardController.resources". Processing resource file "Forms/Config/Controllers/frmSuborKeyboardConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmSuborKeyboardConfig.resources". Processing resource file "Forms/Config/Controllers/frmJissenMahjongConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmJissenMahjongConfig.resources". Processing resource file "Forms/Config/Controllers/frmFamilyBasicKeyboardConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmFamilyBasicKeyboardConfig.resources". Processing resource file "Forms/Config/Controllers/frmPartytapConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmPartytapConfig.resources". Processing resource file "Forms/Config/Controllers/frmExcitingBoxingConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmExcitingBoxingConfig.resources". Processing resource file "Forms/Config/Controllers/frmPowerPadConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmPowerPadConfig.resources". Processing resource file "Forms/Config/Controllers/frmControllerConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmControllerConfig.resources". Processing resource file "Forms/Config/frmCopyFiles.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmCopyFiles.resources". Processing resource file "Forms/Config/frmEmulationConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmEmulationConfig.resources". Processing resource file "Forms/Config/frmGetKey.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmGetKey.resources". Processing resource file "Forms/Config/frmInputConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmInputConfig.resources". Processing resource file "Forms/Config/frmAudioConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmAudioConfig.resources". Processing resource file "Forms/Config/frmPreferences.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmPreferences.resources". Processing resource file "Forms/Config/frmVideoConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmVideoConfig.resources". Processing resource file "Forms/Cheats/frmCheatList.resx" into "obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatList.resources". Processing resource file "Forms/Config/frmGameConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmGameConfig.resources". Processing resource file "Forms/Config/Controllers/ctrlPowerPadConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPowerPadConfig.resources". Processing resource file "Forms/Config/Controllers/frmZapperConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.Config.frmZapperConfig.resources". Processing resource file "Forms/frmAbout.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmAbout.resources". Processing resource file "Forms/frmConfigWizard.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmConfigWizard.resources". Processing resource file "Forms/frmDownloadProgress.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmDownloadProgress.resources". Processing resource file "Forms/frmHelp.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmHelp.resources". Processing resource file "Forms/frmHistoryViewer.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmHistoryViewer.resources". Processing resource file "Forms/frmInputBarcode.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmInputBarcode.resources". Processing resource file "Forms/frmLogWindow.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmLogWindow.resources". Processing resource file "Forms/frmMain.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmMain.resources". Processing resource file "Forms/frmRecordMovie.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmRecordMovie.resources". Processing resource file "Forms/frmRecordAvi.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmRecordAvi.resources". Processing resource file "Forms/frmSelectExportRange.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmSelectExportRange.resources". Processing resource file "Forms/frmSelectRom.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmSelectRom.resources". Processing resource file "Forms/frmUpdatePrompt.resx" into "obj/x64/Release/Mesen.GUI.Forms.frmUpdatePrompt.resources". Processing resource file "Forms/HdPackEditor/frmHdPackEditor.resx" into "obj/x64/Release/Mesen.GUI.Forms.HdPackEditor.frmHdPackEditor.resources". Processing resource file "Forms/NetPlay/frmClientConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmClientConfig.resources". Processing resource file "Forms/NetPlay/frmPlayerProfile.resx" into "obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmPlayerProfile.resources". Processing resource file "Forms/NetPlay/frmServerConfig.resx" into "obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmServerConfig.resources". Processing resource file "Properties/Resources.resx" into "obj/x64/Release/Mesen.GUI.Properties.Resources.resources". GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe- /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /define:HIDETESTMENU;DISABLEAUTOUPDATE /highentropyva+ /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/BouncyCastle.Crypto.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Auth.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Auth.PlatformServices.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Core.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Drive.v3.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.PlatformServices.dll /reference:/usr/local/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/local/lib/mono/4.5-api/mscorlib.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Newtonsoft.Json.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/local/lib/mono/4.5-api/System.IO.Compression.dll /reference:/usr/local/lib/mono/4.5-api/System.IO.Compression.FileSystem.dll /reference:/usr/local/lib/mono/4.5-api/System.Windows.Forms.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Zlib.Portable.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Collections.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ComponentModel.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Globalization.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.IO.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Linq.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Net.Primitives.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Net.Requests.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ObjectModel.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Security.Principal.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Text.Encoding.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Threading.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll /reference:/usr/local/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll /debug:pdbonly /filealign:512 /optimize+ /out:obj/x64/Release/Mesen.exe /subsystemversion:6.00 /resource:obj/x64/Release/Mesen.GUI.Controls.MesenNumericUpDown.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ApuViewer.ctrlEnvelopeInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ApuViewer.ctrlLengthCounterInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlDmcInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFrameCounterInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlNoiseInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTriangleInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSquareInfo.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.CodeViewerActions.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCharacterMapping.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCharacterMappings.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.ctrlDbgShortcuts.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlEventViewerListView.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFindOccurrences.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFlagStatus.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlEventViewerPpuView.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlScanlineCycleSelect.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSearchResult.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTextHooker.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSourceViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmExternalEditorConfig.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmGoToAll.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmProfiler.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmSetScriptTimeout.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmTextHooker.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmWatchWindow.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlHorizontalTrackbar.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlLoadingRom.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlNsfPlayer.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlRecentGames.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlRiskyOption.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlTrackbar.resources /resource:obj/x64/Release/Mesen.GUI.Controls.ctrlRenderer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlBreakpoints.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlCallstack.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlAddressList.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlLabelList.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlFunctionList.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlProfiler.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlMemoryAccessCounters.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlPaletteViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlSpriteViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlChrViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.ctrlConsoleStatus.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.ctrlDebuggerCode.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlHexViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlNametableViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.ctrlScrollableTextbox.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.Controls.ctrlTilePalette.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.ctrlWatch.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.ctrlPaletteDisplay.resources /resource:obj/x64/Release/FastColoredTextBoxNS.FastColoredTextBox.resources /resource:obj/x64/Release/FastColoredTextBoxNS.FindForm.resources /resource:obj/x64/Release/FastColoredTextBoxNS.GoToForm.resources /resource:obj/x64/Release/FastColoredTextBoxNS.HotkeysEditorForm.resources /resource:obj/x64/Release/FastColoredTextBoxNS.ReplaceForm.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmApuViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmAssembler.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmBreakOn.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmCodePreviewTooltip.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmDbgPreferences.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmEventViewerColors.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmDebuggerColors.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmEventViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmDbgShortcutGetKey.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmImportSettings.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmOpCodeTooltip.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmMemoryViewerColors.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmAssemblerColors.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmCodeTooltip.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmEditHeader.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmEditLabel.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmBreakpoint.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmDebugger.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmBreakIn.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmFindOccurrences.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmFadeSpeed.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmGoToLine.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmMemoryViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmPpuViewer.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmScript.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmSelectColor.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.frmTraceLogger.resources /resource:obj/x64/Release/Mesen.GUI.Debugger.HexBox.HexBox.resources /resource:obj/x64/Release/Mesen.GUI.Forms.BaseConfigForm.resources /resource:obj/x64/Release/Mesen.GUI.Forms.BaseForm.resources /resource:obj/x64/Release/Mesen.GUI.Forms.BaseInputForm.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Cheats.ctrlCheatFinder.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheat.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatImport.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatImportFromDb.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.BaseInputConfigForm.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPachinkoConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlBandaiMicrophone.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmPachinkoConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmMouseConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmBandaiMicrophone.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlDipSwitch.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlEmulatorShortcuts.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlSuborKeyboardConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlFamilyBasicKeyboardConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlKeyBindingHint.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlJissenMahjongConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPathSelection.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPartytapConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlExcitingBoxingConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlStandardController.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmSuborKeyboardConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmJissenMahjongConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmFamilyBasicKeyboardConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmPartytapConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmExcitingBoxingConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmPowerPadConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmControllerConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmCopyFiles.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmEmulationConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmGetKey.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmInputConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmAudioConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmPreferences.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmVideoConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Cheats.frmCheatList.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmGameConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.ctrlPowerPadConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.Config.frmZapperConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmAbout.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmConfigWizard.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmDownloadProgress.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmHelp.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmHistoryViewer.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmInputBarcode.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmLogWindow.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmMain.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmRecordMovie.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmRecordAvi.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmSelectExportRange.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmSelectRom.resources /resource:obj/x64/Release/Mesen.GUI.Forms.frmUpdatePrompt.resources /resource:obj/x64/Release/Mesen.GUI.Forms.HdPackEditor.frmHdPackEditor.resources /resource:obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmClientConfig.resources /resource:obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmPlayerProfile.resources /resource:obj/x64/Release/Mesen.GUI.Forms.NetPlay.frmServerConfig.resources /resource:obj/x64/Release/Mesen.GUI.Properties.Resources.resources /resource:Dependencies/LuaScripts/Example.lua,Mesen.GUI.Dependencies.LuaScripts.Example.lua /resource:../bin/x64/Release/Dependencies.zip,Mesen.GUI.Dependencies.Dependencies.zip /target:winexe /utf8output /win32icon:Icon.ico /win32manifest:app.manifest CommandLineHelper.cs Config/DebuggerShortcutsConfig.cs Config/GameSpecificInfo.cs Config/HistoryViewerInfo.cs Config/MovieRecordInfo.cs Config/ConfigAttributes.cs Config/AviRecordInfo.cs Config/DebugInfo.cs Config/EmulationInfo.cs Config/KeyPresets.cs Config/PreferenceInfo.cs Config/VideoInfo.cs Config/CheatInfo.cs Config/InputInfo.cs Config/ClientConnection.cs Config/Configuration.cs Config/FileAssociationHelper.cs Config/ImageExtensions.cs Config/AudioInfo.cs Config/PlayerProfile.cs Config/ConfigManager.cs Config/ServerInfo.cs Config/GameDipswitchDefinition.cs Controls/BaseControl.cs Controls/ctrlAutoGrowLabel.cs Controls/ctrlHorizontalTrackbar.cs Controls/ctrlHorizontalTrackbar.Designer.cs Controls/ctrlLoadingRom.cs Controls/ctrlLoadingRom.Designer.cs Controls/ctrlMesenContextMenuStrip.cs Controls/ctrlMesenMenuStrip.cs Controls/ctrlMesenPictureBox.cs Controls/ctrlMesenToolStrip.cs Controls/ctrlNsfPlayer.cs Controls/ctrlNsfPlayer.Designer.cs Controls/ctrlRecentGames.cs Controls/ctrlRecentGames.Designer.cs Controls/MesenNumericUpDown.cs CursorManager.cs Controls/ctrlRiskyOption.cs Controls/ctrlRiskyOption.Designer.cs Controls/ctrlSplitContainer.cs Controls/ctrlTrackbar.cs Controls/ctrlTrackbar.Designer.cs Controls/ctrlRenderer.cs Controls/ctrlRenderer.Designer.cs Controls/MyListView.cs Debugger/Breakpoint.cs Debugger/BreakpointManager.cs Debugger/ChrByteColorProvider.cs Debugger/ByteColorProvider.cs Debugger/CodeInfo.cs Debugger/CodeTooltipManager.cs Debugger/Controls/ApuViewer/ctrlEnvelopeInfo.cs Debugger/Controls/ApuViewer/ctrlEnvelopeInfo.Designer.cs Debugger/Controls/ApuViewer/ctrlLengthCounterInfo.cs Debugger/Controls/ApuViewer/ctrlLengthCounterInfo.Designer.cs Debugger/Controls/ApuViewer/ctrlDmcInfo.cs Debugger/Controls/ApuViewer/ctrlDmcInfo.Designer.cs Debugger/Controls/ApuViewer/ctrlFrameCounterInfo.cs Debugger/Controls/ApuViewer/ctrlFrameCounterInfo.Designer.cs Debugger/Controls/ApuViewer/ctrlNoiseInfo.cs Debugger/Controls/ApuViewer/ctrlNoiseInfo.Designer.cs Debugger/Controls/ApuViewer/ctrlTriangleInfo.cs Debugger/Controls/ApuViewer/ctrlTriangleInfo.Designer.cs Debugger/Controls/BaseScrollableTextboxUserControl.cs Debugger/Controls/CodeViewerActions.cs Debugger/Controls/CodeViewerActions.Designer.cs Debugger/Controls/ComboBoxWithSeparator.cs Debugger/Controls/ctrlBreakpoints.cs Debugger/Controls/ctrlBreakpoints.Designer.cs Debugger/Controls/ctrlCallstack.cs Debugger/Controls/ctrlCallstack.Designer.cs Debugger/Controls/ctrlAddressList.cs Debugger/Controls/ctrlAddressList.Designer.cs Debugger/Controls/ctrlCharacterMapping.cs Debugger/Controls/ctrlCharacterMapping.Designer.cs Debugger/Controls/ctrlCharacterMappings.cs Debugger/Controls/ctrlCharacterMappings.Designer.cs Debugger/Controls/ctrlCodeScrollbar.cs Debugger/Controls/ctrlDbgShortcuts.cs Debugger/Controls/ctrlDbgShortcuts.Designer.cs Debugger/Controls/ctrlEventViewerListView.cs Debugger/Controls/ctrlEventViewerListView.Designer.cs Debugger/Controls/ctrlFindOccurrences.cs Debugger/Controls/ctrlFindOccurrences.Designer.cs Debugger/Controls/ctrlFlagStatus.cs Debugger/Controls/ctrlFlagStatus.Designer.cs Debugger/Controls/ctrlLabelList.cs Debugger/Controls/ctrlLabelList.Designer.cs Debugger/Controls/ctrlFunctionList.cs Debugger/Controls/ctrlFunctionList.Designer.cs Debugger/Controls/ctrlControllerInput.cs Debugger/Controls/ctrlEventViewerPpuView.cs Debugger/Controls/ctrlEventViewerPpuView.Designer.cs Debugger/Controls/ctrlScanlineCycleSelect.cs Debugger/Controls/ctrlScanlineCycleSelect.Designer.cs Debugger/Controls/ctrlSearchResult.cs Debugger/Controls/ctrlSearchResult.Designer.cs Debugger/Controls/ctrlTextHooker.cs Debugger/Controls/ctrlTextHooker.Designer.cs Debugger/Controls/ctrlProfiler.cs Debugger/Controls/ctrlProfiler.Designer.cs Debugger/Controls/ctrlMemoryAccessCounters.cs Debugger/Controls/ctrlMemoryAccessCounters.Designer.cs Debugger/Controls/ctrlMemoryMapping.cs Debugger/Controls/ctrlPaletteViewer.cs Debugger/Controls/ctrlPaletteViewer.Designer.cs Debugger/Controls/ctrlSourceViewer.cs Debugger/Controls/ctrlSourceViewer.Designer.cs Debugger/Controls/ctrlSpriteViewer.cs Debugger/Controls/ctrlSpriteViewer.Designer.cs Debugger/Controls/ctrlChrViewer.cs Debugger/Controls/ctrlChrViewer.Designer.cs Debugger/Controls/ctrlConsoleStatus.cs Debugger/Controls/ctrlConsoleStatus.Designer.cs Debugger/Controls/ctrlDebuggerCode.cs Debugger/Controls/ctrlDebuggerCode.Designer.cs Debugger/Controls/ctrlHexViewer.cs Debugger/Controls/ctrlHexViewer.Designer.cs Debugger/Controls/ctrlNametableViewer.cs Debugger/Controls/ctrlNametableViewer.Designer.cs Debugger/Controls/ctrlScrollableTextbox.cs Debugger/Controls/ctrlScrollableTextbox.designer.cs Debugger/Controls/ApuViewer/ctrlSquareInfo.cs Debugger/Controls/ApuViewer/ctrlSquareInfo.Designer.cs Debugger/Controls/ctrlTextbox.cs Debugger/Controls/ctrlTextbox.Designer.cs Debugger/Controls/ctrlTilePalette.cs Debugger/Controls/ctrlTilePalette.Designer.cs Debugger/Controls/ctrlWatch.cs Debugger/Controls/ctrlWatch.Designer.cs Debugger/Controls/ICodeViewer.cs Debugger/ctrlPaletteDisplay.cs Debugger/ctrlPaletteDisplay.Designer.cs Debugger/DbgImporter.cs Debugger/DebugWindowManager.cs Debugger/DebugWorkspaceManager.cs Debugger/FastColoredTextBox/AutocompleteItem.cs Debugger/FastColoredTextBox/AutocompleteMenu.cs Debugger/FastColoredTextBox/Bookmarks.cs Debugger/FastColoredTextBox/Char.cs Debugger/FastColoredTextBox/CommandManager.cs Debugger/FastColoredTextBox/Commands.cs Debugger/FastColoredTextBox/DocumentMap.cs Debugger/FastColoredTextBox/EncodingDetector.cs Debugger/FastColoredTextBox/ExportToHTML.cs Debugger/FastColoredTextBox/ExportToRTF.cs Debugger/FastColoredTextBox/FastColoredTextBox.cs Debugger/FastColoredTextBox/FileTextSource.cs Debugger/FastColoredTextBox/FindForm.cs Debugger/FastColoredTextBox/FindForm.designer.cs Debugger/FastColoredTextBox/GoToForm.cs Debugger/FastColoredTextBox/GoToForm.designer.cs Debugger/FastColoredTextBox/Hints.cs Debugger/FastColoredTextBox/Hotkeys.cs Debugger/FastColoredTextBox/HotkeysEditorForm.cs Debugger/FastColoredTextBox/HotkeysEditorForm.designer.cs Debugger/FastColoredTextBox/LimitedStack.cs Debugger/FastColoredTextBox/Line.cs Debugger/FastColoredTextBox/LinesAccessor.cs Debugger/FastColoredTextBox/MacrosManager.cs Debugger/FastColoredTextBox/MonoUtility.cs Debugger/FastColoredTextBox/NativeMethods.cs Debugger/FastColoredTextBox/NativeMethodsWrapper.cs Debugger/FastColoredTextBox/Place.cs Debugger/FastColoredTextBox/PlatformType.cs Debugger/FastColoredTextBox/Range.cs Debugger/FastColoredTextBox/ReplaceForm.cs Debugger/FastColoredTextBox/ReplaceForm.designer.cs Debugger/FastColoredTextBox/Ruler.cs Debugger/FastColoredTextBox/Ruler.designer.cs Debugger/FastColoredTextBox/Style.cs Debugger/FastColoredTextBox/SyntaxDescriptor.cs Debugger/FastColoredTextBox/SyntaxHighlighter.cs Debugger/FastColoredTextBox/TextSource.cs Debugger/FastColoredTextBox/TypeDescriptor.cs Debugger/FastColoredTextBox/UnfocusablePanel.cs Debugger/FastColoredTextBox/VisualMarker.cs Debugger/FontDialogHelper.cs Debugger/frmApuViewer.cs Debugger/frmApuViewer.Designer.cs Debugger/frmAssembler.cs Debugger/frmAssembler.Designer.cs Debugger/frmExternalEditorConfig.cs Debugger/frmExternalEditorConfig.Designer.cs Debugger/frmGoToAll.cs Debugger/frmGoToAll.Designer.cs Debugger/frmProfiler.cs Debugger/frmProfiler.Designer.cs Debugger/frmSetScriptTimeout.cs Debugger/frmSetScriptTimeout.Designer.cs Debugger/frmBreakOn.cs Debugger/frmBreakOn.Designer.cs Debugger/frmCodePreviewTooltip.cs Debugger/frmCodePreviewTooltip.Designer.cs Debugger/frmDbgPreferences.cs Debugger/frmDbgPreferences.Designer.cs Debugger/frmEventViewerColors.cs Debugger/frmEventViewerColors.Designer.cs Debugger/frmDebuggerColors.cs Debugger/frmDebuggerColors.Designer.cs Debugger/frmEventViewer.cs Debugger/frmEventViewer.Designer.cs Debugger/frmDbgShortcutGetKey.cs Debugger/frmDbgShortcutGetKey.Designer.cs Debugger/frmImportSettings.cs Debugger/frmImportSettings.Designer.cs Debugger/frmOpCodeTooltip.cs Debugger/frmOpCodeTooltip.Designer.cs Debugger/frmMemoryViewerColors.cs Debugger/frmMemoryViewerColors.Designer.cs Debugger/frmAssemblerColors.cs Debugger/frmAssemblerColors.Designer.cs Debugger/frmCodeTooltip.cs Debugger/frmCodeTooltip.Designer.cs Debugger/frmEditHeader.cs Debugger/frmEditHeader.Designer.cs Debugger/frmEditLabel.cs Debugger/frmEditLabel.Designer.cs Debugger/frmBreakpoint.cs Debugger/frmBreakpoint.Designer.cs Debugger/frmDebugger.cs Debugger/frmDebugger.Designer.cs Debugger/frmBreakIn.cs Debugger/frmBreakIn.Designer.cs Debugger/frmFindOccurrences.cs Debugger/frmFindOccurrences.Designer.cs Debugger/frmFadeSpeed.cs Debugger/frmFadeSpeed.Designer.cs Debugger/frmGoToLine.cs Debugger/frmGoToLine.Designer.cs Debugger/frmMemoryViewer.cs Debugger/frmMemoryViewer.Designer.cs Debugger/frmTextHooker.cs Debugger/frmTextHooker.Designer.cs Debugger/frmPpuViewer.cs Debugger/frmPpuViewer.Designer.cs Debugger/frmScript.cs Debugger/frmScript.Designer.cs Debugger/frmSelectColor.cs Debugger/frmSelectColor.Designer.cs Debugger/frmTraceLogger.cs Debugger/frmTraceLogger.Designer.cs Debugger/frmWatchWindow.cs Debugger/frmWatchWindow.Designer.cs Debugger/HdPackCopyHelper.cs Debugger/HexBox/BuiltInContextMenu.cs Debugger/HexBox/ByteCharConverters.cs Debugger/HexBox/ByteCollection.cs Debugger/HexBox/BytePositionInfo.cs Debugger/HexBox/DataBlock.cs Debugger/HexBox/DataMap.cs Debugger/HexBox/DynamicByteProvider.cs Debugger/HexBox/FileDataBlock.cs Debugger/HexBox/FindOptions.cs Debugger/HexBox/HexBox.cs Debugger/HexBox/HexCasing.cs Debugger/HexBox/IByteColorProvider.cs Debugger/HexBox/IByteProvider.cs Debugger/HexBox/MemoryDataBlock.cs Debugger/HexBox/NativeMethods.cs Debugger/HexBox/StaticByteProvider.cs Debugger/HexBox/TblByteCharConverter.cs Debugger/HexBox/Util.cs Debugger/HexConverter.cs Debugger/LabelManager.cs Debugger/NesasmFnsImporter.cs Debugger/MesenLabelFile.cs Debugger/PpuViewerHelper.cs Debugger/TblLoader.cs Debugger/TextboxHistory.cs Debugger/TooltipForm.cs Debugger/WatchManager.cs Forms/BaseConfigForm.Designer.cs Forms/BaseForm.cs Forms/BaseConfigForm.cs Forms/BaseInputForm.cs Forms/Cheats/ctrlCheatFinder.cs Forms/Cheats/ctrlCheatFinder.Designer.cs Forms/Cheats/FceuxCheatLoader.cs Forms/Cheats/frmCheat.cs Forms/Cheats/frmCheat.Designer.cs Forms/Cheats/frmCheatImport.cs Forms/Cheats/frmCheatImport.Designer.cs Forms/Cheats/frmCheatImportFromDb.cs Forms/Cheats/frmCheatImportFromDb.Designer.cs Forms/Cheats/MesenCheatExporter.cs Forms/Cheats/NestopiaCheatLoader.cs Forms/Config/BaseInputConfigForm.cs Forms/Config/BaseInputConfigControl.cs Forms/Config/Controllers/ctrlPachinkoConfig.cs Forms/Config/Controllers/ctrlPachinkoConfig.Designer.cs Forms/Config/Controllers/ctrlBandaiMicrophone.cs Forms/Config/Controllers/ctrlBandaiMicrophone.Designer.cs Forms/Config/Controllers/frmPachinkoConfig.cs Forms/Config/Controllers/frmPachinkoConfig.Designer.cs Forms/Config/Controllers/frmMouseConfig.cs Forms/Config/Controllers/frmMouseConfig.Designer.cs Forms/Config/Controllers/frmBandaiMicrophone.cs Forms/Config/Controllers/frmBandaiMicrophone.Designer.cs Forms/Config/ctrlDipSwitch.cs Forms/Config/ctrlDipSwitch.Designer.cs Forms/Config/ctrlEmulatorShortcuts.cs Forms/Config/ctrlEmulatorShortcuts.Designer.cs Forms/Config/Controllers/ctrlSuborKeyboardConfig.cs Forms/Config/Controllers/ctrlSuborKeyboardConfig.Designer.cs Forms/Config/Controllers/ctrlFamilyBasicKeyboardConfig.cs Forms/Config/Controllers/ctrlFamilyBasicKeyboardConfig.Designer.cs Forms/Config/ctrlKeyBindingHint.cs Forms/Config/ctrlKeyBindingHint.Designer.cs Forms/Config/Controllers/ctrlJissenMahjongConfig.cs Forms/Config/Controllers/ctrlJissenMahjongConfig.Designer.cs Forms/Config/ctrlPathSelection.cs Forms/Config/ctrlPathSelection.Designer.cs Forms/Config/Controllers/ctrlPartytapConfig.cs Forms/Config/Controllers/ctrlPartytapConfig.Designer.cs Forms/Config/Controllers/ctrlExcitingBoxingConfig.cs Forms/Config/Controllers/ctrlExcitingBoxingConfig.Designer.cs Forms/Config/Controllers/ctrlStandardController.cs Forms/Config/Controllers/ctrlStandardController.Designer.cs Forms/Config/Controllers/frmSuborKeyboardConfig.cs Forms/Config/Controllers/frmSuborKeyboardConfig.Designer.cs Forms/Config/Controllers/frmJissenMahjongConfig.cs Forms/Config/Controllers/frmJissenMahjongConfig.Designer.cs Forms/Config/Controllers/frmFamilyBasicKeyboardConfig.cs Forms/Config/Controllers/frmFamilyBasicKeyboardConfig.Designer.cs Forms/Config/Controllers/frmPartytapConfig.cs Forms/Config/Controllers/frmPartytapConfig.Designer.cs Forms/Config/Controllers/frmExcitingBoxingConfig.cs Forms/Config/Controllers/frmExcitingBoxingConfig.Designer.cs Forms/Config/Controllers/frmPowerPadConfig.cs Forms/Config/Controllers/frmPowerPadConfig.Designer.cs Forms/Config/Controllers/frmControllerConfig.cs Forms/Config/Controllers/frmControllerConfig.Designer.cs Forms/Config/frmCopyFiles.cs Forms/Config/frmCopyFiles.Designer.cs Forms/Config/frmGetKey.cs Forms/Config/frmGetKey.Designer.cs Forms/Config/frmInputConfig.cs Forms/Config/frmInputConfig.Designer.cs Forms/Config/frmAudioConfig.cs Forms/Config/frmAudioConfig.Designer.cs Forms/Config/frmEmulationConfig.cs Forms/Config/frmEmulationConfig.Designer.cs Forms/Config/frmPreferences.cs Forms/Config/frmPreferences.Designer.cs Forms/Config/frmVideoConfig.cs Forms/Config/frmVideoConfig.Designer.cs Forms/Cheats/frmCheatList.cs Forms/Cheats/frmCheatList.Designer.cs Forms/Config/frmGameConfig.cs Forms/Config/frmGameConfig.Designer.cs Forms/Config/Controllers/ctrlPowerPadConfig.cs Forms/Config/Controllers/ctrlPowerPadConfig.Designer.cs Forms/Config/Controllers/frmZapperConfig.cs Forms/Config/Controllers/frmZapperConfig.Designer.cs Forms/EntityBinder.cs Forms/frmAbout.cs Forms/frmAbout.Designer.cs Forms/frmConfigWizard.cs Forms/frmConfigWizard.Designer.cs Forms/frmDownloadProgress.cs Forms/frmDownloadProgress.Designer.cs Forms/frmFullscreenRenderer.cs Forms/frmHelp.cs Forms/frmHelp.Designer.cs Forms/frmHistoryViewer.cs Forms/frmHistoryViewer.Designer.cs Forms/frmInputBarcode.cs Forms/frmInputBarcode.Designer.cs Forms/frmLogWindow.cs Forms/frmLogWindow.Designer.cs Forms/frmMain.File.cs Forms/frmMain.Game.cs Forms/frmMain.Options.cs Forms/frmMain.Tests.cs Forms/frmMain.Tools.cs Forms/frmMain.Help.cs Forms/frmRecordMovie.cs Forms/frmRecordMovie.Designer.cs Forms/frmRecordAvi.cs Forms/frmRecordAvi.Designer.cs Forms/frmSelectExportRange.cs Forms/frmSelectExportRange.Designer.cs Forms/frmSelectRom.cs Forms/frmSelectRom.Designer.cs Forms/frmUpdatePrompt.cs Forms/frmUpdatePrompt.Designer.cs Forms/GraphicsExtensions.cs Forms/HdPackEditor/frmHdPackEditor.cs Forms/HdPackEditor/frmHdPackEditor.Designer.cs Forms/MesenMsgBox.cs Forms/NetPlay/frmClientConfig.cs Forms/NetPlay/frmClientConfig.Designer.cs Forms/frmMain.cs Forms/frmMain.Designer.cs Forms/NetPlay/frmPlayerProfile.cs Forms/NetPlay/frmPlayerProfile.Designer.cs Forms/NetPlay/frmServerConfig.cs Forms/NetPlay/frmServerConfig.Designer.cs Forms/OpenSaveFileDialogExtensions.cs Forms/ResourceHelper.cs Forms/ResourcePath.cs GoogleDriveIntegration/CloudSyncHelper.cs GoogleDriveIntegration/GoogleDriveAccessor.cs GoogleDriveIntegration/MesenCodeReceiver.cs InteropEmu.cs MonoToolStripHelper.cs ThemeHelper.cs Program.cs Properties/AssemblyInfo.cs ResourceManager.cs RuntimeChecker.cs SingleInstance.cs TestRunner.cs Properties/Resources.Designer.cs Properties/Settings.Designer.cs "/tmp/.NETFramework,Version=v4.5.AssemblyAttributes.cs" _CopyOutOfDateSourceItemsToOutputDirectoryAlways: Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/CharacterMappings.txt" to "../bin/x64/Release/Dependencies/CharacterMappings.txt". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/PixelFont.ttf" to "../bin/x64/Release/Dependencies/PixelFont.ttf". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/BouncyCastle.Crypto.dll" to "../bin/x64/Release/Dependencies/BouncyCastle.Crypto.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Auth.dll" to "../bin/x64/Release/Dependencies/Google.Apis.Auth.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Auth.PlatformServices.dll" to "../bin/x64/Release/Dependencies/Google.Apis.Auth.PlatformServices.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Core.dll" to "../bin/x64/Release/Dependencies/Google.Apis.Core.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.dll" to "../bin/x64/Release/Dependencies/Google.Apis.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.Drive.v3.dll" to "../bin/x64/Release/Dependencies/Google.Apis.Drive.v3.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Google.Apis.PlatformServices.dll" to "../bin/x64/Release/Dependencies/Google.Apis.PlatformServices.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LICENSE.txt" to "../bin/x64/Release/Dependencies/LICENSE.txt". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/MesenCheatDb.xml" to "../bin/x64/Release/Dependencies/MesenCheatDb.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/MesenDB.txt" to "../bin/x64/Release/Dependencies/MesenDB.txt". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Newtonsoft.Json.dll" to "../bin/x64/Release/Dependencies/Newtonsoft.Json.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.en.xml" to "../bin/x64/Release/Dependencies/resources.en.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.es.xml" to "../bin/x64/Release/Dependencies/resources.es.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.fr.xml" to "../bin/x64/Release/Dependencies/resources.fr.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.ja.xml" to "../bin/x64/Release/Dependencies/resources.ja.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.ru.xml" to "../bin/x64/Release/Dependencies/resources.ru.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.uk.xml" to "../bin/x64/Release/Dependencies/resources.uk.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.pt.xml" to "../bin/x64/Release/Dependencies/resources.pt.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.ca.xml" to "../bin/x64/Release/Dependencies/resources.ca.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/DipswitchDefinitions.xml" to "../bin/x64/Release/Dependencies/DipswitchDefinitions.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/resources.zh.xml" to "../bin/x64/Release/Dependencies/resources.zh.xml". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Zlib.Portable.dll" to "../bin/x64/Release/Dependencies/Zlib.Portable.dll". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/Example.lua" to "../bin/x64/Release/Dependencies/LuaScripts/Example.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/NtscSafeArea.lua" to "../bin/x64/Release/Dependencies/LuaScripts/NtscSafeArea.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/DmcCapture.lua" to "../bin/x64/Release/Dependencies/LuaScripts/DmcCapture.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/DrawMode.lua" to "../bin/x64/Release/Dependencies/LuaScripts/DrawMode.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/GameBoyMode.lua" to "../bin/x64/Release/Dependencies/LuaScripts/GameBoyMode.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/Grid.lua" to "../bin/x64/Release/Dependencies/LuaScripts/Grid.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/LogParallax.lua" to "../bin/x64/Release/Dependencies/LuaScripts/LogParallax.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/ModifyScreen.lua" to "../bin/x64/Release/Dependencies/LuaScripts/ModifyScreen.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/ReverseMode.lua" to "../bin/x64/Release/Dependencies/LuaScripts/ReverseMode.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/LuaScripts/SpriteBox.lua" to "../bin/x64/Release/Dependencies/LuaScripts/SpriteBox.lua". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Font.24.spritefont" to "../bin/x64/Release/Dependencies/Font.24.spritefont". Copying file from "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Dependencies/Font.64.spritefont" to "../bin/x64/Release/Dependencies/Font.64.spritefont". CopyFilesToOutputDirectory: Copying file from "obj/x64/Release/Mesen.exe" to "../bin/x64/Release/Mesen.exe". GUI.NET -> /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/bin/x64/Release/Mesen.exe Copying file from "obj/x64/Release/Mesen.pdb" to "../bin/x64/Release/Mesen.pdb". Done Building Project "/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/GUI.NET.csproj" (default targets). Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:20.12 gmake[2]: Leaving directory '/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6' SUCCEEDED 00:02:38 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> mesen-0.9.8.4_1 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mesen-0.9.8.4_1 ===> mesen-0.9.8.4_1 depends on executable: mono - found ===> Generating temporary packing list /bin/mkdir -p /construction/emulators/mesen/stage/usr/local/lib/libretro install -s -m 0644 /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/bin/mesen_libretro.x64.so /construction/emulators/mesen/stage/usr/local/lib/libretro/mesen_libretro.so /bin/mkdir -p /construction/emulators/mesen/stage/usr/local/libexec/mesen /bin/mkdir -p /construction/emulators/mesen/stage/usr/local/share/icons/hicolor/64x64/apps/ /bin/mkdir -p /construction/emulators/mesen/stage/usr/local/share/icons/hicolor/32x32/apps/ /bin/mkdir -p /construction/emulators/mesen/stage/usr/local/share/icons/hicolor/16x16/apps/ install -s -m 0644 /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/bin/x64/Release/Dependencies/libMesenCore.x64.dll /construction/emulators/mesen/stage/usr/local/libexec/mesen/libMesenCore.dll install -m 0644 /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/bin/x64/Release/Mesen.exe /construction/emulators/mesen/stage/usr/local/libexec/mesen/ install -m 0644 /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Resources/MesenIcon.png /construction/emulators/mesen/stage/usr/local/share/icons/hicolor/64x64/apps/mesen.png install -m 0644 /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Resources/MesenIconMedium.png /construction/emulators/mesen/stage/usr/local/share/icons/hicolor/32x32/apps/mesen.png install -m 0644 /construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Resources/MesenIconSmall.png /construction/emulators/mesen/stage/usr/local/share/icons/hicolor/16x16/apps/mesen.png install -m 555 /xports/emulators/mesen/files/launch.sh /construction/emulators/mesen/stage/usr/local/bin/mesen /usr/bin/env WRKSRC=/construction/emulators/mesen/Mesen-0.9.8-4-g4c701ad6 REWARNFILE=/construction/emulators/mesen/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh 's|%%PREFIX%%|/usr/local|g' /construction/emulators/mesen/stage/usr/local/bin/mesen ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mesen-0.9.8.4_1 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:26 TOTAL TIME 00:03:44