eden-miror/src/core/hle/service/nvnflinger
lizzie 395613b01f
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688)
- our logging code was bigger than spdlog itself, why???? just keep it simple
- fix issues when logging before logging system is even started
- removes the "initialized logging twice" issue
- removes uneeded indirection in file logging
- uses direct formatting instead of jumping hoopla-around the fmt::format() ressult
- code duplication and dead code removal as usual

I did explore dup2() but I think it's not worth the hassle
I did try `fwopen()` but it's better if things are just kept as-is.

there is a lot of noise because I removed a bunch of redundant files on logging and just put everything in one file

now normally this wouldn't be a good idea, however consider: the complexity of logging; it's less than 500 lines... does it really need a whole subsystem?!?!?! ITS JUST LOGGING

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3688
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: DraVee <chimera@dravee.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-12 18:29:15 +01:00
..
ui SMMU: Fix software rendering and cleanup 2024-01-18 21:12:30 -05:00
binder.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
buffer_item.h hardware_composer: implement speed limit extensions 2024-01-31 11:27:21 -05:00
buffer_item_consumer.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
buffer_item_consumer.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
buffer_queue_consumer.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
buffer_queue_consumer.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
buffer_queue_core.cpp [nvnflinger] Reimplement GetBufferHistory (#3394) 2026-02-03 18:25:15 +01:00
buffer_queue_core.h [nvnflinger] Reimplement GetBufferHistory (#3394) 2026-02-03 18:25:15 +01:00
buffer_queue_defs.h
buffer_queue_producer.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
buffer_queue_producer.h [nvnflinger] Reimplement GetBufferHistory (#3394) 2026-02-03 18:25:15 +01:00
buffer_slot.h [nvnflinger] Reimplement GetBufferHistory (#3394) 2026-02-03 18:25:15 +01:00
buffer_transform_flags.h renderer_vulkan: fix cropping for presentation 2023-10-28 00:05:06 -04:00
consumer_base.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
consumer_base.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
consumer_listener.h
display.h [core, display, overlay] Add LayerIsOverlay to separate overlay on composer, stub RequestListSummaryOverlayNotification, sync emu settings when setting language (#3123) 2025-12-17 06:26:02 +01:00
graphic_buffer_producer.cpp
graphic_buffer_producer.h service: nvnflinger: Implement shared buffer 2023-10-01 11:38:30 -06:00
hardware_composer.cpp [core, display, overlay] Add LayerIsOverlay to separate overlay on composer, stub RequestListSummaryOverlayNotification, sync emu settings when setting language (#3123) 2025-12-17 06:26:02 +01:00
hardware_composer.h [core, display, overlay] Add LayerIsOverlay to separate overlay on composer, stub RequestListSummaryOverlayNotification, sync emu settings when setting language (#3123) 2025-12-17 06:26:02 +01:00
hos_binder_driver.cpp [vk, nvnflinger] Fix RDNA3 gloom + purple lines & reapply adjustrefcount unstubb (#152) 2025-07-30 07:24:25 +02:00
hos_binder_driver.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
hos_binder_driver_server.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
hos_binder_driver_server.h [*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 2026-02-10 03:34:07 +01:00
hwc_layer.h nvnflinger/gpu: implement blending 2024-02-09 09:20:53 -05:00
nvnflinger.cpp vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
nvnflinger.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
parcel.h [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 2025-10-18 01:54:43 +02:00
pixel_format.h
producer_listener.h
status.h nvnflinger: use graphic buffer lifetime for map handle 2023-10-29 22:12:16 -04:00
surface_flinger.cpp [core, display, overlay] Add LayerIsOverlay to separate overlay on composer, stub RequestListSummaryOverlayNotification, sync emu settings when setting language (#3123) 2025-12-17 06:26:02 +01:00
surface_flinger.h [core, display, overlay] Add LayerIsOverlay to separate overlay on composer, stub RequestListSummaryOverlayNotification, sync emu settings when setting language (#3123) 2025-12-17 06:26:02 +01:00
window.h nvnflinger: add missing scale mode 2023-08-13 13:57:02 -04:00