OBattler
|
6a4b3fc7bb
|
Enabled the non-blocking stuff for Windows as well.
|
2022-04-20 01:16:16 +02:00 |
|
Miran Grča
|
fc14db3710
|
Merge pull request #2255 from goeiecool9999/master
linux pcap fix
|
2022-04-20 01:12:50 +02:00 |
|
David Hrdlička
|
11a1cd4d87
|
Hide the -E parameter as it is not implemented yet
|
2022-04-20 01:03:39 +02:00 |
|
David Hrdlička
|
60d70da4b9
|
Make sure exe_path ends with a slash
|
2022-04-20 01:03:39 +02:00 |
|
David Hrdlička
|
e60af6c29d
|
Clean up plat.h a bit
|
2022-04-20 01:03:39 +02:00 |
|
Miran Grča
|
366b01fef6
|
Merge pull request #2296 from jriwanek-forks/master-fixes
Reorganise stuff in makefile.mingw
|
2022-04-20 00:51:59 +02:00 |
|
Miran Grča
|
2f737e2f47
|
Merge pull request #2256 from goeiecool9999/logfix
network.c: fix log statement
|
2022-04-20 00:48:51 +02:00 |
|
Jasmine Iwanek
|
27c78d40c5
|
Reorganise
|
2022-04-19 18:36:30 -04:00 |
|
OBattler
|
d30a5c7ef3
|
Removed a debug fatal() that should have been removed ages ago.
|
2022-04-18 21:49:26 +02:00 |
|
Miran Grča
|
876803a45d
|
Merge pull request #2294 from jriwanek-forks/master-fixes
Inconsistency fixes
|
2022-04-17 13:27:43 +02:00 |
|
Jasmine Iwanek
|
12b30a8187
|
Inconsistency fixes
|
2022-04-16 19:24:30 -04:00 |
|
Didiet
|
100eaf70ee
|
Fixing GdbStub Code to make it compiled with Clang (#2292)
- Fix the switch scoping preventing declaration
- Adding stdint.h as inclusion to make uint*_t works
|
2022-04-16 03:12:38 -03:00 |
|
Miran Grča
|
b840ca618e
|
Merge pull request #2288 from lemondrops/feature/cleanup34
Cleanup and compiler warning fixes round-up for v3.4
|
2022-04-14 15:36:41 +02:00 |
|
Alexander Babikov
|
c1d97fc72a
|
Fix some more remaining warnings
|
2022-04-14 07:58:22 +05:00 |
|
Alexander Babikov
|
6862781b07
|
Final warning fixes
|
2022-04-14 07:13:50 +05:00 |
|
Alexander Babikov
|
710d34db97
|
Remove unused variables and functions
|
2022-04-14 07:13:50 +05:00 |
|
Alexander Babikov
|
ae11a2f887
|
Ensure null termination with strncpy
|
2022-04-14 07:13:49 +05:00 |
|
Alexander Babikov
|
911821434e
|
Fix variable initializtion warnings
|
2022-04-14 07:13:49 +05:00 |
|
Alexander Babikov
|
4e82d93729
|
Fix warnings related to variable types
|
2022-04-14 07:13:48 +05:00 |
|
Alexander Babikov
|
042e3df65d
|
Suppress a false positive -Wformat-truncation warning in Discord integration code
|
2022-04-14 07:13:48 +05:00 |
|
Alexander Babikov
|
519781ff4f
|
Add a missing include and disable extraneous logging in codegen_backend_arm.c
|
2022-04-14 07:13:48 +05:00 |
|
Alexander Babikov
|
bacc78da24
|
Fix instances of narrow string literals being used where wide ones should be used
|
2022-04-14 07:13:47 +05:00 |
|
Alexander Babikov
|
484a082122
|
Make sure certain variables used only on some platforms are defined only on said platforms
|
2022-04-14 07:13:47 +05:00 |
|
Alexander Babikov
|
4d18efd825
|
Remove the leftovers of the removed --vmrompath parameter
|
2022-04-14 07:13:47 +05:00 |
|
Alexander Babikov
|
dd4cef9727
|
Fix the remaining CPU warnings
|
2022-04-14 07:10:20 +05:00 |
|
Alexander Babikov
|
1a6d596fea
|
Remove the now-redundant LARGEFILE macro definitions
|
2022-04-14 07:10:20 +05:00 |
|
Alexander Babikov
|
c82b9a379c
|
Remove the crashdump generation stuff and the associated parameter
It's Windows-exclusive and has never really worked
|
2022-04-14 07:10:19 +05:00 |
|
Alexander Babikov
|
eba088c692
|
Remove trailing whitespace + indentation consistency fixes
|
2022-04-14 07:10:18 +05:00 |
|
Alexander Babikov
|
818e0a843d
|
Remove factually incorrect info from a comment in machine_table.c
The Rise R418 machine has since been re-added, and the Hedaka HED-919 has been removed for months
|
2022-04-14 07:10:18 +05:00 |
|
Alexander Babikov
|
4bba7f8f1d
|
Define the FreeType library name on macOS
|
2022-04-14 07:10:17 +05:00 |
|
Alexander Babikov
|
eae6bd9456
|
Set the required C standard to C11
|
2022-04-14 07:10:17 +05:00 |
|
Alexander Babikov
|
60f1f418b0
|
Make the VNC renderer independent of the Dev branch option
|
2022-04-14 07:10:16 +05:00 |
|
Alexander Babikov
|
94adafa1ee
|
Repalce the NO_SIO Dev branch option with AN430TX
The only machine under that option, the Intel AN430TX, was actually put there for problems unrelated to Super I/O
|
2022-04-14 07:10:16 +05:00 |
|
Alexander Babikov
|
355250216f
|
Move the Compaq Deskpro 386 to the Dev branch
|
2022-04-14 07:10:13 +05:00 |
|
Alexander Babikov
|
97b6d57412
|
Remove an obsolete TODO file
|
2022-04-14 06:24:39 +05:00 |
|
Alexander Babikov
|
a66d381be9
|
Convert a false positive warning suppression in the Voodoo dynarec code into a pragma
|
2022-04-14 06:24:38 +05:00 |
|
OBattler
|
bd8b58b5e9
|
Fixed the warnings in the SC1184x RAMDAC code.
|
2022-04-14 00:18:58 +02:00 |
|
OBattler
|
1f144f1885
|
Fixed some #define's, as pointed out by lemondrops.
|
2022-04-13 02:47:37 +02:00 |
|
Miran Grča
|
e0223cb27b
|
Merge pull request #2282 from jriwanek-forks/updates
Updates
|
2022-04-13 02:13:47 +02:00 |
|
OBattler
|
1c271f6f8a
|
And fixed one last warning, which finishes this CPU warning fix process.
|
2022-04-13 02:12:08 +02:00 |
|
OBattler
|
c5208af2a6
|
Fixed some compile-breaking mistakes in x86_ops_bitscan.h.
|
2022-04-13 02:10:13 +02:00 |
|
OBattler
|
ba40831002
|
Phase 2.
|
2022-04-13 02:07:23 +02:00 |
|
OBattler
|
3a40d9a807
|
Phase 1.
|
2022-04-13 02:03:48 +02:00 |
|
Jasmine Iwanek
|
65b680a4ef
|
Bump version to 3.4 in preperation for release
|
2022-04-12 19:46:48 -04:00 |
|
Jasmine Iwanek
|
cc88e5eef1
|
A few missed bits of cleanup
|
2022-04-12 19:46:23 -04:00 |
|
Miran Grča
|
cc666e6cc4
|
Merge pull request #2281 from jriwanek-forks/named-initializers-3
Named initializers part 3
|
2022-04-12 23:38:32 +02:00 |
|
Jasmine Iwanek
|
d28cec126a
|
src/video
|
2022-04-12 17:26:07 -04:00 |
|
Jasmine Iwanek
|
3431e01d4a
|
src/sound
|
2022-04-12 17:26:07 -04:00 |
|
Jasmine Iwanek
|
0cf7bd5eb0
|
src/scsi
|
2022-04-12 17:26:07 -04:00 |
|
Jasmine Iwanek
|
d1b274ace2
|
src/network
|
2022-04-12 17:26:07 -04:00 |
|