コミット履歴

作者 SHA1 メッセージ 日付
  Lioncash 1d11def9c4 service/nvflinger: Rename Get prefix on function to Find 7 年 前
  Lioncash 679e63550a nvflinger: Change log message in OpenDisplay to be a debug log instead of a warning 7 年 前
  Lioncash 3d81a8efd5 nvflinger: Remove unnecessary header inclusions 7 年 前
  Lioncash d9f9bb7552 nvflinger: Mark locals const where applicable 7 年 前
  Lioncash f45c25aaba nvflinger: Use a std::array for the available displays instead of std::vector 7 年 前
  David Marcec 5af0340066 Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) 7 年 前
  Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 年 前
  Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 年 前
  Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 年 前
  fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 年 前
  Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 年 前
  Lioncash e2457418da core: Make the main System class use the PImpl idiom 8 年 前
  Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 8 年 前
  Lioncash d378d98e26 nvdrv: Get rid of global std::weak_ptr 8 年 前
  bunnei 7ed8565978 Merge pull request #957 from lioncash/event 8 年 前
  Lioncash d3f64785d1 nvflinger: Correct typo in name of composition event 8 年 前
  Lioncash e40b0cf437 nvflinger: Get rid of indirect inclusions 8 年 前
  Lioncash 7e49881b7f nvflinger: Use std::string_view in OpenDisplay() 8 年 前
  Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 年 前
  MerryMage 44646e2ea0 core_timing: Split off utility functions into core_timing_util 8 年 前
  Lioncash f3daecafeb nvflinger: Emplace Display instances directly 8 年 前
  bunnei c3dd456d51 vi: Partially implement buffer crop parameters. 8 年 前
  bunnei 170e19d4ea nvflinger: Fix for BufferQueue event handling. 8 年 前
  James Rowe 638956aa81 Rename logging macro back to LOG_* 8 年 前
  Lioncash 0197e28cc9 core_timing: Namespace all functions and constants in core_timing's header 8 年 前
  Lioncash 72b497e876 nvflinger: Move logging macros over to new fmt-compatible ones 8 年 前
  Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 年 前
  bunnei de18592179 nvflinger: Call MicroProfileFlip on NVFlinger::Compose. 8 年 前
  Subv 656e7aab29 Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called. 8 年 前
  James Rowe 61c39f0fdd Fix fps counter to correctly measure frame end when there was no frame to draw 8 年 前