Nekotekina
|
52fe86b56c
|
fixed_typemap.hpp: make it a bit fool-proof
Require objects to be non-copyable (move is still allowed).
|
2021-03-02 21:58:49 +03:00 |
|
Nekotekina
|
ea5e837bd6
|
fixed_typemap.hpp: return reference
|
2021-03-02 16:08:14 +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 |
|
Megamouse
|
d854a39500
|
add a gazillion more error_code
|
2020-07-24 14:47:10 +02:00 |
|
Megamouse
|
fe75311be2
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
Nekotekina
|
2b55bde104
|
Use g_fxo in cellRudp
Rename rudp_t -> rudp_info
|
2019-08-22 02:13:39 +03:00 |
|
scribam
|
f30af3ccd2
|
hle: Add more missing functions
|
2019-04-07 23:31:15 +03:00 |
|
Nekotekina
|
363811981d
|
Reintroduce LOG_CHANNEL
Groundwork for further improvements
|
2018-08-25 15:39:00 +03:00 |
|
Nekotekina
|
88fef183a3
|
config.yml: Log section optimized
|
2017-05-15 14:37:05 +03:00 |
|
Nekotekina
|
a7e808b35b
|
EXCEPTION macro removed
fmt::throw_exception<> implemented
::narrow improved
Minor fixes
|
2016-08-08 19:19:32 +03:00 |
|
Nekotekina
|
f8719c1230
|
PPUThread refactoring
`CallbackManager` removed, added _gcm_intr_thread for cellGcmSys
`PPUThread` renamed to `ppu_thread`, inheritance allowed
Added lightweight command queue for `ppu_thread`
Implemented call stack dump for PPU
`get_current_thread_mutex` removed
`thread_ctrl::spawn`: minor initialization fix
`thread_ctrl::wait_for` added
`named_thread`: some methods added
`cpu_thread::run` added
Some bugs fixes, including SPU channels
|
2016-07-30 16:35:02 +03:00 |
|
Nekotekina
|
e2d82394f6
|
Cell
|
2016-05-23 16:22:23 +03:00 |
|
Nekotekina
|
5637c22363
|
Partial commit: Modules (cell)
|
2016-04-15 19:22:29 +03:00 |
|