j92580498-max
|
ef74680167
|
More logger improvements (#58)
* fix
* fix
---------
Co-authored-by: j92580498-max <j92580498-max@users.noreply.github.com>
|
2026-07-11 17:34:49 +03:00 |
|
kostyaff
|
d9d1aeaef9
|
[logging] Migrate CpuDispatcher, SharpEmuRuntime, PhysicalVirtualMemory to SharpEmuLog (#51)
Replaces 34 Console.Error.WriteLine call sites across 3 Core files
with structured SharpEmuLog calls (Debug/Info/Warning/Error/Critical).
CpuDispatcher.cs (10 sites):
- DispatchEntry/DispatchModuleInitializer START and entry-point logs -> Debug
- FATAL EXCEPTION catch blocks -> Critical (with exception object)
- Native backend FAILED -> Error
SharpEmuRuntime.cs (23 sites):
- Loading/Entry/Dispatching/DispatchEntry returned -> Info
- Module load/registered/preload summary -> Info
- Initializer dispatch failed/module start failed -> Error
- Imported data unresolved -> Warning, write-failed -> Error
- Import stub conflict -> Warning
- Trace-level rebind logs -> Debug
PhysicalVirtualMemory.cs (1 site):
- TraceVmem helper -> Log.Debug (SHARPEMU_LOG_VMEM env gate preserved)
Build: 0 errors, 0 warnings
Co-authored-by: Hermes Atlas <hermesatlas@example.com>
|
2026-07-11 11:54:15 +03:00 |
|
Berk
|
ce8f75411a
|
[unity-fixes] support for Media/Modules/*.prx files (#27)
|
2026-07-05 22:10:37 +03:00 |
|
ParantezTech
|
5fcc8eaa37
|
[saveData] add dir search
|
2026-06-29 13:30:08 +03:00 |
|
ParantezTech
|
dad85b87c3
|
[video] Add game title to window
|
2026-06-21 23:19:16 +03:00 |
|
ParantezTech
|
812879aa81
|
PlayGo, VideoOut minimum HLE implements and fix some direct runner
|
2026-03-28 18:02:37 +03:00 |
|
ParantezTech
|
1f71c970d9
|
A dozen changes; new HLEs, AV fixes, ELF loader fixes, new return codes, etc.
|
2026-03-14 20:38:25 +03:00 |
|
ParantezTech
|
028494a83b
|
another hle implements, especially for mutex calls
|
2026-03-12 18:01:42 +03:00 |
|
ParantezTech
|
4d73f469bc
|
initial commit
|
2026-03-11 15:48:28 +03:00 |
|