mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Ports: Add emu2 DOS emulator
This commit is contained in:
parent
6ac7d946be
commit
d65e74bffa
7 changed files with 80 additions and 0 deletions
9
Ports/emu2/patches/codepage.patch
Normal file
9
Ports/emu2/patches/codepage.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++ emu2-master/src/codepage.c 2021-04-14 07:13:48.165698165 -0700
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "env.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <strings.h>
|
||||
|
||||
/* List of code-pages */
|
||||
struct cp_data
|
Loading…
Add table
Add a link
Reference in a new issue