Megamouse
|
f18e80e899
|
fix some warning spam
|
2021-05-29 08:17:30 +02:00 |
|
Megamouse
|
01d14aed80
|
fix null chars in hostname log message
|
2021-04-19 21:54:27 +02:00 |
|
David Carlier
|
b6732fbae9
|
MacOs build fix proposal.
Made on Big Sur, removing few unnecessary old specifics.
Build with LLVM homebrew.
|
2021-04-18 17:18:09 +03:00 |
|
Nekotekina
|
19763f8973
|
Remove unnecessary default:breaks
|
2021-04-15 15:23:59 +03:00 |
|
Megamouse
|
a16d8ba3ea
|
More random changes
|
2021-04-11 14:01:51 +03:00 |
|
Nekotekina
|
c22e1e71f0
|
Continue fixing strict aliasing warnings
|
2021-03-13 18:02:37 +03:00 |
|
Nekotekina
|
87af905018
|
Enable -Wunused-parameter
|
2021-03-06 18:07:08 +03:00 |
|
Nekotekina
|
ea5e837bd6
|
fixed_typemap.hpp: return reference
|
2021-03-02 16:08:14 +03:00 |
|
RipleyTom
|
67378c7dea
|
Add CELL_NET_CTL_INFO_DHCP_HOSTNAME impl
|
2021-02-26 11:58:42 +03:00 |
|
RipleyTom
|
801467e565
|
Fix rpcn registration
|
2021-02-23 13:17:49 +03:00 |
|
RipleyTom
|
8be2a55ccc
|
Add mutex lock for NP changes
|
2021-02-21 18:04:55 +03:00 |
|
Eladash
|
eb0d006168
|
Fix most of "[x] thread is too sleepy" at Emu.Stop() (#9813)
* Fixes some thread sleep/wait calls
|
2021-02-21 16:43:02 +03:00 |
|
Nekotekina
|
428771f1d7
|
Fix -Wself-assign (clang)
|
2021-02-18 14:07:22 +03:00 |
|
Nekotekina
|
038148bf06
|
Fix almost all GCC warnings
|
2021-02-17 22:59:04 +03:00 |
|
RipleyTom
|
00ff53499a
|
fix UserInfo2_to_SceNpUserInfo2
|
2021-01-22 20:51:10 +03:00 |
|
Nekotekina
|
f944573b3c
|
Fix old warnings: remove strncpy
Use strcpy_trunc instead.
Change some sce structs.
|
2021-01-20 12:26:09 +03:00 |
|
Nekotekina
|
a8e0d261b7
|
types.hpp: more cleanup
Also fix compilation.
|
2020-12-22 19:08:09 +03:00 |
|
Nekotekina
|
eec11bfba9
|
Move align helpers to util/asm.hpp
Also add some files:
GLTextureCache.cpp
VKTextureCache.cpp
|
2020-12-18 18:07:42 +03:00 |
|
Nekotekina
|
05099e2ae1
|
Replace uint64_t with u64
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
77352a2a86
|
Replace uint32_t with u32
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
ae633292c0
|
Replace int32_t with s32
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
d6042cf891
|
Replace uint16_t with u16
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
534c63bf57
|
Replace uint8_t with u8
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
fb29933d3d
|
Add usz alias for std::size_t
|
2020-12-18 12:23:53 +03:00 |
|
Nekotekina
|
e321765c54
|
Split BEType.h to util/v128.hpp and util/to_endian.hpp
|
2020-12-13 16:34:45 +03:00 |
|
Nekotekina
|
aa3aef4beb
|
std::chrono cleanup: always use steady_clock
|
2020-12-11 19:01:56 +03:00 |
|
Nekotekina
|
36c8654fb8
|
Remove HERE macro
Some cleanup.
Add location to some functions.
|
2020-12-10 12:30:22 +03:00 |
|
RipleyTom
|
af8c661a64
|
Remove BOM markers
|
2020-12-06 15:30:12 +03:00 |
|
RipleyTom
|
a83df01bfd
|
rpcn 0.3.5 (#9227)
|
2020-11-10 08:55:49 +00:00 |
|
Megamouse
|
2cee26c3e7
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
RipleyTom
|
9e14d240a8
|
Implement ethernet address determination
|
2020-10-16 22:53:48 +03:00 |
|
RipleyTom
|
344c813eb1
|
Avoid double locking with start_sig
|
2020-10-16 22:53:48 +03:00 |
|
RipleyTom
|
ea1171f624
|
Add notification logging
|
2020-10-16 22:53:48 +03:00 |
|
RipleyTom
|
10820fa135
|
Implement sceNpSignaling & signaling improvements (#8836)
|
2020-09-07 22:50:17 +01:00 |
|
RipleyTom
|
4317291827
|
tcp_timeout_monitor deadlock fix (#8783)
|
2020-08-28 01:06:01 +01:00 |
|
RipleyTom
|
190822c2b2
|
RPCN Client (#8663)
|
2020-08-27 20:47:04 +01:00 |
|
sampletext32
|
86cf8a1717
|
Fix possible cur_ip nullptr usage in np_handler.cpp
|
2020-05-12 18:28:12 +02:00 |
|
Eladash
|
5692c3de04
|
Fix sceNpUtilCmpNpId
|
2020-03-08 12:49:34 +03:00 |
|
Nekotekina Aux1
|
250736ece5
|
Fix warnings in emucore
|
2020-03-04 21:23:34 +03:00 |
|
RipleyTom
|
f1f5c91386
|
Fake PSN (#7516)
|
2020-03-04 13:55:35 +00:00 |
|